Searched refs:pluginWrapper (Results 1 – 4 of 4) sorted by relevance
53 RefPtr<SharedPersistent<v8::Object> > wrapper = impl->pluginWrapper(); in getScriptableObjectProperty()87 RefPtr<SharedPersistent<v8::Object> > wrapper = impl->pluginWrapper(); in setScriptableObjectProperty()183 RefPtr<SharedPersistent<v8::Object> > wrapper = impl->pluginWrapper(); in invokeOnScriptableObject()
50 SharedPersistent<v8::Object>* pluginWrapper();
271 SharedPersistent<v8::Object>* HTMLPlugInElement::pluginWrapper() in pluginWrapper() function in blink::HTMLPlugInElement
84 if (RefPtr<SharedPersistent<v8::Object> > wrapper = element->pluginWrapper()) { in npObjectInvokeImpl()