Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.cpp327 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*) in bindToWindowObject() function in blink::WebRemoteFrameImpl
332 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*, void*) in bindToWindowObject() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp689 void WebLocalFrameImpl::bindToWindowObject(const WebString& name, NPObject* object) in bindToWindowObject() function in blink::WebLocalFrameImpl
694 void WebLocalFrameImpl::bindToWindowObject(const WebString& name, NPObject* object, void*) in bindToWindowObject() function in blink::WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptController.cpp263 void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object) in bindToWindowObject() function in blink::ScriptController