Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLScriptElement.cpp107 return fastHasAttribute(asyncAttr) || (m_loader->forceAsync()); in async()
154 return fastHasAttribute(asyncAttr); in asyncAttributeValue()
159 return fastHasAttribute(deferAttr); in deferAttributeValue()
164 return fastHasAttribute(srcAttr); in hasSourceAttribute()
DHTMLDialogElement.cpp109 if (!fastHasAttribute(openAttr)) { in close()
118 if (!fastHasAttribute(openAttr)) in closeDialog()
143 if (fastHasAttribute(openAttr)) in show()
151 if (fastHasAttribute(openAttr)) { in showModal()
DFormAssociatedElement.cpp72 if (element->fastHasAttribute(formAttr)) in didMoveToNewDocument()
86 if (element->fastHasAttribute(formAttr)) in insertedInto()
93 if (insertionPoint->inDocument() && element->fastHasAttribute(formAttr)) in removedFrom()
173 if (!element->fastHasAttribute(formAttr)) { in formAttributeChanged()
DHTMLFrameElementBase.cpp104 else if (name == srcAttr && !fastHasAttribute(srcdocAttr)) in parseAttribute()
174 if (fastHasAttribute(srcdocAttr)) in location()
DHTMLOptGroupElement.cpp52 return fastHasAttribute(disabledAttr); in isDisabledFormControl()
DHTMLImageElement.cpp378 if (!fastHasAttribute(ismapAttr)) in isServerMap()
400 return fastHasAttribute(usemapAttr); in isInteractiveContent()
DHTMLFormControlElement.cpp101 return fastHasAttribute(formnovalidateAttr); in formNoValidate()
192 if (!fastHasAttribute(autofocusAttr)) in isAutofocusable()
DHTMLProgressElement.cpp135 return fastHasAttribute(valueAttr); in isDeterminate()
DHTMLMediaElement.cpp743 if (!fastHasAttribute(srcAttr)) { in selectMediaResource()
857 if (fastHasAttribute(mutedAttr)) in loadResource()
2061 return fastHasAttribute(autoplayAttr); in autoplay()
2253 return fastHasAttribute(loopAttr); in loop()
2274 return fastHasAttribute(controlsAttr); in controls()
2875 if (source->fastHasAttribute(mediaAttr)) { in selectNextSourceChild()
2953 if (fastHasAttribute(srcAttr)) in sourceWasAdded()
3874 if (!fastHasAttribute(crossoriginAttr)) in mediaPlayerCORSMode()
3913 return fastHasAttribute(controlsAttr); in isInteractiveContent()
DHTMLAppletElement.cpp82 if (!fastHasAttribute(codeAttr) && !hasAuthorShadowRoot()) in rendererIsNeeded()
DHTMLStyleElement.cpp231 return fastHasAttribute(scopedAttr) && ContextFeatures::styleScopedEnabled(&document()); in scoped()
DHTMLTrackElement.cpp170 if (!fastHasAttribute(srcAttr)) in loadTimerFired()
DHTMLCollection.cpp219 …ment->hasLocalName(aTag) || element->hasLocalName(areaTag)) && element->fastHasAttribute(hrefAttr); in isMatchingElement()
221 return element->hasLocalName(aTag) && element->fastHasAttribute(nameAttr); in isMatchingElement()
DHTMLFormElement.cpp555 if (associatedHTMLElement.fastHasAttribute(formAttr)) { in formElementIndex()
638 return fastHasAttribute(novalidateAttr); in noValidate()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFileInputType.cpp149 …yUpload = RuntimeEnabledFeatures::directoryUploadEnabled() && input.fastHasAttribute(webkitdirecto… in handleDOMActivateEvent()
150 …settings.allowsMultipleFiles = settings.allowsDirectoryUpload || input.fastHasAttribute(multipleAt… in handleDOMActivateEvent()
217 …if (size && element().fastHasAttribute(webkitdirectoryAttr) && RuntimeEnabledFeatures::directoryUp… in createFileList()
338 …if (input.fastHasAttribute(webkitdirectoryAttr) && RuntimeEnabledFeatures::directoryUploadEnabled(… in receiveDroppedFiles()
349 if (input.fastHasAttribute(multipleAttr)) { in receiveDroppedFiles()
DTextInputType.cpp50 if (element().fastHasAttribute(maxlengthAttr)) in countUsage()
DPasswordInputType.cpp58 if (element().fastHasAttribute(HTMLNames::maxlengthAttr)) in countUsage()
DColorInputType.cpp228 return element().fastHasAttribute(listAttr); in shouldShowSuggestions()
DEmailInputType.cpp144 bool hasMaxLength = element().fastHasAttribute(HTMLNames::maxlengthAttr); in countUsage()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp567 if (fastHasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != m_keyTimes.size()) in startedActiveInterval()
575 || (fastHasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() - 1 != splinesCount) in startedActiveInterval()
577 || (fastHasAttribute(SVGNames::keyTimesAttr) && m_keyTimes.size() - 1 != splinesCount)) in startedActiveInterval()
598 …&& (calcMode == CalcModePaced || !fastHasAttribute(SVGNames::keyTimesAttr) || fastHasAttribute(SVG… in startedActiveInterval()
601 …&& (!fastHasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m… in startedActiveInterval()
607 …m_animationValid = calcMode == CalcModePaced || !fastHasAttribute(SVGNames::keyPointsAttr) || (m_k… in startedActiveInterval()
DSVGAnimateMotionElement.cpp155 if (!foundMPath && fastHasAttribute(SVGNames::pathAttr)) in updateAnimationPath()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeFieldElement.cpp181 return fastHasAttribute(disabledAttr); in isDisabled()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DInsertionPoint.cpp270 return fastHasAttribute(reset_style_inheritanceAttr); in resetStyleInheritance()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DImageLoader.cpp267 if (m_element->fastHasAttribute(HTMLNames::crossoriginAttr) in notifyFinished()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h117 bool fastHasAttribute(const QualifiedName&) const;
718 inline bool Element::fastHasAttribute(const QualifiedName& name) const in fastHasAttribute() function

12