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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp84 void setScriptableObjectProperty(PropertyType property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) function in namespace:blink::__anon10910
134 setScriptableObjectProperty<V8HTMLAppletElement>(name, value, info);
139 setScriptableObjectProperty<V8HTMLEmbedElement>(name, value, info);
144 setScriptableObjectProperty<V8HTMLObjectElement>(name, value, info);
164 setScriptableObjectProperty<V8HTMLAppletElement>(index, value, info);
169 setScriptableObjectProperty<V8HTMLEmbedElement>(index, value, info);
174 setScriptableObjectProperty<V8HTMLObjectElement>(index, value, info);

Completed in 120 milliseconds