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

  /external/chromium_org/content/renderer/java/
java_bridge_dispatcher.cc 62 web_frame->bindToWindowObject(iter->first,
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 219 virtual void bindToWindowObject(const WebString& name, NPObject*) = 0;
220 virtual void bindToWindowObject(
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.h 112 void bindToWindowObject(Frame*, const String& key, NPObject*);
ScriptController.cpp 347 void ScriptController::bindToWindowObject(Frame* frame, const String& key, NPObject* object)
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 109 virtual void bindToWindowObject(const WebString& name, NPObject*);
110 virtual void bindToWindowObject(const WebString& name, NPObject*, void*);
WebFrameImpl.cpp 745 void WebFrameImpl::bindToWindowObject(const WebString& name, NPObject* object)
747 bindToWindowObject(name, object, 0);
750 void WebFrameImpl::bindToWindowObject(const WebString& name, NPObject* object, void*)
754 frame()->script()->bindToWindowObject(frame(), String(name), object);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppBoundClass.cpp 352 // BindToWindowObject will take its own reference to the NPObject, and clean
355 frame->bindToWindowObject(classname, NPVARIANT_TO_OBJECT(*getAsCppVariant()), 0);
  /external/chromium_org/webkit/renderer/
cpp_bound_class.cc 320 // BindToWindowObject will take its own reference to the NPObject, and clean
324 frame->bindToWindowObject(ASCIIToUTF16(classname),
  /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),

Completed in 109 milliseconds