Home
last modified time | relevance | path

Searched defs:NavigationEvent (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/
H A Dsafe_browsing_navigation_observer.h28 struct NavigationEvent { struct
31 NavigationEvent& operator=(NavigationEvent&& nav_event); argument
35 GURL source_url;
59 // When this NavigationEvent was last updated. argument
60 base::Time last_updated;
64 ReferrerChainEntry::NavigationInitiation navigation_initiation;
68 bool has_committed;
71 bool maybe_launched_by_external_application;
73 const GURL& GetDestinationUrl() const { in GetDestinationUrl()
80 bool IsUserInitiated() const { in IsUserInitiated()
H A Dsafe_browsing_navigation_observer.cc33 NavigationEvent::NavigationEvent() in NavigationEvent() function in safe_browsing::NavigationEvent
45 NavigationEvent::NavigationEvent(NavigationEvent&& nav_event) in NavigationEvent() function in safe_browsing::NavigationEvent
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/public/background_service/
H A Dnavigation_monitor.h14 enum class NavigationEvent { enum
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/public/background_service/
H A Dnavigation_monitor.h14 enum class NavigationEvent { enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/test/
H A Dtest_navigation_observer.h22 enum class NavigationEvent { kStart, kCompletion, kFailure }; enum