HomeSort by relevance Sort by last modified time
    Searched refs:NPObject (Results 76 - 100 of 113) sorted by null

1 2 34 5

  /external/chromium_org/content/test/plugin/
plugin_windowed_test.cc 83 NPObject *window_obj = NULL;
87 SetError("Failed to get NPObject for plugin instance");
114 NPObject *window_obj = NULL;
plugin_thread_async_call_test.cc 92 NPObject *window_obj = NULL;
plugin_get_javascript_url_test.cc 52 // We attempt to retreive the NPObject for the plugin instance identified
75 NPObject *window_obj = NULL;
80 this_instance->SetError("Failed to get NPObject for plugin instance2");
plugin_test.cc 74 NPObject *window_obj = NULL;
plugin_windowless_test.cc 174 NPObject *window_obj = NULL;
  /external/chromium_org/content/renderer/java/
java_bridge_dispatcher.cc 60 NPObject* object = NPVARIANT_TO_OBJECT(iter->second);
65 // This refs the NPObject. This reference is dropped when either the window
83 // This creates an NPObject, wrapped as an NPVariant. Pass 0 for the for
94 // The NPObject is created with a ref count of one, which we remove when
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 30 struct NPObject;
67 virtual NPObject* GetPluginScriptableObject() OVERRIDE;
277 NPObject* npobject_;
webplugin_impl.h 75 virtual NPObject* scriptableObject();
106 virtual NPObject* GetWindowScriptNPObject() OVERRIDE;
107 virtual NPObject* GetPluginElement() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 118 // only leak the NPObject wrapper, not the object, its document, or
253 void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object)
291 NPObject* npObject = toPluginView(widget)->scriptableObject();
292 if (!npObject)
316 // NPObject as part of its wrapper. However, before accessing the object
319 v8::Local<v8::Object> wrapper = createV8ObjectForNPObject(npObject, 0, m_isolate);
322 m_pluginObjects.set(widget, npObject);
354 static NPObject* createNoScriptObject()
360 static NPObject* createScriptObject(LocalFrame* frame, v8::Isolate* isolate
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 110 virtual NPObject* windowObject() const OVERRIDE;
111 virtual void bindToWindowObject(const WebString& name, NPObject*) OVERRIDE;
112 virtual void bindToWindowObject(const WebString& name, NPObject*, void*) OVERRIDE;
WebRemoteFrameImpl.h 57 virtual NPObject* windowObject() const OVERRIDE;
58 virtual void bindToWindowObject(const WebString& name, NPObject*) OVERRIDE;
59 virtual void bindToWindowObject(const WebString& name, NPObject*, void*) OVERRIDE;
WebRemoteFrameImpl.cpp 271 NPObject* WebRemoteFrameImpl::windowObject() const
277 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*)
282 void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*, void*)
  /external/chromium_org/components/plugins/renderer/
webview_plugin.h 72 virtual NPObject* scriptableObject();
webview_plugin.cc 125 NPObject* WebViewPlugin::scriptableObject() { return NULL; }
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 44 virtual NPObject* scriptableObject();
pepper_webplugin_impl.cc 129 NPObject* PepperWebPluginImpl::scriptableObject() {
145 NPObject* message_channel_np_object(instance_->message_channel().np_object());
host_var_tracker.cc 80 NPObject* np_object) {
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.h 56 virtual NPObject* scriptableObject();
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 79 NPObject* GetContentWindow() const;
115 virtual NPObject* scriptableObject() OVERRIDE;
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 26 NPObject* npobject,
31 : npobject_(npobject),
36 channel_->AddMappingForNPObjectStub(route_id, npobject);
55 NPObject* npobject = npobject_; local
58 WebBindings::releaseObject(npobject);
68 NPObject* NPObjectStub::GetUnderlyingNPObject() {
121 // If we're in the plugin process, then the stub is holding onto an NPObject
plugin_instance.h 153 NPObject* GetPluginScriptableObject();
webplugin_delegate_impl.cc 184 NPObject* WebPluginDelegateImpl::GetPluginScriptableObject() {
  /external/chromium_org/content/browser/android/java/
java_bridge_dispatcher_host_manager.cc 42 NPObject* object) {
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 174 NPObject* WebPluginProxy::GetWindowScriptNPObject() {
198 NPObject* WebPluginProxy::GetPluginElement() {
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 399 NPObject *windowScriptObject;
434 NPObject* windowObject = 0;
441 NPObject* onStreamDestroyFunction = NPVARIANT_TO_OBJECT(onStreamDestroyVariant);
859 browser->retainobject((NPObject *)obj);

Completed in 553 milliseconds

1 2 34 5