Searched refs:nav_entry (Results 1 – 9 of 9) sorted by relevance
34 NavigationEntry* nav_entry = tab->GetController().GetVisibleEntry(); in ProcessEvent() local36 if (!nav_entry) in ProcessEvent()40 tab, nav_entry->GetURL(), nav_entry->GetSSL()); in ProcessEvent()
57 NavigationEntry* nav_entry = nav_controller->GetVisibleEntry(); in PromptToEnableExtensionIfNecessary() local58 if (!nav_entry) in PromptToEnableExtensionIfNecessary()64 nav_entry->GetURL()); in PromptToEnableExtensionIfNecessary()
86 content::NavigationEntry* nav_entry = in WebsiteSettingsPopupAndroid() local88 if (nav_entry == NULL) in WebsiteSettingsPopupAndroid()98 nav_entry->GetURL(), in WebsiteSettingsPopupAndroid()99 nav_entry->GetSSL(), in WebsiteSettingsPopupAndroid()
117 NavigationEntry* nav_entry = controller.GetVisibleEntry();118 DCHECK(nav_entry);120 chrome::ShowWebsiteSettings(browser, tab, nav_entry->GetURL(),121 nav_entry->GetSSL());
163 NavigationEntry* nav_entry = web_contents()->GetController().GetActiveEntry(); in StartCollection() local164 if (nav_entry) { in StartCollection()165 referrer_url = nav_entry->GetReferrer().url; in StartCollection()200 if (nav_entry && !referrer_url.is_empty()) in StartCollection()
723 const NavigationEntry* nav_entry = in DidShowSBInterstitial() local725 return (nav_entry && nav_entry->GetUniqueID() == unsafe_unique_page_id_); in DidShowSBInterstitial()
137 const content::NavigationEntry* nav_entry);
1539 NavigationEntry* nav_entry = controller->GetVisibleEntry(); in ExecuteCommand() local1540 if (!nav_entry) in ExecuteCommand()1545 nav_entry->GetURL(), nav_entry->GetSSL()); in ExecuteCommand()
360 NavigationEntryImpl* nav_entry = NavigationEntryImpl::FromNavigationEntry( in ReloadInternal() local369 nav_entry->set_should_replace_entry(true); in ReloadInternal()370 pending_entry_ = nav_entry; in ReloadInternal()