Home
last modified time | relevance | path

Searched refs:canGetItemsForName (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/js/
DJSDOMMimeTypeArrayCustom.cpp31 bool JSDOMMimeTypeArray::canGetItemsForName(ExecState*, DOMMimeTypeArray* mimeTypeArray, const Iden… in canGetItemsForName() function in WebCore::JSDOMMimeTypeArray
33 return mimeTypeArray->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
DJSDOMPluginCustom.cpp30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, const Identifier& propertyName) in canGetItemsForName() function in WebCore::JSDOMPlugin
32 return plugin->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
DJSDOMPluginArrayCustom.cpp31 bool JSDOMPluginArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, const Identifier… in canGetItemsForName() function in WebCore::JSDOMPluginArray
33 return pluginArray->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
DJSDataGridColumnListCustom.cpp41 bool JSDataGridColumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifie… in canGetItemsForName() function in WebCore::JSDataGridColumnList
DJSHTMLFrameSetElementCustom.cpp44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Ide… in canGetItemsForName() function in WebCore::JSHTMLFrameSetElement
DJSHTMLFormElementCustom.cpp40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, const Identifier& pro… in canGetItemsForName() function in WebCore::JSHTMLFormElement
DJSStyleSheetListCustom.cpp50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identif… in canGetItemsForName() function in WebCore::JSStyleSheetList
DJSNamedNodeMapCustom.cpp71 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, const Identifier& propertyN… in canGetItemsForName() function in WebCore::JSNamedNodeMap
DJSStorageCustom.cpp39 bool JSStorage::canGetItemsForName(ExecState*, Storage* impl, const Identifier& propertyName) in canGetItemsForName() function in WebCore::JSStorage
DJSDOMStringMapCustom.cpp36 bool JSDOMStringMap::canGetItemsForName(ExecState*, DOMStringMap* impl, const Identifier& propertyN… in canGetItemsForName() function in WebCore::JSDOMStringMap
DJSNodeListCustom.cpp93 bool JSNodeList::canGetItemsForName(ExecState*, NodeList* impl, const Identifier& propertyName) in canGetItemsForName() function in WebCore::JSNodeList
DJSHTMLAllCollectionCustom.cpp109 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Ident… in canGetItemsForName() function in WebCore::JSHTMLAllCollection
DJSHTMLCollectionCustom.cpp105 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, const Identifier&… in canGetItemsForName() function in WebCore::JSHTMLCollection
DJSHTMLDocumentCustom.cpp53 bool JSHTMLDocument::canGetItemsForName(ExecState*, HTMLDocument* document, const Identifier& prope… in canGetItemsForName() function in WebCore::JSHTMLDocument
DJSCSSStyleDeclarationCustom.cpp143 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& … in canGetItemsForName() function in WebCore::JSCSSStyleDeclaration
/external/webkit/Source/WebCore/plugins/
DDOMMimeTypeArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
DDOMPluginArray.h44 bool canGetItemsForName(const AtomicString& propertyName);
DDOMPlugin.h45 bool canGetItemsForName(const AtomicString& propertyName);
DDOMPluginArray.cpp59 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName() function in WebCore::DOMPluginArray
DDOMMimeTypeArray.cpp59 bool DOMMimeTypeArray::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName() function in WebCore::DOMMimeTypeArray
DDOMPlugin.cpp78 bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName() function in WebCore::DOMPlugin
/external/webkit/Source/WebCore/
DChangeLog-2007-10-14808 (WebCore::JSStyleSheetList::canGetItemsForName):
33476 (WebCore::JSHTMLCollection::canGetItemsForName):
33698 (WebCore::JSNamedNodeMap::canGetItemsForName):
33713 (WebCore::JSNodeList::canGetItemsForName):
33939 … - Get rid of a string allocation by keeping string as KJS::Identifier for canGetItemsForName()
33944 (WebCore::JSCSSStyleDeclaration::canGetItemsForName):
33946 (WebCore::JSHTMLAppletElement::canGetItemsForName):
33948 (WebCore::JSHTMLDocument::canGetItemsForName):
33950 (WebCore::JSHTMLEmbedElement::canGetItemsForName):
33952 (WebCore::JSHTMLFormElement::canGetItemsForName):
[all …]
DChangeLog-2010-05-247187 (WebCore::JSDataGridColumnList::canGetItemsForName):
20966 (WebCore::JSHTMLAllCollection::canGetItemsForName):
20969 (WebCore::JSHTMLCollection::canGetItemsForName):
20971 (WebCore::JSHTMLDocument::canGetItemsForName):
20973 (WebCore::JSHTMLFormElement::canGetItemsForName):
20976 (WebCore::JSHTMLFrameSetElement::canGetItemsForName):
20984 (WebCore::JSMimeTypeArray::canGetItemsForName):
20990 (WebCore::JSNodeList::canGetItemsForName):
20993 (WebCore::JSPluginArray::canGetItemsForName):
20996 (WebCore::JSPlugin::canGetItemsForName):
[all …]
DChangeLog-2008-08-109035 (WebCore::JSNodeList::canGetItemsForName):
33800 (WebCore::JSStorage::canGetItemsForName):
39918 (WebCore::JSHTMLDocument::canGetItemsForName): Ditto.
42944 (WebCore::JSMimeTypeArray::canGetItemsForName):
42950 (WebCore::JSPluginArray::canGetItemsForName):
42953 (WebCore::JSPlugin::canGetItemsForName):
43022 (WebCore::MimeTypeArray::canGetItemsForName):
43037 (WebCore::Plugin::canGetItemsForName):
43047 (WebCore::PluginArray::canGetItemsForName):
49564 (WebCore::JSNamedNodeMap::canGetItemsForName): Ditto.
DChangeLog-2010-12-06106024 (WebCore::JSDOMMimeTypeArray::canGetItemsForName):
106027 (WebCore::JSDOMPluginArray::canGetItemsForName):
106030 (WebCore::JSDOMPlugin::canGetItemsForName):
106058 (WebCore::DOMMimeTypeArray::canGetItemsForName):
106073 (WebCore::DOMPlugin::canGetItemsForName):
106084 (WebCore::DOMPluginArray::canGetItemsForName):
109707 (WebCore::JSDOMStringMap::canGetItemsForName):
133504 (WebCore::MimeTypeArray::canGetItemsForName):
133512 (WebCore::Plugin::canGetItemsForName):
133519 (WebCore::PluginArray::canGetItemsForName):

12