Home
last modified time | relevance | path

Searched refs:RELOAD_IGNORING_CACHE (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/common/
Dview_message_enums.h36 RELOAD_IGNORING_CACHE, enumerator
/external/chromium_org/content/public/browser/
Dnavigation_controller.h48 RELOAD_IGNORING_CACHE, // Reload bypassing the cache (shift-reload). enumerator
/external/chromium_org/chrome/browser/favicon/
Dfavicon_tab_helper.cc169 if (reload_type == NavigationController::RELOAD_IGNORING_CACHE) in DidStartNavigationToPendingEntry()
/external/chromium_org/content/browser/frame_host/
Dnavigation_controller_impl.cc258 ReloadInternal(check_for_repost, RELOAD_IGNORING_CACHE); in ReloadIgnoringCache()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc189 case NavigationControllerImpl::RELOAD_IGNORING_CACHE: in GetNavigationType()
190 return ViewMsg_Navigate_Type::RELOAD_IGNORING_CACHE; in GetNavigationType()
/external/chromium_org/content/renderer/
Drender_view_impl.cc405 params.navigation_type == ViewMsg_Navigate_Type::RELOAD_IGNORING_CACHE || in IsReload()
1434 ViewMsg_Navigate_Type::RELOAD_IGNORING_CACHE); in OnNavigate()