Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Drequest_impl.cc105 const bool skip_cache{!!(ur_flags & UR_FLAG_SKIP_CACHE)}; in GetFetchCacheMode() local
108 if (only_from_cache && (skip_cache || disable_cache)) { in GetFetchCacheMode()
115 } else if (skip_cache) { in GetFetchCacheMode()