Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc360 bool always_remove, in GetQueryInfo() argument
364 explicit Visitor(bool always_remove) in GetQueryInfo() argument
365 : always_remove_(always_remove), removed_(false) {} in GetQueryInfo()
382 Visitor visitor(always_remove); in GetQueryInfo()
874 bool always_remove, in GetRequestInfo() argument
878 explicit Visitor(bool always_remove) in GetRequestInfo() argument
879 : always_remove_(always_remove), removed_(false) {} in GetRequestInfo()
896 Visitor visitor(always_remove); in GetRequestInfo()