Searched refs:scriptableObject (Results 1 – 12 of 12) sorted by relevance
302 v8::Local<v8::Object> scriptableObject = toPluginView(widget)->scriptableObject(m_isolate); in createPluginWrapper() local304 if (scriptableObject.IsEmpty()) in createPluginWrapper()331 if (isWrappedNPObject(scriptableObject)) { in createPluginWrapper()333 m_pluginObjects.set(widget, v8ObjectToNPObject(scriptableObject)); in createPluginWrapper()336 return SharedPersistent<v8::Object>::create(scriptableObject, m_isolate); in createPluginWrapper()
50 virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); } in scriptableObject() function
52 virtual NPObject* scriptableObject() OVERRIDE { return 0; } in scriptableObject() function
71 virtual NPObject* scriptableObject() { return 0; } in scriptableObject() function
75 virtual NPObject* scriptableObject();
126 NPObject* WebViewPlugin::scriptableObject() { return NULL; } in scriptableObject() function in WebViewPlugin
58 virtual NPObject* scriptableObject();
244 NPObject* TestPlugin::scriptableObject() { in scriptableObject() function in content::TestPlugin
592 v8::Local<v8::Object> WebPluginContainerImpl::scriptableObject(v8::Isolate* isolate) in scriptableObject() function in blink::WebPluginContainerImpl597 ASSERT(!m_webPlugin->scriptableObject()); in scriptableObject()601 NPObject* npObject = m_webPlugin->scriptableObject(); in scriptableObject()
81 virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) OVERRIDE;
72 virtual NPObject* scriptableObject();
280 NPObject* WebPluginImpl::scriptableObject() { in scriptableObject() function in content::WebPluginImpl