Searched refs:ReloadIgnoringCache (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h93 void ReloadIgnoringCache();
H A Dpanel_host.cc256 void PanelHost::ReloadIgnoringCache() { function in class:PanelHost
257 content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));
258 web_contents_->GetController().ReloadIgnoringCache(true);
H A Dpanel.cc371 panel_host_->ReloadIgnoringCache();
/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h339 virtual void ReloadIgnoringCache(bool check_for_repost) = 0;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.h69 void ReloadIgnoringCache(Browser* browser, WindowOpenDisposition disposition);
H A Dbrowser_commands.cc181 web_contents->GetController().ReloadIgnoringCache(true);
375 void ReloadIgnoringCache(Browser* browser, WindowOpenDisposition disposition) { function in namespace:chrome
376 content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));
H A Dbrowser_command_controller.cc377 ReloadIgnoringCache(browser_, disposition);
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.h85 virtual void ReloadIgnoringCache(bool check_for_repost) OVERRIDE;
266 // Helper function for code shared between Reload() and ReloadIgnoringCache().
H A Dnavigation_controller_impl.cc257 void NavigationControllerImpl::ReloadIgnoringCache(bool check_for_repost) { function in class:content::NavigationControllerImpl
/external/chromium_org/chrome/browser/chromeos/login/
H A Dsimple_web_view_dialog.cc344 web_contents->GetController().ReloadIgnoringCache(true);
/external/chromium_org/chrome/browser/
H A Dreferrer_policy_browsertest.cc409 chrome::ReloadIgnoringCache(browser(), CURRENT_TAB);
/external/chromium/chrome/browser/ui/
H A Dbrowser.h455 void ReloadIgnoringCache(WindowOpenDisposition disposition); // Shift-reload.
985 // Shared code between Reload() and ReloadIgnoringCache().
H A Dbrowser.cc1304 void Browser::ReloadIgnoringCache(WindowOpenDisposition disposition) { function in class:Browser
1305 UserMetrics::RecordAction(UserMetricsAction("ReloadIgnoringCache"), profile_);
1325 tab->controller().ReloadIgnoringCache(true);
2189 case IDC_RELOAD_IGNORING_CACHE: ReloadIgnoringCache(disposition); break;
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h152 void ReloadIgnoringCache(JNIEnv* env, jobject obj, jboolean check_for_repost);
H A Dcontent_view_core_impl.cc1183 void ContentViewCoreImpl::ReloadIgnoringCache(JNIEnv* env, function in class:content::ContentViewCoreImpl
1186 web_contents_->GetController().ReloadIgnoringCache(check_for_repost);
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1606 web_contents->GetController().ReloadIgnoringCache(true);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc739 controller_.ReloadIgnoringCache(true);

Completed in 644 milliseconds