/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8WindowShell.cpp | 87 , 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 …]
|
D | DOMRequestState.h | 41 , 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
|
D | V8CustomElementLifecycleCallbacks.cpp | 95 , 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()
|
D | V8WindowShell.h | 81 DOMWrapperWorld* world() { return m_world.get(); } in world() 107 RefPtr<DOMWrapperWorld> m_world; variable
|
D | V8MutationCallback.cpp | 42 , m_world(DOMWrapperWorld::current()) in V8MutationCallback() 56 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in call()
|
D | V8AbstractEventListener.h | 112 virtual DOMWrapperWorld* world() const OVERRIDE FINAL { return m_world.get(); } in world() 142 RefPtr<DOMWrapperWorld> m_world; variable
|
D | ScriptPreprocessor.cpp | 64 …m_world = DOMWrapperWorld::ensureIsolatedWorld(ScriptPreprocessorIsolatedWorldId, DOMWrapperWorld:… in ScriptPreprocessor() 65 v8::Local<v8::Context> context = m_world->context(controller); in ScriptPreprocessor()
|
D | ScriptPreprocessor.h | 56 RefPtr<DOMWrapperWorld> m_world; variable
|
D | V8MutationCallback.h | 59 RefPtr<DOMWrapperWorld> m_world; variable
|
D | V8CustomElementLifecycleCallbacks.h | 70 RefPtr<DOMWrapperWorld> m_world; variable
|
D | V8AbstractEventListener.cpp | 50 , m_world(world) in V8AbstractEventListener()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestCallbackInterface.cpp | 48 , 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()
|
D | V8TestCallbackInterface.h | 68 RefPtr<DOMWrapperWorld> m_world; variable
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | ErrorEvent.cpp | 57 , m_world(DOMWrapperWorld::current()) in ErrorEvent() 68 , m_world(world) in ErrorEvent()
|
D | ErrorEvent.h | 81 PassRefPtr<DOMWrapperWorld> world() const { return m_world; } in world() 96 RefPtr<DOMWrapperWorld> m_world; variable
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | callback_interface.cpp | 47 , m_world(DOMWrapperWorld::current()) 66 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get());
|
D | callback_interface.h | 64 RefPtr<DOMWrapperWorld> m_world;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8CustomSQLStatementErrorCallback.cpp | 50 v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get()); in handleEvent()
|