Home
last modified time | relevance | path

Searched refs:NativesEnabledScope (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dmessaging_utils_unittest.cc37 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
46 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
55 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
65 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
75 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
85 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
95 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
109 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
122 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
134 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
[all …]
Devent_unittest.cc82 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
101 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
118 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
134 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
151 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
166 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
186 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
204 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
223 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
244 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
[all …]
Dmodule_system_unittest.cc53 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
68 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
78 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
91 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
131 ModuleSystem::NativesEnabledScope natives_enabled( in TEST_F()
134 ModuleSystem::NativesEnabledScope natives_enabled_inner( in TEST_F()
142 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
158 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
181 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
206 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
[all …]
Dsafe_builtins_unittest.cc14 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
25 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
39 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
53 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
Dutils_unittest.cc43 ModuleSystem::NativesEnabledScope natives_enabled_scope( in TEST_F()
/external/chromium_org/extensions/renderer/
Dmodule_system.h61 class NativesEnabledScope {
63 explicit NativesEnabledScope(ModuleSystem* module_system);
64 ~NativesEnabledScope();
68 DISALLOW_COPY_AND_ASSIGN(NativesEnabledScope);
Dmodule_system.cc169 ModuleSystem::NativesEnabledScope::NativesEnabledScope( in NativesEnabledScope() function in extensions::ModuleSystem::NativesEnabledScope
175 ModuleSystem::NativesEnabledScope::~NativesEnabledScope() { in ~NativesEnabledScope()
304 NativesEnabledScope natives_enabled(this); in CallModuleMethod()
400 NativesEnabledScope natives_enabled_scope(module_system); in LazyFieldGetterInner()
Ddispatcher.cc274 ModuleSystem::NativesEnabledScope natives_enabled_scope(module_system); in DidCreateScriptContext()