/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMMimeTypeArrayCustom.cpp | 31 bool JSDOMMimeTypeArray::canGetItemsForName(ExecState*, DOMMimeTypeArray* mimeTypeArray, const Iden… in canGetItemsForName() function in WebCore::JSDOMMimeTypeArray 33 return mimeTypeArray->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
|
D | JSDOMPluginCustom.cpp | 30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, const Identifier& propertyName) in canGetItemsForName() function in WebCore::JSDOMPlugin 32 return plugin->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
|
D | JSDOMPluginArrayCustom.cpp | 31 bool JSDOMPluginArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, const Identifier… in canGetItemsForName() function in WebCore::JSDOMPluginArray 33 return pluginArray->canGetItemsForName(identifierToAtomicString(propertyName)); in canGetItemsForName()
|
D | JSDataGridColumnListCustom.cpp | 41 bool JSDataGridColumnList::canGetItemsForName(ExecState*, DataGridColumnList* impl, const Identifie… in canGetItemsForName() function in WebCore::JSDataGridColumnList
|
D | JSHTMLFrameSetElementCustom.cpp | 44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Ide… in canGetItemsForName() function in WebCore::JSHTMLFrameSetElement
|
D | JSHTMLFormElementCustom.cpp | 40 bool JSHTMLFormElement::canGetItemsForName(ExecState*, HTMLFormElement* form, const Identifier& pro… in canGetItemsForName() function in WebCore::JSHTMLFormElement
|
D | JSStyleSheetListCustom.cpp | 50 bool JSStyleSheetList::canGetItemsForName(ExecState*, StyleSheetList* styleSheetList, const Identif… in canGetItemsForName() function in WebCore::JSStyleSheetList
|
D | JSNamedNodeMapCustom.cpp | 71 bool JSNamedNodeMap::canGetItemsForName(ExecState*, NamedNodeMap* impl, const Identifier& propertyN… in canGetItemsForName() function in WebCore::JSNamedNodeMap
|
D | JSStorageCustom.cpp | 39 bool JSStorage::canGetItemsForName(ExecState*, Storage* impl, const Identifier& propertyName) in canGetItemsForName() function in WebCore::JSStorage
|
D | JSDOMStringMapCustom.cpp | 36 bool JSDOMStringMap::canGetItemsForName(ExecState*, DOMStringMap* impl, const Identifier& propertyN… in canGetItemsForName() function in WebCore::JSDOMStringMap
|
D | JSNodeListCustom.cpp | 93 bool JSNodeList::canGetItemsForName(ExecState*, NodeList* impl, const Identifier& propertyName) in canGetItemsForName() function in WebCore::JSNodeList
|
D | JSHTMLAllCollectionCustom.cpp | 109 bool JSHTMLAllCollection::canGetItemsForName(ExecState*, HTMLAllCollection* collection, const Ident… in canGetItemsForName() function in WebCore::JSHTMLAllCollection
|
D | JSHTMLCollectionCustom.cpp | 105 bool JSHTMLCollection::canGetItemsForName(ExecState*, HTMLCollection* collection, const Identifier&… in canGetItemsForName() function in WebCore::JSHTMLCollection
|
D | JSHTMLDocumentCustom.cpp | 53 bool JSHTMLDocument::canGetItemsForName(ExecState*, HTMLDocument* document, const Identifier& prope… in canGetItemsForName() function in WebCore::JSHTMLDocument
|
D | JSCSSStyleDeclarationCustom.cpp | 143 bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, const Identifier& … in canGetItemsForName() function in WebCore::JSCSSStyleDeclaration
|
/external/webkit/Source/WebCore/plugins/ |
D | DOMMimeTypeArray.h | 44 bool canGetItemsForName(const AtomicString& propertyName);
|
D | DOMPluginArray.h | 44 bool canGetItemsForName(const AtomicString& propertyName);
|
D | DOMPlugin.h | 45 bool canGetItemsForName(const AtomicString& propertyName);
|
D | DOMPluginArray.cpp | 59 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName() function in WebCore::DOMPluginArray
|
D | DOMMimeTypeArray.cpp | 59 bool DOMMimeTypeArray::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName() function in WebCore::DOMMimeTypeArray
|
D | DOMPlugin.cpp | 78 bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName() function in WebCore::DOMPlugin
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 808 (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 …]
|
D | ChangeLog-2010-05-24 | 7187 (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 …]
|
D | ChangeLog-2008-08-10 | 9035 (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.
|
D | ChangeLog-2010-12-06 | 106024 (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):
|