HomeSort by relevance Sort by last modified time
    Searched defs:creationContext (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromise.cpp 48 v8::Handle<v8::Object> creationContext = v8Context.IsEmpty() ? v8::Object::New() : v8Context->Global();
49 v8::Handle<v8::Object> promise = V8PromiseCustom::createPromise(creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 211 v8::Handle<v8::Value> creationContext = toV8(&imp->frameElement()->document(), v8::Handle<v8::Object>(), info.GetIsolate());
212 RELEASE_ASSERT(!creationContext.IsEmpty());
213 v8::Handle<v8::Value> wrapper = toV8(imp->frameElement(), v8::Handle<v8::Object>::Cast(creationContext), info.GetIsolate());
534 v8::Handle<v8::Value> toV8(DOMWindow* window, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
536 // Notice that we explicitly ignore creationContext because the DOMWindow is its own creationContext.
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.cpp     [all...]

Completed in 549 milliseconds