HomeSort by relevance Sort by last modified time
    Searched refs:canGetItemsForName (Results 1 - 23 of 23) sorted by null

  /external/webkit/WebCore/bindings/js/
JSMimeTypeArrayCustom.cpp 31 bool JSMimeTypeArray::canGetItemsForName(ExecState*, MimeTypeArray* mimeTypeArray, const Identifier& propertyName)
33 return mimeTypeArray->canGetItemsForName(propertyName);
JSPluginArrayCustom.cpp 31 bool JSPluginArray::canGetItemsForName(ExecState*, PluginArray* pluginArray, const Identifier& propertyName)
33 return pluginArray->canGetItemsForName(propertyName);
JSPluginCustom.cpp 30 bool JSPlugin::canGetItemsForName(ExecState*, Plugin* plugin, const Identifier& propertyName)
32 return plugin->canGetItemsForName(propertyName);
JSDataGridColumnListCustom.cpp 41 bool JSDataGridColumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifier& propertyName)
JSNamedNodeMapCustom.cpp 38 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, const Identifier& propertyName)
JSHTMLAppletElementCustom.cpp 56 bool JSHTMLAppletElement::canGetItemsForName(ExecState*, HTMLAppletElement*, const Identifier& propertyName)
JSHTMLEmbedElementCustom.cpp 56 bool JSHTMLEmbedElement::canGetItemsForName(ExecState*, HTMLEmbedElement*, const Identifier& propertyName)
JSHTMLFrameSetElementCustom.cpp 44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Identifier& propertyName)
JSHTMLObjectElementCustom.cpp 56 bool JSHTMLObjectElement::canGetItemsForName(ExecState*, HTMLObjectElement*, const Identifier& propertyName)
JSNodeListCustom.cpp 54 bool JSNodeList::canGetItemsForName(ExecState*, NodeList* impl, const Identifier& propertyName)
JSStyleSheetListCustom.cpp 50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identifier& propertyName)
JSHTMLFormElementCustom.cpp 40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, const Identifier& propertyName)
JSStorageCustom.cpp 39 bool JSStorage::canGetItemsForName(ExecState*, Storage* impl, const Identifier& propertyName)
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
JSHTMLAllCollectionCustom.cpp 108 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Identifier& propertyName)
JSCSSStyleDeclarationCustom.cpp 138 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& propertyName)
JSHTMLCollectionCustom.cpp 105 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, const Identifier& propertyName)
JSHTMLDocumentCustom.cpp 52 bool JSHTMLDocument::canGetItemsForName(ExecState*, HTMLDocument* document, const Identifier& propertyName)
  /external/webkit/WebCore/plugins/
MimeTypeArray.h 44 bool canGetItemsForName(const AtomicString& propertyName);
Plugin.h 46 bool canGetItemsForName(const AtomicString& propertyName);
PluginArray.h 44 bool canGetItemsForName(const AtomicString& propertyName);
MimeTypeArray.cpp 59 bool MimeTypeArray::canGetItemsForName(const AtomicString& propertyName)
Plugin.cpp 73 bool Plugin::canGetItemsForName(const AtomicString& propertyName)
PluginArray.cpp 59 bool PluginArray::canGetItemsForName(const AtomicString& propertyName)

Completed in 1101 milliseconds