Searched defs:bindToWindowObject (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptController.cpp253 void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object) function in class:WebCore::ScriptController
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp277 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*) function in class:blink::WebRemoteFrameImpl
282 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*, void*) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp694 void WebLocalFrameImpl::bindToWindowObject(const WebString& name, NPObject* object) function in class:blink::WebLocalFrameImpl
696 bindToWindowObject(name, object, 0);
699 void WebLocalFrameImpl::bindToWindowObject(const WebString& name, NPObject* object, void*) function in class:blink::WebLocalFrameImpl
703 frame()->script().bindToWindowObject(frame(), String(name), object);

Completed in 110 milliseconds