HomeSort by relevance Sort by last modified time
    Searched defs:ReloadIgnoringCache (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_host.cc 257 void PanelHost::ReloadIgnoringCache() {
258 content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));
259 web_contents_->GetController().ReloadIgnoringCache(true);
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 262 void NavigationControllerImpl::ReloadIgnoringCache(bool check_for_repost) {
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 242 new_tab->GetController().ReloadIgnoringCache(true);
434 void ReloadIgnoringCache(Browser* browser, WindowOpenDisposition disposition) {
435 content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 133 milliseconds