Searched refs:StartLoad (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_view.cc39 void CaptivePortalView::StartLoad() { function in class:chromeos::CaptivePortalView
40 SimpleWebViewDialog::StartLoad(GURL(CaptivePortalStartURL()));
H A Dcaptive_portal_view.h21 void StartLoad();
H A Dcaptive_portal_window_proxy.cc129 captive_portal_view_->StartLoad();
H A Dsimple_web_view_dialog.h50 void StartLoad(const GURL& gurl);
H A Dsimple_web_view_dialog.cc148 void SimpleWebViewDialog::StartLoad(const GURL& url) { function in class:chromeos::SimpleWebViewDialog
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_resources.h37 // construction; it has to be completed before StartLoad is called.
42 virtual void StartLoad(
62 // Only valid after the callback for StartLoad() has been called, and until
H A Dpnacl_resources.cc67 void PnaclResources::StartLoad( function in class:plugin::PnaclResources
69 PLUGIN_PRINTF(("PnaclResources::StartLoad\n"));
H A Dpnacl_coordinator.cc327 // Second step of loading resources: call StartLoad to load pnacl-llc
331 resources_->StartLoad(resources_cb);
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_master.h46 virtual void StartLoad();
85 void StartLoad(const UserScriptList& external_scripts,
102 // StartLoad -> RunLoad
H A Duser_script_master.cc154 void UserScriptMaster::ScriptReloader::StartLoad( function in class:extensions::UserScriptMaster::ScriptReloader
178 // Balances StartLoad().
372 StartLoad();
434 StartLoad();
457 StartLoad();
492 StartLoad();
497 void UserScriptMaster::StartLoad() { function in class:extensions::UserScriptMaster
501 script_reloader_->StartLoad(user_scripts_, extensions_info_);
H A Duser_script_master_unittest.cc94 master->StartLoad();
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.h63 LayoutStatus StartLoad(IFX_Pause* pPause = NULL);
H A Dautoreflow.h80 LayoutStatus StartLoad(IFX_Pause* pPause = NULL);
H A Dreflowedpage.cpp367 LayoutStatus status = m_pProvider->StartLoad(pPause);
375 status = m_pProvider->StartLoad(pPause);
H A Dlayoutprovider_taggedpdf.cpp717 LayoutStatus CPDF_LayoutProvider_TaggedPDF::StartLoad(IFX_Pause* pPause) function in class:CPDF_LayoutProvider_TaggedPDF
H A Dautoreflow.cpp719 LayoutStatus CPDF_AutoReflowLayoutProvider::StartLoad(IFX_Pause* pPause) function in class:CPDF_AutoReflowLayoutProvider
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Ddrive_first_run_controller.cc138 void StartLoad();
216 void DriveWebContentsManager::StartLoad() { function in class:chromeos::DriveWebContentsManager
406 web_contents_manager_->StartLoad();
/external/pdfium/core/include/reflow/
H A Dfpdf_layout.h272 virtual LayoutStatus StartLoad(IFX_Pause* pPause = NULL) = 0;
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc1090 base::Bind(&WallpaperManager::StartLoad,
1444 StartLoad(
1454 StartLoad(
1570 void WallpaperManager::StartLoad(const std::string& user_id, function in class:chromeos::WallpaperManager
H A Dwallpaper_manager.h481 void StartLoad(const std::string& user_id,

Completed in 290 milliseconds