Home
last modified time | relevance | path

Searched refs:m_world (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8WindowShell.cpp87 , m_world(world) in V8WindowShell()
101 m_frame->loader().client()->willReleaseScriptContext(context, m_world->worldId()); in disposeContext()
200 m_world->setIsolatedWorldField(context); in initializeIfNeeded()
202 bool isMainWorld = m_world->isMainWorld(); in initializeIfNeeded()
225 m_perContextData->setActivityLogger(DOMWrapperWorld::activityLogger(m_world->worldId())); in initializeIfNeeded()
248 SecurityOrigin* origin = m_world->isolatedWorldSecurityOrigin(); in initializeIfNeeded()
254 …m_frame->loader().client()->didCreateScriptContext(context, m_world->extensionGroup(), m_world->wo… in initializeIfNeeded()
267 …tTemplate> globalTemplate = V8Window::GetShadowObjectTemplate(m_isolate, m_world->isMainWorld() ? … in createContext()
277 int extensionGroup = m_world->extensionGroup(); in createContext()
278 int worldId = m_world->worldId(); in createContext()
[all …]
DDOMRequestState.h41 , m_world(DOMWrapperWorld::current()) in DOMRequestState()
50 m_world.clear(); in clear()
68 return toV8Context(m_executionContext, m_world.get()); in context()
80 RefPtr<DOMWrapperWorld> m_world; variable
DV8CustomElementLifecycleCallbacks.cpp95 , m_world(DOMWrapperWorld::current()) in V8CustomElementLifecycleCallbacks()
117 v8::Handle<v8::Context> context = toV8Context(executionContext(), m_world.get()); in creationContextData()
159 v8::Handle<v8::Context> context = toV8Context(executionContext(), m_world.get()); in created()
207 v8::Handle<v8::Context> context = toV8Context(executionContext(), m_world.get()); in attributeChanged()
237 v8::Handle<v8::Context> context = toV8Context(executionContext(), m_world.get()); in call()
DV8WindowShell.h81 DOMWrapperWorld* world() { return m_world.get(); } in world()
107 RefPtr<DOMWrapperWorld> m_world; variable
DV8MutationCallback.cpp42 , m_world(DOMWrapperWorld::current()) in V8MutationCallback()
56 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in call()
DV8AbstractEventListener.h112 virtual DOMWrapperWorld* world() const OVERRIDE FINAL { return m_world.get(); } in world()
142 RefPtr<DOMWrapperWorld> m_world; variable
DScriptPreprocessor.cpp64m_world = DOMWrapperWorld::ensureIsolatedWorld(ScriptPreprocessorIsolatedWorldId, DOMWrapperWorld:… in ScriptPreprocessor()
65 v8::Local<v8::Context> context = m_world->context(controller); in ScriptPreprocessor()
DScriptPreprocessor.h56 RefPtr<DOMWrapperWorld> m_world; variable
DV8MutationCallback.h59 RefPtr<DOMWrapperWorld> m_world; variable
DV8CustomElementLifecycleCallbacks.h70 RefPtr<DOMWrapperWorld> m_world; variable
DV8AbstractEventListener.cpp50 , m_world(world) in V8AbstractEventListener()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestCallbackInterface.cpp48 , m_world(DOMWrapperWorld::current()) in V8TestCallbackInterface()
64 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in voidMethod()
82 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in booleanMethod()
100 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in voidMethodBooleanArg()
124 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in voidMethodSequenceArg()
148 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in voidMethodFloatArg()
172 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in voidMethodTestInterfaceEmptyArg()
196 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in voidMethodTestInterfaceEmptyStringArg()
226 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in callbackWithThisValueVoidMethodStringArg()
DV8TestCallbackInterface.h68 RefPtr<DOMWrapperWorld> m_world; variable
/external/chromium_org/third_party/WebKit/Source/core/events/
DErrorEvent.cpp57 , m_world(DOMWrapperWorld::current()) in ErrorEvent()
68 , m_world(world) in ErrorEvent()
DErrorEvent.h81 PassRefPtr<DOMWrapperWorld> world() const { return m_world; } in world()
96 RefPtr<DOMWrapperWorld> m_world; variable
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dcallback_interface.cpp47 , m_world(DOMWrapperWorld::current())
66 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get());
Dcallback_interface.h64 RefPtr<DOMWrapperWorld> m_world;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CustomSQLStatementErrorCallback.cpp50 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in handleEvent()