Searched defs:Reload (Results 1 - 25 of 32) 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/v8/tools/push-to-trunk/
H A Dpush_to_trunk.py174 def Reload(self, body): member in class:PrepareChangeLog
204 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)),
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc255 void DevToolsTargetImpl::Reload() const { function in class:DevToolsTargetImpl
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc129 Reload();
166 void ExtensionAppItem::Reload() { function in class:ExtensionAppItem
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc256 void PanelHost::Reload() { function in class:PanelHost
257 content::RecordAction(UserMetricsAction("Reload"));
258 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.cc164 Status WebViewImpl::Reload() { function in class:WebViewImpl
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_android.cc130 void NavigationControllerAndroid::Reload(JNIEnv* env, function in class:content::NavigationControllerAndroid
133 navigation_controller_->Reload(check_for_repost);
/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);
H A Drender_view_test.cc343 void RenderViewTest::Reload(const GURL& url) { function in class:content::RenderViewTest
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceFetcher.h183 enum RevalidationPolicy { Use, Revalidate, Reload, Load }; enumerator in enum:blink::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/ui/search_engines/
H A Dtemplate_url_table_model.cc125 Reload();
134 void TemplateURLTableModel::Reload() { function in class:TemplateURLTableModel
372 Reload();
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.cc396 void KeyboardController::Reload() { function in class:keyboard::KeyboardController
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc199 void ComponentLoader::Reload(const std::string& extension_id) { function in class:extensions::ComponentLoader
/external/chromium_org/chrome/browser/ui/webui/
H A Dinspect_ui.cc157 inspect_ui_->Reload(source, id);
305 void InspectUI::Reload(const std::string& source_id, function in class:InspectUI
310 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/content/shell/renderer/
H A Dwebkit_test_runner.cc531 void WebKitTestRunner::Reload() { function in class:content::WebKitTestRunner

Completed in 383 milliseconds

12