/external/chromium_org/mojo/tools/package_manager/ |
D | package_manager_application.cc | 53 StartLoad(url); in Initialize() 56 void PackageManagerApplication::StartLoad(const GURL& url) { in StartLoad() function in mojo::PackageManagerApplication 69 StartLoad(manifest.deps()[i]); in LoadDeps()
|
D | package_manager_application.h | 37 void StartLoad(const GURL& url);
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
D | captive_portal_view.cc | 39 void CaptivePortalView::StartLoad() { in StartLoad() function in chromeos::CaptivePortalView 40 SimpleWebViewDialog::StartLoad(GURL(CaptivePortalStartURL())); in StartLoad()
|
D | captive_portal_view.h | 21 void StartLoad();
|
D | simple_web_view_dialog.h | 50 void StartLoad(const GURL& gurl);
|
D | captive_portal_window_proxy.cc | 127 captive_portal_view_->StartLoad(); in InitCaptivePortalView()
|
D | simple_web_view_dialog.cc | 147 void SimpleWebViewDialog::StartLoad(const GURL& url) { in StartLoad() function in chromeos::SimpleWebViewDialog
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | pnacl_resources.h | 36 bool StartLoad();
|
D | pnacl_resources.cc | 68 bool PnaclResources::StartLoad() { in StartLoad() function in plugin::PnaclResources
|
D | pnacl_coordinator.cc | 329 if (!resources_->StartLoad()) { in BitcodeStreamCacheMiss()
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
D | drive_first_run_controller.cc | 139 void StartLoad(); 212 void DriveWebContentsManager::StartLoad() { in StartLoad() function in chromeos::DriveWebContentsManager 397 web_contents_manager_->StartLoad(); in EnableOfflineMode()
|
/external/pdfium/core/src/reflow/ |
D | layoutprovider_taggedpdf.h | 63 LayoutStatus StartLoad(IFX_Pause* pPause = NULL);
|
D | autoreflow.h | 80 LayoutStatus StartLoad(IFX_Pause* pPause = NULL);
|
D | reflowedpage.cpp | 367 LayoutStatus status = m_pProvider->StartLoad(pPause); in Start() 375 status = m_pProvider->StartLoad(pPause); in Start()
|
D | layoutprovider_taggedpdf.cpp | 717 LayoutStatus CPDF_LayoutProvider_TaggedPDF::StartLoad(IFX_Pause* pPause) in StartLoad() function in CPDF_LayoutProvider_TaggedPDF
|
D | autoreflow.cpp | 719 LayoutStatus CPDF_AutoReflowLayoutProvider::StartLoad(IFX_Pause* pPause) in StartLoad() function in CPDF_AutoReflowLayoutProvider
|
/external/chromium_org/chrome/browser/extensions/ |
D | user_script_loader.h | 74 void StartLoad();
|
D | user_script_loader.cc | 446 StartLoad(); in AttemptLoad() 450 void UserScriptLoader::StartLoad() { in StartLoad() function in extensions::UserScriptLoader 515 StartLoad(); in OnScriptsLoaded()
|
D | user_script_loader_unittest.cc | 97 loader.StartLoad(); in TEST_F()
|
/external/pdfium/core/include/reflow/ |
D | fpdf_layout.h | 272 virtual LayoutStatus StartLoad(IFX_Pause* pPause = NULL) = 0;
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
D | wallpaper_manager.cc | 1119 base::Bind(&WallpaperManager::StartLoad, in GetCustomWallpaperInternal() 1482 StartLoad( in LoadWallpaper() 1492 StartLoad( in LoadWallpaper() 1608 void WallpaperManager::StartLoad(const std::string& user_id, in StartLoad() function in chromeos::WallpaperManager
|
D | wallpaper_manager.h | 490 void StartLoad(const std::string& user_id,
|