Home
last modified time | relevance | path

Searched refs:OnLoadCompleted (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Dload_complete_listener.h21 virtual void OnLoadCompleted() = 0;
Dload_complete_listener.cc35 delegate_->OnLoadCompleted(); in Observe()
/external/chromium_org/components/gcm_driver/
Dgcm_client_impl.h190 void OnLoadCompleted(scoped_ptr<GCMStore::LoadResult> result);
Dgcm_client_impl.cc294 gcm_store_->Load(base::Bind(&GCMClientImpl::OnLoadCompleted, in Start()
299 void GCMClientImpl::OnLoadCompleted(scoped_ptr<GCMStore::LoadResult> result) { in OnLoadCompleted() function in gcm::GCMClientImpl
/external/chromium_org/chrome/browser/devtools/
Ddevtools_ui_bindings.h58 virtual void OnLoadCompleted() = 0;
Ddevtools_window.h280 virtual void OnLoadCompleted() OVERRIDE;
Ddevtools_ui_bindings.cc195 virtual void OnLoadCompleted() OVERRIDE {} in OnLoadCompleted() function in __anone732b86f0111::DefaultBindingsDelegate
846 delegate_->OnLoadCompleted(); in DocumentOnLoadCompletedInMainFrame()
Ddevtools_window.cc1099 void DevToolsWindow::OnLoadCompleted() { in OnLoadCompleted() function in DevToolsWindow
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.h482 virtual void OnLoadCompleted() OVERRIDE;
Dbrowser_view.cc2024 void BrowserView::OnLoadCompleted() { in OnLoadCompleted() function in BrowserView