HomeSort by relevance Sort by last modified time
    Searched refs:DOMWrapperWorld (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8XMLHttpRequestCustom.cpp 62 DOMWrapperWorld& world = DOMWrapperWorld::current(info.GetIsolate());
V8WindowCustom.cpp 162 v8::Local<v8::Context> context = toV8Context(frame, DOMWrapperWorld::current(info.GetIsolate()));
183 v8::Local<v8::Context> context = toV8Context(frame, DOMWrapperWorld::current(info.GetIsolate()));
544 v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::current(isolate));
V8ArrayBufferCustom.h 111 ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld());
V8TypedArrayCustom.h 96 ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyBase.cpp 34 ScriptPromise ScriptPromisePropertyBase::promise(DOMWrapperWorld& world)
WorkerScriptController.cpp 116 m_world = DOMWrapperWorld::create(WorkerWorldId);
V8Binding.cpp 790 v8::Local<v8::Context> toV8Context(ExecutionContext* context, DOMWrapperWorld& world)
803 v8::Local<v8::Context> toV8Context(LocalFrame* frame, DOMWrapperWorld& world)
    [all...]
V8GCController.cpp 453 RefPtr<ScriptState> scriptState = ScriptState::create(v8::Context::New(isolate), DOMWrapperWorld::create());
PrivateScriptRunner.cpp 8 #include "bindings/core/v8/DOMWrapperWorld.h"
178 v8::Handle<v8::Context> context = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
V8Binding.h 35 #include "bindings/core/v8/DOMWrapperWorld.h"
    [all...]
NPV8Object.cpp 97 v8::Handle<v8::Context> context = toV8Context(object->rootObject->frame(), DOMWrapperWorld::mainWorld());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface3.h 90 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceEventConstructor.h 89 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceEventTarget.h 95 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceNotScriptWrappable.h 80 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceWillBeGarbageCollected.h 96 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestObject.h 122 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceEventConstructor.cpp 257 if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 44 class DOMWrapperWorld;
InspectorRuntimeAgent.cpp 34 #include "bindings/core/v8/DOMWrapperWorld.h"
219 DOMWrapperWorld& world = scriptState->world();
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 341 v8::Handle<v8::Context> contextInPrivateScript = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
371 v8::Handle<v8::Context> contextInPrivateScript = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
interface.h 240 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
methods.cpp 511 v8::Handle<v8::Context> contextInPrivateScript = toV8Context(frame, DOMWrapperWorld::privateScriptIsolatedWorld());
interface.cpp 616 if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 88 #include "bindings/core/v8/DOMWrapperWorld.h"
728 DOMWrapperWorld::setIsolatedWorldSecurityOrigin(worldID, securityOrigin.get());
734 DOMWrapperWorld::setIsolatedWorldContentSecurityPolicy(worldID, policy);
740 DOMWrapperWorld::setIsolatedWorldHumanReadableName(worldID, humanReadableName);
826 return toV8Context(frame(), DOMWrapperWorld::mainWorld());
    [all...]

Completed in 341 milliseconds

1 23 4