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

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginView.h 50 virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.h 52 virtual NPObject* scriptableObject() OVERRIDE { return 0; }
  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 71 virtual NPObject* scriptableObject() { return 0; }
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/third_party/WebKit/Source/bindings/core/v8/
ScriptController.cpp 302 v8::Local<v8::Object> scriptableObject = toPluginView(widget)->scriptableObject(m_isolate);
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/components/plugins/renderer/
webview_plugin.h 75 virtual NPObject* scriptableObject();
webview_plugin.cc 126 NPObject* WebViewPlugin::scriptableObject() { return NULL; }
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 58 virtual NPObject* scriptableObject();
test_plugin.cc 244 NPObject* TestPlugin::scriptableObject() {
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 81 virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) OVERRIDE;
WebPluginContainerImpl.cpp 592 v8::Local<v8::Object> WebPluginContainerImpl::scriptableObject(v8::Isolate* isolate)
597 ASSERT(!m_webPlugin->scriptableObject());
601 NPObject* npObject = m_webPlugin->scriptableObject();
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 72 virtual NPObject* scriptableObject();
webplugin_impl.cc 280 NPObject* WebPluginImpl::scriptableObject() {
    [all...]

Completed in 583 milliseconds