HomeSort by relevance Sort by last modified time
    Searched refs:bindToWindowObject (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.h 114 void bindToWindowObject(Frame*, const String& key, NPObject*);
ScriptController.cpp 263 void ScriptController::bindToWindowObject(Frame* frame, const String& key, NPObject* object)
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 235 virtual void bindToWindowObject(const WebString& name, NPObject*) = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 101 virtual void bindToWindowObject(const WebString& name, NPObject*);
WebFrameImpl.cpp 756 void WebFrameImpl::bindToWindowObject(const WebString& name, NPObject* object)
764 m_frame->script()->bindToWindowObject(m_frame, key, object);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp 345 // BindToWindowObject will take its own reference to the NPObject, and clean
348 frame->bindToWindowObject(classname, NPVARIANT_TO_OBJECT(*getAsCppVariant()));
  /external/chromium/webkit/glue/
cpp_bound_class.cc 328 // BindToWindowObject will take its own reference to the NPObject, and clean
331 frame->bindToWindowObject(ASCIIToUTF16(classname),
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]

Completed in 89 milliseconds