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

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMMimeTypeArrayCustom.cpp36 JSValue JSDOMMimeTypeArray::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSDOMMimeTypeArray
H A DJSDOMPluginArrayCustom.cpp36 JSValue JSDOMPluginArray::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSDOMPluginArray
H A DJSDOMPluginCustom.cpp35 JSValue JSDOMPlugin::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSDOMPlugin
H A DJSDataGridColumnListCustom.cpp46 JSValue JSDataGridColumnList::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSDataGridColumnList
H A DJSHTMLFormElementCustom.cpp47 JSValue JSHTMLFormElement::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSHTMLFormElement
H A DJSHTMLFrameSetElementCustom.cpp50 JSValue JSHTMLFrameSetElement::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSHTMLFrameSetElement
H A DJSStyleSheetListCustom.cpp55 JSValue JSStyleSheetList::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSStyleSheetList
H A DJSDOMStringMapCustom.cpp41 JSValue JSDOMStringMap::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSDOMStringMap
H A DJSNamedNodeMapCustom.cpp76 JSValue JSNamedNodeMap::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSNamedNodeMap
H A DJSStorageCustom.cpp44 JSValue JSStorage::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSStorage
H A DJSNodeListCustom.cpp98 JSValue JSNodeList::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSNodeList
H A DJSCSSStyleDeclarationCustom.cpp150 JSValue JSCSSStyleDeclaration::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSCSSStyleDeclaration
H A DJSHTMLAllCollectionCustom.cpp116 JSValue JSHTMLAllCollection::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSHTMLAllCollection
H A DJSHTMLCollectionCustom.cpp112 JSValue JSHTMLCollection::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSHTMLCollection
H A DJSHTMLDocumentCustom.cpp59 JSValue JSHTMLDocument::nameGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebCore::JSHTMLDocument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java854 final Function<ListenableFuture<String>, String> nameGetter = field in class:FuturesTest.TestFutureBatch
877 Iterable<String> inputNames = Iterables.transform(inputs, nameGetter);

Completed in 169 milliseconds