Home
last modified time | relevance | path

Searched refs:target_main_frame_url (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/
H A Dsafe_browsing_navigation_observer_manager.cc135 const GURL& target_main_frame_url, in FindNavigationEvent() argument
137 if (target_url.is_empty() && target_main_frame_url.is_empty()) in FindNavigationEvent()
142 GURL search_url = target_url.is_empty() ? target_main_frame_url : target_url; in FindNavigationEvent()
H A Dsafe_browsing_navigation_observer_manager.h86 const GURL& target_main_frame_url,