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

  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 55 return V8Proxy::retrieveWindow(activeContext);
60 return V8Proxy::retrieveWindow(v8::Context::GetEntered());
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 245 WebCore::DOMWindow* window = WebCore::V8Proxy::retrieveWindow(WebCore::V8Proxy::currentContext());
256 WebCore::DOMWindow* window = WebCore::V8Proxy::retrieveWindow(WebCore::V8Proxy::currentContext());
266 WebCore::DOMWindow* window = WebCore::V8Proxy::retrieveWindow(WebCore::V8Proxy::currentContext());
  /external/webkit/Source/WebCore/bindings/v8/
V8NPUtils.cpp 71 DOMWindow* window = V8Proxy::retrieveWindow(V8Proxy::currentContext());
V8Proxy.h 184 static DOMWindow* retrieveWindow(v8::Handle<v8::Context>);
V8Proxy.cpp 525 DOMWindow* V8Proxy::retrieveWindow(v8::Handle<v8::Context> context)
536 DOMWindow* window = retrieveWindow(context);
572 DOMWindow* window = retrieveWindow(currentContext());

Completed in 118 milliseconds