Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Drequest_impl.cc434 if (ShouldSet(kChangedUrl, changed_only)) in Get()
437 if (ShouldSet(kChangedMethod, changed_only)) in Get()
440 if (ShouldSet(kChangedReferrer, changed_only)) { in Get()
446 if (ShouldSet(kChangedHeaderMap, changed_only)) { in Get()
452 if (ShouldSet(kChangedPostData, changed_only)) { in Get()
462 ShouldSet(kChangedSiteForCookies, changed_only)) { in Get()
466 if (ShouldSet(kChangedFlags, changed_only)) { in Get()
817 bool CefRequestImpl::ShouldSet(uint8_t changes, bool changed_only) const { in ShouldSet() function in CefRequestImpl
Drequest_impl.h139 bool ShouldSet(uint8_t changes, bool changed_only) const;