Home
last modified time | relevance | path

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

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