Searched refs:NavigationEntryCommittedEvent (Results 1 – 3 of 3) sorted by relevance
1766 class ACE_EXPORT NavigationEntryCommittedEvent : public BaseEventInfo {1767 DECLARE_RELATIONSHIP_OF_CLASSES(NavigationEntryCommittedEvent, BaseEventInfo);1770 NavigationEntryCommittedEvent(const std::string& url, NavigationType type, in NavigationEntryCommittedEvent() function1775 ~NavigationEntryCommittedEvent() = default;
4535 JSRef<JSVal> NavigationEntryCommittedEventToJSValue(const NavigationEntryCommittedEvent& eventInfo) in NavigationEntryCommittedEventToJSValue()4552 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<NavigationEntryCommittedEvent, 1>>( in OnNavigationEntryCommitted()4564 … auto* eventInfo = TypeInfoHelper::DynamicCast<NavigationEntryCommittedEvent>(info.get()); in OnNavigationEntryCommitted()
5606 … onNavigationEntryCommittedV2_(std::make_shared<NavigationEntryCommittedEvent>(details->GetURL(), in OnNavigationEntryCommitted()