Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Drequest_impl.cc104 blink::mojom::FetchCacheMode GetFetchCacheMode(int ur_flags) { in GetFetchCacheMode() argument
105 const bool skip_cache{!!(ur_flags & UR_FLAG_SKIP_CACHE)}; in GetFetchCacheMode()
106 const bool only_from_cache{!!(ur_flags & UR_FLAG_ONLY_FROM_CACHE)}; in GetFetchCacheMode()
107 const bool disable_cache{!!(ur_flags & UR_FLAG_DISABLE_CACHE)}; in GetFetchCacheMode()