Searched refs:LoadStateChanged (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h168 virtual void LoadStateChanged(const GURL& url, function in class:content::RenderViewHostDelegate
H A Drender_view_host_impl.h281 void LoadStateChanged(const GURL& url,
H A Drender_view_host_impl.cc859 void RenderViewHostImpl::LoadStateChanged( function in class:content::RenderViewHostImpl
864 delegate_->LoadStateChanged(url, load_state, upload_position, upload_size);
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service.cc193 // invokes LoadStateChanged. |ignored_active_window| is ignored because we
206 void LoadStateChanged();
229 // LoadStateChanged is invoked, which adds these entries to entries_.
327 LoadStateChanged();
558 LoadStateChanged();
786 LoadStateChanged();
814 void PersistentTabRestoreService::Delegate::LoadStateChanged() { function in class:PersistentTabRestoreService::Delegate
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h440 virtual void LoadStateChanged(const GURL& url,
H A Dweb_contents_impl.cc4009 void WebContentsImpl::LoadStateChanged( function in class:content::WebContentsImpl
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1860 // Used to marshal calls to LoadStateChanged from the IO to UI threads. We do
1868 view->LoadStateChanged(i->second.url, i->second.load_state,

Completed in 149 milliseconds