Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dmain_context.h43 virtual bool UseChromeRuntime() = 0;
Dmain_context_impl.h31 bool UseChromeRuntime() override;
Dmain_context_impl.cc166 bool MainContextImpl::UseChromeRuntime() { in UseChromeRuntime() function in client::MainContextImpl
Dviews_window.cc784 if (MainContext::Get()->UseChromeRuntime()) { in ViewsWindow()
Dclient_handler.cc324 const bool use_chrome_runtime = MainContext::Get()->UseChromeRuntime(); in OnBeforeContextMenu()