Searched refs:IsAlloyRuntimeEnabled (Results 1 – 16 of 16) sorted by relevance
20 bool IsAlloyRuntimeEnabled();33 inline bool IsAlloyRuntimeEnabled() {
13 CHECK(cef::IsAlloyRuntimeEnabled()) << "Alloy runtime is required"
29 + if (!cef::IsAlloyRuntimeEnabled() || extensions::ExtensionsEnabled()) {43 + if (!cef::IsAlloyRuntimeEnabled() || extensions::ExtensionsEnabled()) {
29 + const bool extensions_disabled = cef::IsAlloyRuntimeEnabled() &&72 + const bool extensions_disabled = cef::IsAlloyRuntimeEnabled() &&
29 + if (cef::IsAlloyRuntimeEnabled()) {134 + if (!cef::IsAlloyRuntimeEnabled()) {189 + if (cef::IsAlloyRuntimeEnabled()) {202 + if (cef::IsAlloyRuntimeEnabled()) {310 + if (cef::IsAlloyRuntimeEnabled()) {
49 + if (!cef::IsAlloyRuntimeEnabled() || extensions::ExtensionsEnabled())85 + if (cef::IsAlloyRuntimeEnabled() && !extensions::ExtensionsEnabled())120 + if (cef::IsAlloyRuntimeEnabled() && !extensions::ExtensionsEnabled())
82 + if (cef::IsAlloyRuntimeEnabled()) {95 + if (!cef::IsAlloyRuntimeEnabled()) {
18 + if (!in_memory && cef::IsAlloyRuntimeEnabled()) {30 + if (!in_memory && !cef::IsAlloyRuntimeEnabled()) {
28 + if (!cef::IsAlloyRuntimeEnabled()) {52 + if (cef::IsAlloyRuntimeEnabled()) {
34 + if (!cef::IsAlloyRuntimeEnabled()) {
153 + if (cef::IsAlloyRuntimeEnabled()) {
19 if (!cef::IsAlloyRuntimeEnabled()) in RegisterInternalHandlers()
648 if (cef::IsAlloyRuntimeEnabled()) { in BrowserURLHandlerCreated()
20 if (!cef::IsAlloyRuntimeEnabled()) in AddInternalSchemes()
534 bool IsAlloyRuntimeEnabled() { in IsAlloyRuntimeEnabled() function
244 cef::IsAlloyRuntimeEnabled() in WebContentsCreated()