HomeSort by relevance Sort by last modified time
    Searched refs:Reload (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/
repost_form_warning_browsertest.cc 34 // Try to reload it twice, checking for repost.
37 web_contents->GetController().Reload(true);
38 web_contents->GetController().Reload(true);
64 // Try to reload it, checking for repost.
67 web_contents->GetController().Reload(true);
80 // Try to reload it again.
81 web_contents->GetController().Reload(true);
crash_recovery_browsertest.cc 84 // Test that reload works after a crash.
86 IN_PROC_BROWSER_TEST_F(CrashRecoveryBrowserTest, Reload) {
98 chrome::Reload(browser(), CURRENT_TAB);
105 // Test that reload after a crash forces a cache revalidation.
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/
fake_policy_watcher.cc 30 void FakePolicyWatcher::Reload() {
fake_policy_watcher.h 24 virtual void Reload() OVERRIDE;
policy_watcher_win.cc 70 Reload();
90 // Updates the watchers and schedules the reload task if appropriate.
193 // Post a reload notification and update the watch machinery.
194 void Reload() {
206 << "unexpected object signaled policy reload, obj = "
208 Reload();
policy_watcher.h 92 virtual void Reload() = 0;
  /external/chromium_org/sync/internal_api/public/test/
test_user_share.h 61 // Save and reload Directory to clear out temporary data in memory.
62 bool Reload();
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_test.h 55 void Reload();
fullscreen_controller_test.cc 95 void FullscreenControllerTest::Reload() {
98 chrome::Reload(browser(), CURRENT_TAB);
  /external/chromium_org/components/policy/core/common/
async_policy_loader.cc 41 void AsyncPolicyLoader::Reload(bool force) {
91 Reload(false);
100 Reload(true);
107 base::Bind(&AsyncPolicyLoader::Reload,
async_policy_loader.h 61 // Implementations should invoke Reload() when a change is detected. This
65 // reschedules the reload until the LastModificationTime() is a couple of
68 // A reload is posted periodically, if it hasn't been triggered recently. This
70 void Reload(bool force);
84 // Used by the AsyncPolicyProvider to reload with an updated SchemaMap.
87 // Cancels any pending periodic reload and posts one |delay| time units from
102 // Used to get WeakPtrs for the periodic reload task.
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_page.py 22 def Reload(self):
  /external/llvm/test/MC/Mips/
elf-N64.s 45 ld $gp, 0($sp) # 8-byte Folded Reload
46 ld $ra, 8($sp) # 8-byte Folded Reload
r-mips-got-disp.s 39 ld $gp, 0($sp) # 8-byte Folded Reload
40 ld $ra, 8($sp) # 8-byte Folded Reload
elf-tls.s 40 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
xgot.s 50 lw $ra, 20($sp) # 4-byte Folded Reload
  /external/chromium_org/chrome/browser/ui/
collected_cookies_infobar_delegate.cc 56 web_contents->GetController().Reload(true);
  /external/chromium_org/chrome/browser/ui/content_settings/
media_setting_changed_infobar_delegate.cc 57 web_contents->GetController().Reload(true);
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.cc 57 web_contents->GetController().Reload(true);
  /external/chromium_org/content/browser/
child_process_security_policy_browsertest.cc 54 web_contents->GetController().Reload(true);
  /external/chromium_org/content/public/test/
test_renderer_host.cc 148 void RenderViewHostTestHarness::Reload() {
151 controller().Reload(false);
160 controller().Reload(false);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
shared_options_browsertest.cc 343 // Reload the secondary user's browser to see the updated controlled-by
344 // indicator. Also reload the primary user's to make sure the setting still
346 chrome::Reload(browser1, CURRENT_TAB);
347 chrome::Reload(browser2, CURRENT_TAB);
370 chrome::Reload(browser1, CURRENT_TAB);
371 chrome::Reload(browser2, CURRENT_TAB);
392 chrome::Reload(browser1, CURRENT_TAB);
393 chrome::Reload(browser2, CURRENT_TAB);
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 47 // Reload the title and icon from the underlying extension.
48 void Reload();
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.h 46 void Reload();
  /external/chromium_org/sync/internal_api/test/
test_user_share.cc 43 bool TestUserShare::Reload() {

Completed in 537 milliseconds

1 2 3 4 5 6 7