Searched refs:scriptableObject (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginView.h50 virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); } function in class:blink::PluginView
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.h52 virtual NPObject* scriptableObject() OVERRIDE { return 0; }
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptController.cpp302 v8::Local<v8::Object> scriptableObject = toPluginView(widget)->scriptableObject(m_isolate); local
304 if (scriptableObject.IsEmpty())
331 if (isWrappedNPObject(scriptableObject)) {
333 m_pluginObjects.set(widget, v8ObjectToNPObject(scriptableObject));
336 return SharedPersistent<v8::Object>::create(scriptableObject, m_isolate);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h71 virtual NPObject* scriptableObject() { return 0; } function in class:blink::WebPlugin
74 // The same as scriptableObject() but allows to expose scriptable interface
76 // If you override this function, you must return nullptr in scriptableObject().
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h75 virtual NPObject* scriptableObject();
H A Dwebview_plugin.cc126 NPObject* WebViewPlugin::scriptableObject() { return NULL; } function in class:WebViewPlugin
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h58 virtual NPObject* scriptableObject();
H A Dtest_plugin.cc244 NPObject* TestPlugin::scriptableObject() { function in class:content::TestPlugin
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.h81 virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) OVERRIDE;
H A DWebPluginContainerImpl.cpp592 v8::Local<v8::Object> WebPluginContainerImpl::scriptableObject(v8::Isolate* isolate) function in class:blink::WebPluginContainerImpl
597 ASSERT(!m_webPlugin->scriptableObject());
601 NPObject* npObject = m_webPlugin->scriptableObject();
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h72 virtual NPObject* scriptableObject();
H A Dwebplugin_impl.cc280 NPObject* WebPluginImpl::scriptableObject() { function in class:content::WebPluginImpl

Completed in 2846 milliseconds