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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 347 void ScriptController::bindToWindowObject(Frame* frame, const String& key, NPObject* object)
  /external/chromium_org/third_party/WebKit/Source/web/
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...]

Completed in 84 milliseconds