Home
last modified time | relevance | path

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

/third_party/cef/libcef/features/
Druntime.h20 bool IsAlloyRuntimeEnabled();
33 inline bool IsAlloyRuntimeEnabled() {
Druntime_checks.h13 CHECK(cef::IsAlloyRuntimeEnabled()) << "Alloy runtime is required"
/third_party/cef/patch/patches/
Dchrome_browser_content_settings.patch29 + if (!cef::IsAlloyRuntimeEnabled() || extensions::ExtensionsEnabled()) {
43 + if (!cef::IsAlloyRuntimeEnabled() || extensions::ExtensionsEnabled()) {
Dchrome_browser_themes.patch29 + const bool extensions_disabled = cef::IsAlloyRuntimeEnabled() &&
72 + const bool extensions_disabled = cef::IsAlloyRuntimeEnabled() &&
Dprint_preview_123.patch29 + if (cef::IsAlloyRuntimeEnabled()) {
134 + if (!cef::IsAlloyRuntimeEnabled()) {
189 + if (cef::IsAlloyRuntimeEnabled()) {
202 + if (cef::IsAlloyRuntimeEnabled()) {
310 + if (cef::IsAlloyRuntimeEnabled()) {
Dchrome_plugins.patch49 + if (!cef::IsAlloyRuntimeEnabled() || extensions::ExtensionsEnabled())
85 + if (cef::IsAlloyRuntimeEnabled() && !extensions::ExtensionsEnabled())
120 + if (cef::IsAlloyRuntimeEnabled() && !extensions::ExtensionsEnabled())
Dchrome_browser_net_export.patch82 + if (cef::IsAlloyRuntimeEnabled()) {
95 + if (!cef::IsAlloyRuntimeEnabled()) {
Dservices_network_2622.patch18 + if (!in_memory && cef::IsAlloyRuntimeEnabled()) {
30 + if (!in_memory && !cef::IsAlloyRuntimeEnabled()) {
Dextensions_1947.patch28 + if (!cef::IsAlloyRuntimeEnabled()) {
52 + if (cef::IsAlloyRuntimeEnabled()) {
Dwebui_2037.patch34 + if (!cef::IsAlloyRuntimeEnabled()) {
Dchrome_browser_profiles.patch153 + if (cef::IsAlloyRuntimeEnabled()) {
/third_party/cef/libcef/browser/net/
Dscheme_handler.cc19 if (!cef::IsAlloyRuntimeEnabled()) in RegisterInternalHandlers()
Dchrome_scheme_handler.cc648 if (cef::IsAlloyRuntimeEnabled()) { in BrowserURLHandlerCreated()
/third_party/cef/libcef/common/net/
Dscheme_registration.cc20 if (!cef::IsAlloyRuntimeEnabled()) in AddInternalSchemes()
/third_party/cef/libcef/browser/
Dmain_runner.cc534 bool IsAlloyRuntimeEnabled() { in IsAlloyRuntimeEnabled() function
Dbrowser_info_manager.cc244 cef::IsAlloyRuntimeEnabled() in WebContentsCreated()