Searched refs:bindToWindowObject (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptController.h | 114 void bindToWindowObject(Frame*, const String& key, NPObject*);
|
D | ScriptController.cpp | 263 void ScriptController::bindToWindowObject(Frame* frame, const String& key, NPObject* object) in bindToWindowObject() function in WebCore::ScriptController
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | CppBoundClass.cpp | 348 frame->bindToWindowObject(classname, NPVARIANT_TO_OBJECT(*getAsCppVariant())); in bindToJavascript()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFrame.h | 235 virtual void bindToWindowObject(const WebString& name, NPObject*) = 0;
|
/external/chromium/webkit/glue/ |
D | cpp_bound_class.cc | 331 frame->bindToWindowObject(ASCIIToUTF16(classname), in BindToJavascript()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.h | 101 virtual void bindToWindowObject(const WebString& name, NPObject*);
|
D | WebFrameImpl.cpp | 756 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/ |
D | WebCoreFrameBridge.cpp | 1590 pFrame->script()->bindToWindowObject(pFrame, name, npObject); in AddJavascriptInterface()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 22926 (WebKit::WebFrameImpl::bindToWindowObject): 25613 (WebKit::WebFrameImpl::bindToWindowObject): 28995 (WebKit::WebFrameImpl::bindToWindowObject):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 79194 (WebCore::ScriptController::bindToWindowObject): 86503 (WebCore::ScriptController::bindToWindowObject): 93191 (WebCore::ScriptController::bindToWindowObject):
|