Home
last modified time | relevance | path

Searched refs:fastHasAttribute (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/html/
DFormAssociatedElement.cpp58 if (element->fastHasAttribute(formAttr)) in willMoveToNewOwnerDocument()
65 if (element->fastHasAttribute(formAttr)) in insertedIntoDocument()
72 if (element->fastHasAttribute(formAttr)) in removedFromDocument()
79 if (element->fastHasAttribute(formAttr)) { in insertedIntoTree()
154 if (!element->fastHasAttribute(formAttr)) { in formAttributeChanged()
DHTMLScriptElement.cpp146 return fastHasAttribute(asyncAttr) || forceAsync(); in async()
193 return fastHasAttribute(asyncAttr); in asyncAttributeValue()
198 return fastHasAttribute(deferAttr); in deferAttributeValue()
203 return fastHasAttribute(srcAttr); in hasSourceAttribute()
DHTMLCollection.cpp184 … if ((e->hasLocalName(aTag) || e->hasLocalName(areaTag)) && e->fastHasAttribute(hrefAttr)) in itemAfter()
188 if (e->hasLocalName(aTag) && e->fastHasAttribute(nameAttr)) in itemAfter()
DFileInputType.cpp169 if (size && element()->fastHasAttribute(webkitdirectoryAttr)) { in setFileList()
DHTMLAppletElement.cpp105 if (!fastHasAttribute(codeAttr)) in rendererIsNeeded()
DHTMLOptionElement.cpp208 return fastHasAttribute(selectedAttr); in defaultSelected()
DHTMLFormElement.cpp447 if (element->fastHasAttribute(formAttr)) in formElementIndex()
527 return fastHasAttribute(novalidateAttr); in noValidate()
DHTMLFormControlElement.cpp90 return fastHasAttribute(formnovalidateAttr); in formNoValidate()
DHTMLInputElement.cpp1160 return fastHasAttribute(multipleAttr); in multiple()
/external/webkit/Source/WebCore/rendering/
DRenderFileUploadControl.cpp103 return input->fastHasAttribute(multipleAttr); in allowsMultipleFiles()
110 return input->fastHasAttribute(webkitdirectoryAttr); in allowsDirectoryUpload()
/external/webkit/Source/WebCore/dom/
DElement.h124 bool fastHasAttribute(const QualifiedName&) const;
492 inline bool Element::fastHasAttribute(const QualifiedName& name) const in fastHasAttribute() function
DSelectElement.cpp544 if (items[i]->fastHasAttribute(HTMLNames::selectedAttr)) { in reset()
DDocument.cpp4450 ASSERT(toHTMLElement(element)->fastHasAttribute(formAttr)); in registerFormElementWithFormAttribute()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1645320 Replace getAttribute().isNull() with fastHasAttribute()
DChangeLog-2010-05-247850 (WebCore::Element::fastHasAttribute):