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

/external/chromium_org/mojo/tools/package_manager/
H A Dpackage_manager_application.cc53 StartLoad(url);
56 void PackageManagerApplication::StartLoad(const GURL& url) { function in class:mojo::PackageManagerApplication
69 StartLoad(manifest.deps()[i]);
H A Dpackage_manager_application.h37 void StartLoad(const GURL& url);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_resources.h32 // construction; it has to be completed before StartLoad is called.
36 bool StartLoad();
55 // Only valid after the callback for StartLoad() has been called, and until
H A Dpnacl_resources.cc68 bool PnaclResources::StartLoad() { function in class:plugin::PnaclResources
69 PLUGIN_PRINTF(("PnaclResources::StartLoad\n"));
H A Dpnacl_coordinator.cc312 // IMPORTANT: Make sure that PnaclResources::StartLoad() is only
327 // Second step of loading resources: call StartLoad to load pnacl-llc
329 if (!resources_->StartLoad()) {
/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.cc127 captive_portal_view_->StartLoad();
H A Dsimple_web_view_dialog.h50 void StartLoad(const GURL& gurl);
H A Dsimple_web_view_dialog.cc147 void SimpleWebViewDialog::StartLoad(const GURL& url) { function in class:chromeos::SimpleWebViewDialog
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_loader.h74 void StartLoad();
H A Duser_script_loader.cc446 StartLoad();
450 void UserScriptLoader::StartLoad() { function in class:extensions::UserScriptLoader
515 StartLoad();
H A Duser_script_loader_unittest.cc97 loader.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.cc139 void StartLoad();
212 void DriveWebContentsManager::StartLoad() { function in class:chromeos::DriveWebContentsManager
397 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.cc1119 base::Bind(&WallpaperManager::StartLoad,
1482 StartLoad(
1492 StartLoad(
1608 void WallpaperManager::StartLoad(const std::string& user_id, function in class:chromeos::WallpaperManager
H A Dwallpaper_manager.h490 void StartLoad(const std::string& user_id,

Completed in 947 milliseconds