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

  /external/webkit/Source/WebCore/bindings/js/
JSDOMMimeTypeArrayCustom.cpp 31 bool JSDOMMimeTypeArray::canGetItemsForName(ExecState*, DOMMimeTypeArray* mimeTypeArray, const Identifier& propertyName)
33 return mimeTypeArray->canGetItemsForName(identifierToAtomicString(propertyName));
JSDOMPluginArrayCustom.cpp 31 bool JSDOMPluginArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, const Identifier& propertyName)
33 return pluginArray->canGetItemsForName(identifierToAtomicString(propertyName));
JSDOMPluginCustom.cpp 30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, const Identifier& propertyName)
32 return plugin->canGetItemsForName(identifierToAtomicString(propertyName));
JSDataGridColumnListCustom.cpp 41 bool JSDataGridColumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifier& propertyName)
JSHTMLFormElementCustom.cpp 40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, const Identifier& propertyName)
JSHTMLFrameSetElementCustom.cpp 44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Identifier& propertyName)
JSStyleSheetListCustom.cpp 50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identifier& propertyName)
JSDOMStringMapCustom.cpp 36 bool JSDOMStringMap::canGetItemsForName(ExecState*, DOMStringMap* impl, const Identifier& propertyName)
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
JSNamedNodeMapCustom.cpp 71 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, 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
JSNodeListCustom.cpp 93 bool JSNodeList::canGetItemsForName(ExecState*, NodeList* impl, const Identifier& propertyName)
JSCSSStyleDeclarationCustom.cpp 143 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& propertyName)
JSHTMLAllCollectionCustom.cpp 109 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Identifier& propertyName)
JSHTMLCollectionCustom.cpp 105 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, const Identifier& propertyName)
JSHTMLDocumentCustom.cpp 53 bool JSHTMLDocument::canGetItemsForName(ExecState*, HTMLDocument* document, const Identifier& propertyName)
  /external/webkit/Source/WebCore/plugins/
DOMMimeTypeArray.h 44 bool canGetItemsForName(const AtomicString& propertyName);
DOMPluginArray.h 44 bool canGetItemsForName(const AtomicString& propertyName);
DOMPlugin.h 45 bool canGetItemsForName(const AtomicString& propertyName);
DOMMimeTypeArray.cpp 59 bool DOMMimeTypeArray::canGetItemsForName(const AtomicString& propertyName)
DOMPluginArray.cpp 59 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName)
DOMPlugin.cpp 78 bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName)

Completed in 947 milliseconds