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

123

/external/chromium/chrome/browser/
H A Dcrash_recovery_browsertest.cc33 IN_PROC_BROWSER_TEST_F(CrashRecoveryBrowserTest, Reload) {
45 browser()->Reload(CURRENT_TAB);
72 browser()->Reload(CURRENT_TAB);
H A Dpossible_url_model.h31 void Reload(Profile *profile);
H A Dbrowser_encoding_uitest.cc262 EXPECT_TRUE(tab->Reload());
273 EXPECT_TRUE(tab->Reload());
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_loader_win.cc67 void ConfigurationPolicyLoaderWin::Reload() { function in class:policy::ConfigurationPolicyLoaderWin
69 AsynchronousPolicyLoader::Reload();
79 Reload();
H A Dasynchronous_policy_loader_unittest.cc79 loader->Reload();
99 loader->Reload();
127 loader->Reload();
129 loader->Reload();
131 loader->Reload();
H A Dconfiguration_policy_loader_win.h36 void Reload();
H A Dfile_based_policy_loader.cc61 Reload();
69 void FileBasedPolicyLoader::Reload() { function in class:policy::FileBasedPolicyLoader
109 Reload();
H A Dfile_based_policy_loader.h25 virtual void Reload();
H A Dasynchronous_policy_loader.cc72 void AsynchronousPolicyLoader::Reload() { function in class:policy::AsynchronousPolicyLoader
127 Reload();
H A Dasynchronous_policy_loader.h32 virtual void Reload();
H A Dasynchronous_policy_provider_unittest.cc51 loader->Reload();
H A Dfile_based_policy_provider_unittest.cc71 // A third and final call to Load is made by the explicit Reload. This
76 file_based_provider.loader()->Reload();
H A Dconfiguration_policy_provider_win_unittest.cc310 provider_->loader()->Reload();
320 provider_->loader()->Reload();
332 provider_->loader()->Reload();
347 provider_->loader()->Reload();
/external/chromium/chrome/browser/ui/
H A Dcollected_cookies_infobar_delegate.cc43 tab_contents_->controller().Reload(true);
/external/chromium/chrome/browser/chromeos/
H A Duser_cros_settings_provider.h44 void Reload();
H A Duser_cros_settings_provider.cc202 void Reload() { function in class:chromeos::__anon1891::UserCrosSettingsTrust
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() { function in class:chromeos::UserCrosSettingsProvider
472 UserCrosSettingsTrust::GetInstance()->Reload();
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.h42 void Reload();
H A Dtemplate_url_table_model.cc128 Reload();
137 void TemplateURLTableModel::Reload() { function in class:TemplateURLTableModel
372 Reload();
/external/webkit/Tools/DumpRenderTree/qt/
H A DWorkQueueItemQt.cpp92 m_webPage->triggerAction(QWebPage::Reload);
/external/webkit/Tools/QtTestBrowser/
H A Dmainwindow.cpp61 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/
H A DCachedResourceLoader.cpp343 case Reload:
438 return Reload;
456 return Reload;
466 return Reload;
472 return Reload;
487 return Reload;
H A DCachedResourceLoader.h123 enum RevalidationPolicy { Use, Revalidate, Reload, Load }; enumerator in enum:WebCore::CachedResourceLoader::RevalidationPolicy
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp58 return QWKPage::Reload;
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_unittest.cc120 void Reload() { function in class:VisitedLinkTest
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).
/external/webkit/Source/WebKit/wx/
H A DWebFrame.h117 void Reload();

Completed in 331 milliseconds

123