Searched defs:ReloadIgnoringCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc261 void PanelHost::ReloadIgnoringCache() { function in class:PanelHost
262 content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));
263 web_contents_->GetController().ReloadIgnoringCache(true);
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_android.cc136 void NavigationControllerAndroid::ReloadIgnoringCache( function in class:content::NavigationControllerAndroid
140 navigation_controller_->ReloadIgnoringCache(check_for_repost);
H A Dnavigation_controller_impl.cc275 void NavigationControllerImpl::ReloadIgnoringCache(bool check_for_repost) { function in class:content::NavigationControllerImpl
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.cc249 new_tab->GetController().ReloadIgnoringCache(true);
447 void ReloadIgnoringCache(Browser* browser, WindowOpenDisposition disposition) { function in namespace:chrome
448 content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));

Completed in 4381 milliseconds