Searched refs:Reload (Results 1 - 25 of 156) sorted by relevance

1234567

/external/chromium_org/chrome/browser/
H A Drepost_form_warning_browsertest.cc37 web_contents->GetController().Reload(true);
38 web_contents->GetController().Reload(true);
67 web_contents->GetController().Reload(true);
81 web_contents->GetController().Reload(true);
H A Dcrash_recovery_browsertest.cc86 IN_PROC_BROWSER_TEST_F(CrashRecoveryBrowserTest, Reload) {
98 chrome::Reload(browser(), CURRENT_TAB);
124 chrome::Reload(browser(), CURRENT_TAB);
150 chrome::Reload(browser(), CURRENT_TAB);
166 chrome::Reload(browser(), CURRENT_TAB);
170 chrome::Reload(browser(), CURRENT_TAB);
/external/chromium_org/remoting/host/policy_hack/
H A Dfake_policy_watcher.cc30 void FakePolicyWatcher::Reload() { function in class:remoting::policy_hack::FakePolicyWatcher
H A Dfake_policy_watcher.h24 virtual void Reload() OVERRIDE;
H A Dpolicy_watcher_win.cc70 Reload();
194 void Reload() { function in class:remoting::policy_hack::PolicyWatcherWin
208 Reload();
H A Dpolicy_watcher.h92 virtual void Reload() = 0;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_page.py22 def Reload(self): member in class:ExtensionPage
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_loader.cc41 void AsyncPolicyLoader::Reload(bool force) { function in class:policy::AsyncPolicyLoader
91 Reload(false);
100 Reload(true);
107 base::Bind(&AsyncPolicyLoader::Reload,
H A Dasync_policy_loader.h61 // Implementations should invoke Reload() when a change is detected. This
70 void Reload(bool force);
/external/chromium_org/sync/internal_api/public/test/
H A Dtest_user_share.h62 bool Reload();
/external/llvm/test/MC/Mips/
H A Delf-N64.s45 ld $gp, 0($sp) # 8-byte Folded Reload
46 ld $ra, 8($sp) # 8-byte Folded Reload
H A Dr-mips-got-disp.s39 ld $gp, 0($sp) # 8-byte Folded Reload
40 ld $ra, 8($sp) # 8-byte Folded Reload
H A Delf-tls.s40 lw $ra, 20($sp) # 4-byte Folded Reload
72 lw $ra, 20($sp) # 4-byte Folded Reload
108 lw $ra, 20($sp) # 4-byte Folded Reload
H A Dxgot.s50 lw $ra, 20($sp) # 4-byte Folded Reload
/external/chromium_org/chrome/browser/ui/
H A Dcollected_cookies_infobar_delegate.cc56 web_contents->GetController().Reload(true);
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dmedia_setting_changed_infobar_delegate.cc57 web_contents->GetController().Reload(true);
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_test.h55 void Reload();
H A Dfullscreen_controller_test.cc95 void FullscreenControllerTest::Reload() { function in class:FullscreenControllerTest
98 chrome::Reload(browser(), CURRENT_TAB);
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_infobar_delegate.cc57 web_contents->GetController().Reload(true);
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_browsertest.cc54 web_contents->GetController().Reload(true);
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc159 void RenderViewHostTestHarness::Reload() { function in class:content::RenderViewHostTestHarness
162 controller().Reload(false);
171 controller().Reload(false);
/external/chromium_org/sync/internal_api/test/
H A Dtest_user_share.cc43 bool TestUserShare::Reload() { function in class:syncer::TestUserShare
/external/chromium_org/chrome/browser/extensions/
H A Dactive_script_controller_unittest.cc207 Reload();
244 // Reload. This should remove the pending injection, and we should not
246 Reload();
301 Reload();
393 Reload();
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.h47 // Reload the title and icon from the underlying extension.
48 void Reload();
/external/chromium_org/chrome/browser/ui/ash/
H A Dkeyboard_controller_browsertest.cc58 keyboard::KeyboardController::GetInstance()->Reload();

Completed in 506 milliseconds

1234567