Home
last modified time | relevance | path

Searched refs:pluginWrapper (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8HTMLPlugInElementCustom.cpp53 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()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h50 SharedPersistent<v8::Object>* pluginWrapper();
DHTMLPlugInElement.cpp271 SharedPersistent<v8::Object>* HTMLPlugInElement::pluginWrapper() in pluginWrapper() function in blink::HTMLPlugInElement
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8NPObject.cpp84 if (RefPtr<SharedPersistent<v8::Object> > wrapper = element->pluginWrapper()) { in npObjectInvokeImpl()