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

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMMimeTypeArrayCustom.cpp31 bool JSDOMMimeTypeArray::canGetItemsForName(ExecState*, DOMMimeTypeArray* mimeTypeArray, const Identifier& propertyName) function in class:WebCore::JSDOMMimeTypeArray
33 return mimeTypeArray->canGetItemsForName(identifierToAtomicString(propertyName));
H A DJSDOMPluginArrayCustom.cpp31 bool JSDOMPluginArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, const Identifier& propertyName) function in class:WebCore::JSDOMPluginArray
33 return pluginArray->canGetItemsForName(identifierToAtomicString(propertyName));
H A DJSDOMPluginCustom.cpp30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, const Identifier& propertyName) function in class:WebCore::JSDOMPlugin
32 return plugin->canGetItemsForName(identifierToAtomicString(propertyName));
H A DJSDataGridColumnListCustom.cpp41 bool JSDataGridColumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifier& propertyName) function in class:WebCore::JSDataGridColumnList
H A DJSHTMLFormElementCustom.cpp40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, const Identifier& propertyName) function in class:WebCore::JSHTMLFormElement
H A DJSHTMLFrameSetElementCustom.cpp44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Identifier& propertyName) function in class:WebCore::JSHTMLFrameSetElement
H A DJSStyleSheetListCustom.cpp50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identifier& propertyName) function in class:WebCore::JSStyleSheetList
H A DJSDOMStringMapCustom.cpp36 bool JSDOMStringMap::canGetItemsForName(ExecState*, DOMStringMap* impl, const Identifier& propertyName) function in class:WebCore::JSDOMStringMap
61 // Since hasProperty() would end up calling canGetItemsForName() and be fooled, we need to check
81 // Since hasProperty() would end up calling canGetItemsForName() and be fooled, we need to check
H A DJSNamedNodeMapCustom.cpp71 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, const Identifier& propertyName) function in class:WebCore::JSNamedNodeMap
H A DJSStorageCustom.cpp39 bool JSStorage::canGetItemsForName(ExecState*, Storage* impl, const Identifier& propertyName) function in class:WebCore::JSStorage
53 // Since hasProperty() would end up calling canGetItemsForName() and be fooled, we need to check
79 // Since hasProperty() would end up calling canGetItemsForName() and be fooled, we need to check
H A DJSNodeListCustom.cpp93 bool JSNodeList::canGetItemsForName(ExecState*, NodeList* impl, const Identifier& propertyName) function in class:WebCore::JSNodeList
H A DJSCSSStyleDeclarationCustom.cpp143 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& propertyName) function in class:WebCore::JSCSSStyleDeclaration
H A DJSHTMLAllCollectionCustom.cpp109 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Identifier& propertyName) function in class:WebCore::JSHTMLAllCollection
H A DJSHTMLCollectionCustom.cpp105 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, const Identifier& propertyName) function in class:WebCore::JSHTMLCollection
H A DJSHTMLDocumentCustom.cpp53 bool JSHTMLDocument::canGetItemsForName(ExecState*, HTMLDocument* document, const Identifier& propertyName) function in class:WebCore::JSHTMLDocument
/external/webkit/Source/WebCore/plugins/
H A DDOMMimeTypeArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
H A DDOMPlugin.h45 bool canGetItemsForName(const AtomicString& propertyName);
H A DDOMPluginArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
H A DDOMMimeTypeArray.cpp59 bool DOMMimeTypeArray::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::DOMMimeTypeArray
H A DDOMPluginArray.cpp59 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::DOMPluginArray
H A DDOMPlugin.cpp78 bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::DOMPlugin

Completed in 123 milliseconds