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

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8StyleSheetListCustom.cpp42 v8::Handle<v8::Value> V8StyleSheetList::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8StyleSheetList
H A DV8HTMLFrameSetElementCustom.cpp48 v8::Handle<v8::Value> V8HTMLFrameSetElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8HTMLFrameSetElement
H A DV8HTMLFormElementCustom.cpp55 v8::Handle<v8::Value> V8HTMLFormElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8HTMLFormElement
H A DV8NamedNodeMapCustom.cpp57 v8::Handle<v8::Value> V8NamedNodeMap::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8NamedNodeMap
H A DV8NodeListCustom.cpp44 v8::Handle<v8::Value> V8NodeList::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8NodeList
H A DV8HTMLPlugInElementCustom.cpp77 v8::Handle<v8::Value> V8HTMLAppletElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8HTMLAppletElement
83 v8::Handle<v8::Value> V8HTMLEmbedElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8HTMLEmbedElement
89 v8::Handle<v8::Value> V8HTMLObjectElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8HTMLObjectElement
H A DV8CSSStyleDeclarationCustom.cpp155 v8::Handle<v8::Value> V8CSSStyleDeclaration::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8CSSStyleDeclaration
H A DV8DOMStringMapCustom.cpp49 v8::Handle<v8::Value> V8DOMStringMap::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8DOMStringMap
H A DV8HTMLAllCollectionCustom.cpp74 v8::Handle<v8::Value> V8HTMLAllCollection::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8HTMLAllCollection
H A DV8HTMLCollectionCustom.cpp77 v8::Handle<v8::Value> V8HTMLCollection::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8HTMLCollection
H A DV8StorageCustom.cpp76 v8::Handle<v8::Value> V8Storage::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8Storage
H A DV8DOMWindowCustom.cpp481 v8::Handle<v8::Value> V8DOMWindow::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) function in class:WebCore::V8DOMWindow
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm536 static v8::Handle<v8::Value> namedPropertyGetter(v8::Local<v8::String>, const v8::AccessorInfo&);
1610 my $namedPropertyGetter = shift;
1634 if ($namedPropertyGetter && $namedPropertyGetter->type ne "Node" && !$namedPropertyGetter->extendedAttributes->{"Custom"} && !$hasCustomGetter) {
1636 my $type = $namedPropertyGetter->type;
1658 push(@implContent, " desc->${setOn}Template()->SetNamedPropertyHandler(V8${interfaceName}::namedPropertyGetter, ");
1795 my $namedPropertyGetter;
1810 $namedPropertyGetter = $function->signature;
2020 GenerateImplementationNamedPropertyGetter($dataNode, $namedPropertyGetter);
[all...]

Completed in 122 milliseconds