Searched refs:OnDidStartLoading (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/test/
H A Dtest_navigation_observer.h56 void OnDidStartLoading(WebContents* web_contents);
H A Dtest_navigation_observer.cc42 parent_->OnDidStartLoading(web_contents());
132 void TestNavigationObserver::OnDidStartLoading(WebContents* web_contents) { function in class:content::TestNavigationObserver
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h179 void OnDidStartLoading();
H A Dwebplugin_delegate_proxy.cc450 IPC_MESSAGE_HANDLER(PluginHostMsg_DidStartLoading, OnDidStartLoading)
1178 void WebPluginDelegateProxy::OnDidStartLoading() { function in class:content::WebPluginDelegateProxy
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h778 void OnDidStartLoading(bool to_different_document);
H A Dweb_contents_impl.cc554 IPC_MESSAGE_HANDLER(FrameHostMsg_DidStartLoading, OnDidStartLoading)
2770 void WebContentsImpl::OnDidStartLoading(bool to_different_document) { function in class:content::WebContentsImpl
2775 // It is possible to get multiple calls to OnDidStartLoading that don't have

Completed in 4608 milliseconds