/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 | 129 captive_portal_view_->StartLoad(); in InitCaptivePortalView()
|
D | simple_web_view_dialog.cc | 148 void SimpleWebViewDialog::StartLoad(const GURL& url) { in StartLoad() function in chromeos::SimpleWebViewDialog
|
/external/chromium_org/chrome/browser/extensions/ |
D | user_script_master.cc | 154 void UserScriptMaster::ScriptReloader::StartLoad( in StartLoad() function in extensions::UserScriptMaster::ScriptReloader 372 StartLoad(); in NewScriptsAvailable() 434 StartLoad(); in OnExtensionLoaded() 457 StartLoad(); in OnExtensionUnloaded() 492 StartLoad(); in Observe() 497 void UserScriptMaster::StartLoad() { in StartLoad() function in extensions::UserScriptMaster 501 script_reloader_->StartLoad(user_scripts_, extensions_info_); in StartLoad()
|
D | user_script_master.h | 46 virtual void StartLoad(); 85 void StartLoad(const UserScriptList& external_scripts,
|
D | user_script_master_unittest.cc | 94 master->StartLoad(); in TEST_F()
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | pnacl_resources.h | 42 virtual void StartLoad(
|
D | pnacl_resources.cc | 67 void PnaclResources::StartLoad( in StartLoad() function in plugin::PnaclResources
|
D | pnacl_coordinator.cc | 331 resources_->StartLoad(resources_cb); in ResourceInfoWasRead()
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
D | drive_first_run_controller.cc | 138 void StartLoad(); 216 void DriveWebContentsManager::StartLoad() { in StartLoad() function in chromeos::DriveWebContentsManager 406 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/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.h | 481 void StartLoad(const std::string& user_id,
|
D | wallpaper_manager.cc | 1090 base::Bind(&WallpaperManager::StartLoad, in GetCustomWallpaperInternal() 1444 StartLoad( in LoadWallpaper() 1454 StartLoad( in LoadWallpaper() 1570 void WallpaperManager::StartLoad(const std::string& user_id, in StartLoad() function in chromeos::WallpaperManager
|