Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/alloy/
Dalloy_render_thread_observer.h29 static bool is_incognito_process() { return is_incognito_process_; } in is_incognito_process()
56 static bool is_incognito_process_; variable
Dalloy_render_thread_observer.cc24 bool AlloyRenderThreadObserver::is_incognito_process_ = false; member in AlloyRenderThreadObserver
56 is_incognito_process_ = is_incognito_process; in SetInitialConfiguration()