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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp91 void V8HTMLAppletElement::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) function in class:WebCore::V8HTMLAppletElement
96 void V8HTMLEmbedElement::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) function in class:WebCore::V8HTMLEmbedElement
101 void V8HTMLObjectElement::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) function in class:WebCore::V8HTMLObjectElement
H A DV8CSSStyleDeclarationCustom.cpp208 void V8CSSStyleDeclaration::namedPropertySetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) function in class:WebCore::V8CSSStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestCustomAccessors.cpp115 V8TestCustomAccessors::namedPropertySetterCustom(name, value, info);
H A DV8TestCustomAccessors.h46 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
H A DV8TestInterface.h51 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
H A DV8TestInterface.cpp977 V8TestInterface::namedPropertySetterCustom(name, value, info);

Completed in 378 milliseconds