Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dbrowser_view_impl.cc37 if (browser_impl && browser_impl->is_views_hosted()) in GetForBrowser()
/third_party/cef/libcef/browser/
Dbrowser_host_base.h252 bool is_views_hosted() const { return is_views_hosted_; } in is_views_hosted() function
/third_party/cef/libcef/browser/extensions/
Dextension_function_details.cc382 if (active_browser->is_views_hosted()) { in OpenTab()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc254 if (!inspected_browser->is_views_hosted()) in Show()