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

/external/webkit/WebCore/bindings/js/
H A DJSMimeTypeArrayCustom.cpp31 bool JSMimeTypeArray::canGetItemsForName(ExecState*, MimeTypeArray* mimeTypeArray, const Identifier& propertyName) function in class:WebCore::JSMimeTypeArray
33 return mimeTypeArray->canGetItemsForName(propertyName);
H A DJSPluginArrayCustom.cpp31 bool JSPluginArray::canGetItemsForName(ExecState*, PluginArray* pluginArray, const Identifier& propertyName) function in class:WebCore::JSPluginArray
33 return pluginArray->canGetItemsForName(propertyName);
H A DJSPluginCustom.cpp30 bool JSPlugin::canGetItemsForName(ExecState*, Plugin* plugin, const Identifier& propertyName) function in class:WebCore::JSPlugin
32 return plugin->canGetItemsForName(propertyName);
H A DJSDataGridColumnListCustom.cpp41 bool JSDataGridColumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifier& propertyName) function in class:WebCore::JSDataGridColumnList
H A DJSNamedNodeMapCustom.cpp38 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, const Identifier& propertyName) function in class:WebCore::JSNamedNodeMap
H A DJSHTMLAppletElementCustom.cpp56 bool JSHTMLAppletElement::canGetItemsForName(ExecState*, HTMLAppletElement*, const Identifier& propertyName) function in class:WebCore::JSHTMLAppletElement
H A DJSHTMLEmbedElementCustom.cpp56 bool JSHTMLEmbedElement::canGetItemsForName(ExecState*, HTMLEmbedElement*, const Identifier& propertyName) function in class:WebCore::JSHTMLEmbedElement
H A DJSHTMLFrameSetElementCustom.cpp44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Identifier& propertyName) function in class:WebCore::JSHTMLFrameSetElement
H A DJSHTMLObjectElementCustom.cpp56 bool JSHTMLObjectElement::canGetItemsForName(ExecState*, HTMLObjectElement*, const Identifier& propertyName) function in class:WebCore::JSHTMLObjectElement
H A DJSNodeListCustom.cpp54 bool JSNodeList::canGetItemsForName(ExecState*, NodeList* impl, const Identifier& propertyName) function in class:WebCore::JSNodeList
H A DJSStyleSheetListCustom.cpp50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identifier& propertyName) function in class:WebCore::JSStyleSheetList
H A DJSHTMLFormElementCustom.cpp40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, const Identifier& propertyName) function in class:WebCore::JSHTMLFormElement
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 DJSHTMLAllCollectionCustom.cpp108 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Identifier& propertyName) function in class:WebCore::JSHTMLAllCollection
H A DJSCSSStyleDeclarationCustom.cpp138 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& propertyName) function in class:WebCore::JSCSSStyleDeclaration
H A DJSHTMLCollectionCustom.cpp105 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, const Identifier& propertyName) function in class:WebCore::JSHTMLCollection
H A DJSHTMLDocumentCustom.cpp52 bool JSHTMLDocument::canGetItemsForName(ExecState*, HTMLDocument* document, const Identifier& propertyName) function in class:WebCore::JSHTMLDocument
/external/webkit/WebCore/plugins/
H A DMimeTypeArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
H A DPlugin.h46 bool canGetItemsForName(const AtomicString& propertyName);
H A DPluginArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
H A DMimeTypeArray.cpp59 bool MimeTypeArray::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::MimeTypeArray
H A DPlugin.cpp73 bool Plugin::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::Plugin
H A DPluginArray.cpp59 bool PluginArray::canGetItemsForName(const AtomicString& propertyName) function in class:WebCore::PluginArray

Completed in 84 milliseconds