OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartLoad
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
captive_portal_view.h
21
void
StartLoad
();
captive_portal_view.cc
39
void CaptivePortalView::
StartLoad
() {
40
SimpleWebViewDialog::
StartLoad
(GURL(CaptivePortalStartURL()));
simple_web_view_dialog.h
50
void
StartLoad
(const GURL& gurl);
captive_portal_window_proxy.cc
113
captive_portal_view_->
StartLoad
();
wallpaper_manager.cc
814
StartLoad
(email, info, update_wallpaper, wallpaper_path);
823
StartLoad
(email, info, update_wallpaper, wallpaper_path);
[
all
...]
wallpaper_manager.h
317
void
StartLoad
(const std::string& email,
simple_web_view_dialog.cc
141
void SimpleWebViewDialog::
StartLoad
(const GURL& url) {
/external/chromium_org/chrome/browser/extensions/
user_script_master.h
44
virtual void
StartLoad
();
80
void
StartLoad
(const UserScriptList& external_scripts,
97
//
StartLoad
-> RunLoad
user_script_master.cc
158
void UserScriptMaster::ScriptReloader::
StartLoad
(
183
// Balances
StartLoad
().
346
StartLoad
();
430
StartLoad
();
435
void UserScriptMaster::
StartLoad
() {
439
script_reloader_->
StartLoad
(user_scripts_, extensions_info_);
user_script_master_unittest.cc
96
master->
StartLoad
();
/external/chromium_org/chrome/renderer/net/
net_error_helper_unittest.cc
39
void
StartLoad
(bool is_main_frame, bool is_error_page) {
83
void
StartLoad
(MainFrame main_frame, ErrorPage error_page) {
84
helper_.
StartLoad
(main_frame == MAIN_FRAME, error_page == ERROR_PAGE);
127
StartLoad
(MAIN_FRAME, NORMAL_PAGE);
133
StartLoad
(MAIN_FRAME, ERROR_PAGE);
190
StartLoad
(MAIN_FRAME, NORMAL_PAGE);
200
StartLoad
(MAIN_FRAME, NORMAL_PAGE);
202
StartLoad
(MAIN_FRAME, ERROR_PAGE);
212
StartLoad
(SUB_FRAME, NORMAL_PAGE);
214
StartLoad
(SUB_FRAME, ERROR_PAGE)
[
all
...]
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.h
64
// construction; it has to be completed before
StartLoad
is called.
70
virtual void
StartLoad
(
81
// Get file descs by name. Only valid after
StartLoad
's completion callback
pnacl_resources.cc
192
void PnaclResources::
StartLoad
(
194
PLUGIN_PRINTF(("PnaclResources::
StartLoad
\n"));
200
PLUGIN_PRINTF(("PnaclResources::
StartLoad
-- local install of PNaCl.\n"));
pnacl_coordinator.cc
480
// Second step of loading resources: call
StartLoad
to load pnacl-llc
484
resources_->
StartLoad
(resources_cb);
/external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc
114
void
StartLoad
();
190
void DriveWebContentsManager::
StartLoad
() {
374
web_contents_manager_->
StartLoad
();
Completed in 1058 milliseconds