Searched defs:Reload (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_page.py22 def Reload(self): member in class:ExtensionPage
/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 Dpolicy_watcher_win.cc70 Reload();
194 void Reload() { function in class:remoting::policy_hack::PolicyWatcherWin
208 Reload();
/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/ui/fullscreen/
H A Dfullscreen_controller_test.cc95 void FullscreenControllerTest::Reload() { function in class:FullscreenControllerTest
98 chrome::Reload(browser(), CURRENT_TAB);
/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,
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc148 void RenderViewHostTestHarness::Reload() { function in class:content::RenderViewHostTestHarness
151 controller().Reload(false);
160 controller().Reload(false);
H A Drender_view_test.cc338 void RenderViewTest::Reload(const GURL& url) { function in class:content::RenderViewTest
/external/chromium_org/v8/tools/push-to-trunk/
H A Dpush_to_trunk.py158 def Reload(self, body): member in class:PrepareChangeLog
188 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc131 Reload();
168 void ExtensionAppItem::Reload() { function in class:ExtensionAppItem
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc252 void PanelHost::Reload() { function in class:PanelHost
253 content::RecordAction(UserMetricsAction("Reload"));
254 web_contents_->GetController().Reload(true);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstub_web_view.cc35 Status StubWebView::Reload() { function in class:StubWebView
H A Dweb_view_impl.cc162 Status WebViewImpl::Reload() { function in class:WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceFetcher.h184 enum RevalidationPolicy { Use, Revalidate, Reload, Load }; enumerator in enum:WebCore::FINAL::RevalidationPolicy
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp135 FX_BOOL CPDF_ShadingPattern::Reload() function in class:CPDF_ShadingPattern
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc289 void DevToolsTargetImpl::Reload() const { function in class:DevToolsTargetImpl
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc134 Reload();
143 void TemplateURLTableModel::Reload() { function in class:TemplateURLTableModel
381 Reload();
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc334 void KeyboardController::Reload() { function in class:keyboard::KeyboardController
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc229 void ComponentLoader::Reload(const std::string& extension_id) { function in class:extensions::ComponentLoader
/external/chromium_org/chrome/browser/ui/webui/
H A Dinspect_ui.cc154 inspect_ui_->Reload(source, id);
245 void InspectUI::Reload(const std::string& source_id, function in class:InspectUI
249 target->Reload();
/external/chromium_org/components/visitedlink/test/
H A Dvisitedlink_unittest.cc168 void Reload() { function in class:visitedlink::VisitedLinkTest
242 Reload();
289 // Reload() will test for these.
306 Reload();
400 Reload();
442 Reload();
444 // Make sure the extra one was *not* written (Reload won't test this).
/external/chromium_org/content/shell/browser/
H A Dshell.cc209 void Shell::Reload() { function in class:content::Shell
210 web_contents_->GetController().Reload(false);
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.cc775 void NetErrorHelperCore::Reload() { function in class:NetErrorHelperCore
815 Reload();
893 Reload();
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc407 virtual void Reload() const OVERRIDE;
509 void RemotePageTarget::Reload() const { function in class:RemotePageTarget
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_guest.cc679 void WebViewGuest::Reload() { function in class:WebViewGuest
683 guest_web_contents()->GetController().Reload(false);
1053 guest_web_contents()->GetController().Reload(false);

Completed in 3380 milliseconds

12