Home
last modified time | relevance | path

Searched refs:ALLOY (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/
Dmain_runner.cc47 ALLOY, enumerator
57 if (type == RuntimeType::ALLOY) { in MakeDelegate()
58 g_runtime_type = RuntimeType::ALLOY; in MakeDelegate()
233 settings->chrome_runtime ? RuntimeType::CHROME : RuntimeType::ALLOY, this, in Initialize()
323 : RuntimeType::ALLOY; in RunAsHelperProcess()
535 return g_runtime_type == RuntimeType::ALLOY; in IsAlloyRuntimeEnabled()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch6121 ALLOY,
6133 if (type == RuntimeType::ALLOY) {
6134 g_runtime_type = RuntimeType::ALLOY;
6141 + g_runtime_type = RuntimeType::ALLOY;
6154 settings->chrome_runtime ? RuntimeType::CHROME : RuntimeType::ALLOY, this,
6157 + main_delegate_ = MakeDelegate(RuntimeType::ALLOY, this, settings, application);
6169 : RuntimeType::ALLOY;
6171 + auto runtime_type = RuntimeType::ALLOY;