Home
last modified time | relevance | path

Searched refs:retrieveFrameForCallingContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLDocumentCustom.cpp115 Frame* frame = V8Proxy::retrieveFrameForCallingContext(); in writeCallback()
124 Frame* frame = V8Proxy::retrieveFrameForCallingContext(); in writelnCallback()
163 Frame* frame = V8Proxy::retrieveFrameForCallingContext(); in openCallback()
DV8DOMWindowCustom.cpp320 DOMWindow* source = V8Proxy::retrieveFrameForCallingContext()->domWindow(); in postMessageCallback()
/external/webkit/Source/WebCore/bindings/v8/specialization/
DV8BindingState.cpp65 Frame* frame = V8Proxy::retrieveFrameForCallingContext(); in activeFrame()
/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.h227 static Frame* retrieveFrameForCallingContext();
DV8Proxy.cpp562 Frame* V8Proxy::retrieveFrameForCallingContext() in retrieveFrameForCallingContext() function in WebCore::V8Proxy