HomeSort by relevance Sort by last modified time
    Searched refs:getEntered (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
MainThreadDOMData.cpp 56 V8IsolatedContext* context = V8IsolatedContext::getEntered();
WorldContextHandle.cpp 44 if (V8IsolatedContext* context = V8IsolatedContext::getEntered())
V8IsolatedContext.h 70 // v8::Context::GetEntered(). Because worlds are isolated, the entire
77 static V8IsolatedContext* getEntered()
88 return reinterpret_cast<V8IsolatedContext*>(getGlobalObject(v8::Context::GetEntered())->GetPointerFromInternalField(V8DOMWindow::enteredIsolatedWorldIndex));
V8DOMWrapper.cpp 258 if (V8IsolatedContext::getEntered()) {
343 V8IsolatedContext* context = V8IsolatedContext::getEntered();
V8Proxy.cpp 548 v8::Handle<v8::Context> context = v8::Context::GetEntered();
726 if (V8IsolatedContext* isolatedContext = V8IsolatedContext::getEntered()) {
737 if (V8IsolatedContext* isolatedContext = V8IsolatedContext::getEntered()) {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SVGDocumentCustom.cpp 48 if (!V8IsolatedContext::getEntered()) {
V8DocumentCustom.cpp 135 if (!V8IsolatedContext::getEntered()) {
V8HTMLDocumentCustom.cpp 190 if (!V8IsolatedContext::getEntered()) {

Completed in 198 milliseconds