Searched refs:DidNavigate (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_settings_state.h34 void DidNavigate(const NavigationController::LoadCommittedDetails& details);
H A Dgeolocation_settings_state_unittest.cc34 state.DidNavigate(load_committed_details);
103 state.DidNavigate(load_committed_details);
111 state.DidNavigate(load_committed_details);
131 state.DidNavigate(load_committed_details);
H A Dgeolocation_settings_state.cc29 void GeolocationSettingsState::DidNavigate( function in class:GeolocationSettingsState
/external/chromium/chrome/browser/tab_contents/
H A Dlanguage_state.h30 void DidNavigate(const NavigationController::LoadCommittedDetails& details);
H A Dlanguage_state.cc21 void LanguageState::DidNavigate( function in class:LanguageState
H A Dbackground_contents.h68 virtual void DidNavigate(RenderViewHost* render_view_host,
H A Dbackground_contents.cc83 void BackgroundContents::DidNavigate( function in class:BackgroundContents
H A Dtab_specific_content_settings.cc262 geolocation_settings_state_.DidNavigate(details);
H A Dtab_contents.h856 // These functions are helpers for Navigate() and DidNavigate().
858 // Handles post-navigation tasks in DidNavigate AFTER the entry has been
945 virtual void DidNavigate(RenderViewHost* render_view_host,
H A Dweb_contents_unittest.cc124 DidNavigate(render_view_host(), params);
278 // it in DidNavigate.
281 // DidNavigate from the page
320 // DidNavigate from the pending page
338 // DidNavigate from the back action
377 // DidNavigate from the new page
529 // We won't hear DidNavigate until the onunload handler has finished running.
533 // DidNavigate from the pending page
609 // DidNavigate from the pending page.
657 // DidNavigate fro
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_manager.h87 void DidNavigate();
H A Dpassword_manager.cc117 void PasswordManager::DidNavigate() { function in class:PasswordManager
H A Dpassword_manager_unittest.cc208 manager()->DidNavigate();
/external/chromium/chrome/browser/translate/
H A Dtranslate_tab_helper.cc36 language_state_.DidNavigate(details);
/external/chromium/chrome/browser/extensions/
H A Dextension_browser_event_router.h152 // to "loading", until the DidNavigate() method which should always follow
159 DictionaryValue* DidNavigate(const TabContents* contents);
H A Dextension_host.h121 virtual void DidNavigate(RenderViewHost* render_view_host,
H A Dextension_browser_event_router.cc48 DictionaryValue* ExtensionBrowserEventRouter::TabEntry::DidNavigate( function in class:ExtensionBrowserEventRouter::TabEntry
401 changed_properties = entry->DidNavigate(contents);
H A Dextension_host.cc236 // DidNavigate below (location = "").
323 void ExtensionHost::DidNavigate(RenderViewHost* render_view_host, function in class:ExtensionHost
804 // TODO(mpcomplete): This is duplicated in DidNavigate, which means that
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.h114 virtual void DidNavigate(RenderViewHost* render_view_host,
H A Dprerender_contents.cc236 void PrerenderContents::DidNavigate( function in class:prerender::PrerenderContents
H A Dprerender_manager.cc333 tc->DidNavigate(rvh, *p);

Completed in 572 milliseconds