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

1 2 3

  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.h 16 // reload when Group Policy changes.
32 // Updates the watchers and schedules the reload task if appropriate.
35 // Post a reload notification and update the watch machinery.
36 void Reload();
configuration_policy_loader_win.cc 67 void ConfigurationPolicyLoaderWin::Reload() {
69 AsynchronousPolicyLoader::Reload();
77 << "unexpected object signaled policy reload, obj = "
79 Reload();
asynchronous_policy_loader_unittest.cc 79 loader->Reload();
99 loader->Reload();
103 // Verifies that the provider is notified upon policy reload, but only
127 loader->Reload();
129 loader->Reload();
131 loader->Reload();
file_based_policy_loader.h 25 virtual void Reload();
47 // and then delays until it is considered safe to reload in |delay|.
file_based_policy_loader.cc 61 Reload();
69 void FileBasedPolicyLoader::Reload() {
75 // Check the directory time in order to see whether a reload is required.
107 // construction of the loader and initialization of the watcher. Call reload
109 Reload();
asynchronous_policy_loader.h 32 virtual void Reload();
34 // Stops any pending reload tasks.
64 // Schedules a reload task to run when |delay| expires. Must be called on the
68 // Schedules a reload task to run after the number of minutes specified
74 // Invoked from the reload task on the file thread.
96 // The reload task. Access only on the file thread. Holds a reference to the
100 // The interval at which a policy reload will be triggered as a fallback.
asynchronous_policy_loader.cc 72 void AsynchronousPolicyLoader::Reload() {
91 // Only check the thread if there's still a reload task. During
115 // change in policy, schedule a reload task that'll make us recheck after a
123 // Drop the reference to the reload task, since the task might be the only
127 Reload();
asynchronous_policy_provider_unittest.cc 51 loader->Reload();
file_based_policy_provider_unittest.cc 71 // A third and final call to Load is made by the explicit Reload. This
76 file_based_provider.loader()->Reload();
configuration_policy_provider_win_unittest.cc 310 provider_->loader()->Reload();
320 provider_->loader()->Reload();
332 provider_->loader()->Reload();
347 provider_->loader()->Reload();
  /external/chromium/chrome/browser/
crash_recovery_browsertest.cc 31 // Test that reload works after a crash.
33 IN_PROC_BROWSER_TEST_F(CrashRecoveryBrowserTest, Reload) {
45 browser()->Reload(CURRENT_TAB);
72 browser()->Reload(CURRENT_TAB);
possible_url_model.h 31 void Reload(Profile *profile);
browser_encoding_uitest.cc 262 EXPECT_TRUE(tab->Reload());
273 EXPECT_TRUE(tab->Reload());
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.cc 43 tab_contents_->controller().Reload(true);
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.h 44 void Reload();
user_cros_settings_provider.cc 202 void Reload() {
250 Reload();
380 // Reload the setting if store op fails.
390 // Reload the whitelist on settings op failure.
400 // Reload the whitelist on settings op failure.
471 void UserCrosSettingsProvider::Reload() {
472 UserCrosSettingsTrust::GetInstance()->Reload();
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.h 42 void Reload();
template_url_table_model.cc 128 Reload();
137 void TemplateURLTableModel::Reload() {
372 Reload();
  /external/webkit/Tools/DumpRenderTree/qt/
WorkQueueItemQt.cpp 92 m_webPage->triggerAction(QWebPage::Reload);
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 61 QAction* reloadAction = page()->action(QWebPage::Reload);
97 page()->action(QWebPage::Reload)->setShortcut(QKeySequence::Refresh);
190 page()->triggerAction(QWebPage::Reload);
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 343 case Reload:
435 // If the same URL has been loaded as a different type, we need to reload.
438 return Reload;
441 // Don't reload resources while pasting.
456 return Reload;
466 return Reload;
469 // We'll try to reload the resource if it failed last time.
472 return Reload;
485 // No, must reload.
487 return Reload;
    [all...]
CachedResourceLoader.h 123 enum RevalidationPolicy { Use, Revalidate, Reload, Load };
  /external/webkit/Source/WebKit/wx/
WebFrame.h 117 void Reload();
  /external/webkit/Source/WebKit2/UIProcess/qt/
WebContextMenuProxyQt.cpp 58 return QWKPage::Reload;
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 120 void Reload() {
201 Reload();
250 // Reload() will test for these.
266 Reload();
363 Reload();
405 Reload();
407 // Make sure the extra one was *not* written (Reload won't test this).

Completed in 249 milliseconds

1 2 3