Searched refs:fastHasAttribute (Results 1 – 25 of 33) sorted by relevance
12
107 if (!fastHasAttribute(openAttr)) { in DEFINE_NODE_FACTORY()116 if (!fastHasAttribute(openAttr)) in closeDialog()141 if (fastHasAttribute(openAttr)) in show()148 if (fastHasAttribute(openAttr)) { in showModal()
131 return fastHasAttribute(asyncAttr) || (m_loader->forceAsync()); in async()171 return fastHasAttribute(asyncAttr); in asyncAttributeValue()176 return fastHasAttribute(deferAttr); in deferAttributeValue()181 return fastHasAttribute(srcAttr); in hasSourceAttribute()
248 needsInvalidation = !fastHasAttribute(classidAttr) && !fastHasAttribute(dataAttr); in reloadPluginOnAttributeChange()250 needsInvalidation = !fastHasAttribute(classidAttr); in reloadPluginOnAttributeChange()458 return fastHasAttribute(usemapAttr); in isInteractiveContent()
82 if (element->fastHasAttribute(formAttr)) in didMoveToNewDocument()95 if (element->fastHasAttribute(formAttr)) in insertedInto()102 if (insertionPoint->inDocument() && element->fastHasAttribute(formAttr)) in removedFrom()
58 return fastHasAttribute(disabledAttr); in isDisabledFormControl()
109 return fastHasAttribute(formnovalidateAttr); in formNoValidate()200 return fastHasAttribute(autofocusAttr) && supportsAutofocus(); in isAutofocusable()
136 return fastHasAttribute(valueAttr); in isDeterminate()
235 …rn (element.hasTagName(aTag) || element.hasTagName(areaTag)) && element.fastHasAttribute(hrefAttr); in isMatchingHTMLElement()237 return element.hasTagName(aTag) && element.fastHasAttribute(nameAttr); in isMatchingHTMLElement()
104 else if (name == srcAttr && !fastHasAttribute(srcdocAttr)) in parseAttribute()
167 if (!fastHasAttribute(srcAttr)) in loadTimerFired()
87 if (!fastHasAttribute(codeAttr) && !hasAuthorShadowRoot()) in rendererIsNeeded()
543 if (!fastHasAttribute(ismapAttr)) in isServerMap()565 return fastHasAttribute(usemapAttr); in isInteractiveContent()
217 if (fastHasAttribute(disabledAttr) || m_relAttribute.isTransitionExitingStylesheet()) in linkResourceToProcess()430 return fastHasAttribute(HTMLNames::asyncAttr); in async()
857 if (!fastHasAttribute(srcAttr)) { in selectMediaResource()962 if (fastHasAttribute(mutedAttr)) in loadResource()2215 return fastHasAttribute(autoplayAttr); in autoplay()2325 return fastHasAttribute(loopAttr); in loop()2346 return fastHasAttribute(controlsAttr); in shouldShowControls()3041 if (fastHasAttribute(srcAttr)) in sourceWasAdded()3971 return fastHasAttribute(controlsAttr); in isInteractiveContent()
202 if (!fastHasAttribute(XMLNames::langAttr)) in collectStyleForPresentationAttribute()957 if (fastHasAttribute(contenteditableAttr)) { in matchesReadWritePseudoClass()
158 settings.allowsDirectoryUpload = input.fastHasAttribute(webkitdirectoryAttr); in handleDOMActivateEvent()159 …settings.allowsMultipleFiles = settings.allowsDirectoryUpload || input.fastHasAttribute(multipleAt… in handleDOMActivateEvent()163 …ediaCapture = RuntimeEnabledFeatures::mediaCaptureEnabled() && input.fastHasAttribute(captureAttr); in handleDOMActivateEvent()228 if (size && element().fastHasAttribute(webkitdirectoryAttr)) { in createFileList()339 if (input.fastHasAttribute(webkitdirectoryAttr)) { in receiveDroppedFiles()350 if (input.fastHasAttribute(multipleAttr)) { in receiveDroppedFiles()
50 if (element().fastHasAttribute(maxlengthAttr)) in countUsage()
52 if (element().fastHasAttribute(HTMLNames::maxlengthAttr)) in countUsage()
236 return element().fastHasAttribute(listAttr); in shouldShowSuggestions()
156 bool hasMaxLength = element().fastHasAttribute(HTMLNames::maxlengthAttr); in countUsage()
551 if (fastHasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != m_keyTimes.size()) in startedActiveInterval()559 || (fastHasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() - 1 != splinesCount) in startedActiveInterval()561 || (fastHasAttribute(SVGNames::keyTimesAttr) && m_keyTimes.size() - 1 != splinesCount)) in startedActiveInterval()571 …&& (fastHasAttribute(SVGNames::keyPointsAttr) && fastHasAttribute(SVGNames::keyTimesAttr) && (m_ke… in startedActiveInterval()585 …&& (calcMode == CalcModePaced || !fastHasAttribute(SVGNames::keyTimesAttr) || fastHasAttribute(SVG… in startedActiveInterval()588 …&& (!fastHasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m… in startedActiveInterval()594 …m_animationValid = calcMode == CalcModePaced || !fastHasAttribute(SVGNames::keyPointsAttr) || (m_k… in startedActiveInterval()
130 if (!foundMPath && fastHasAttribute(SVGNames::pathAttr)) in updateAnimationPath()
53 if (!element.fastHasAttribute(HTMLNames::integrityAttr)) in CheckSubresourceIntegrity()
182 return fastHasAttribute(disabledAttr); in isDisabled()
120 bool fastHasAttribute(const QualifiedName&) const;676 inline bool Element::fastHasAttribute(const QualifiedName& name) const in fastHasAttribute() function