Home
last modified time | relevance | path

Searched refs:bindToWindowObject (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DScriptController.h114 void bindToWindowObject(Frame*, const String& key, NPObject*);
DScriptController.cpp263 void ScriptController::bindToWindowObject(Frame* frame, const String& key, NPObject* object) in bindToWindowObject() function in WebCore::ScriptController
/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.cpp348 frame->bindToWindowObject(classname, NPVARIANT_TO_OBJECT(*getAsCppVariant())); in bindToJavascript()
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h235 virtual void bindToWindowObject(const WebString& name, NPObject*) = 0;
/external/chromium/webkit/glue/
Dcpp_bound_class.cc331 frame->bindToWindowObject(ASCIIToUTF16(classname), in BindToJavascript()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h101 virtual void bindToWindowObject(const WebString& name, NPObject*);
DWebFrameImpl.cpp756 void WebFrameImpl::bindToWindowObject(const WebString& name, NPObject* object) in bindToWindowObject() function in WebKit::WebFrameImpl
764 m_frame->script()->bindToWindowObject(m_frame, key, object); in bindToWindowObject()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp1590 pFrame->script()->bindToWindowObject(pFrame, name, npObject); in AddJavascriptInterface()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1622926 (WebKit::WebFrameImpl::bindToWindowObject):
25613 (WebKit::WebFrameImpl::bindToWindowObject):
28995 (WebKit::WebFrameImpl::bindToWindowObject):
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2979194 (WebCore::ScriptController::bindToWindowObject):
86503 (WebCore::ScriptController::bindToWindowObject):
93191 (WebCore::ScriptController::bindToWindowObject):