Home
last modified time | relevance | path

Searched refs:is_incognito_process (Results 1 – 3 of 3) 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() function
44 bool is_incognito_process,
Dalloy_render_thread_observer.cc52 bool is_incognito_process, in SetInitialConfiguration() argument
56 is_incognito_process_ = is_incognito_process; in SetInitialConfiguration()
/third_party/cef/libcef/renderer/extensions/
Dextensions_renderer_client.cc47 return AlloyRenderThreadObserver::is_incognito_process(); in IsIncognitoProcess()