Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDialogElement.cpp107 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()
DHTMLScriptElement.cpp131 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()
DHTMLObjectElement.cpp248 needsInvalidation = !fastHasAttribute(classidAttr) && !fastHasAttribute(dataAttr); in reloadPluginOnAttributeChange()
250 needsInvalidation = !fastHasAttribute(classidAttr); in reloadPluginOnAttributeChange()
458 return fastHasAttribute(usemapAttr); in isInteractiveContent()
DFormAssociatedElement.cpp82 if (element->fastHasAttribute(formAttr)) in didMoveToNewDocument()
95 if (element->fastHasAttribute(formAttr)) in insertedInto()
102 if (insertionPoint->inDocument() && element->fastHasAttribute(formAttr)) in removedFrom()
DHTMLOptGroupElement.cpp58 return fastHasAttribute(disabledAttr); in isDisabledFormControl()
DHTMLFormControlElement.cpp109 return fastHasAttribute(formnovalidateAttr); in formNoValidate()
200 return fastHasAttribute(autofocusAttr) && supportsAutofocus(); in isAutofocusable()
DHTMLProgressElement.cpp136 return fastHasAttribute(valueAttr); in isDeterminate()
DHTMLCollection.cpp235 …rn (element.hasTagName(aTag) || element.hasTagName(areaTag)) && element.fastHasAttribute(hrefAttr); in isMatchingHTMLElement()
237 return element.hasTagName(aTag) && element.fastHasAttribute(nameAttr); in isMatchingHTMLElement()
DHTMLFrameElementBase.cpp104 else if (name == srcAttr && !fastHasAttribute(srcdocAttr)) in parseAttribute()
DHTMLTrackElement.cpp167 if (!fastHasAttribute(srcAttr)) in loadTimerFired()
DHTMLAppletElement.cpp87 if (!fastHasAttribute(codeAttr) && !hasAuthorShadowRoot()) in rendererIsNeeded()
DHTMLImageElement.cpp543 if (!fastHasAttribute(ismapAttr)) in isServerMap()
565 return fastHasAttribute(usemapAttr); in isInteractiveContent()
DHTMLLinkElement.cpp217 if (fastHasAttribute(disabledAttr) || m_relAttribute.isTransitionExitingStylesheet()) in linkResourceToProcess()
430 return fastHasAttribute(HTMLNames::asyncAttr); in async()
DHTMLMediaElement.cpp857 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()
DHTMLElement.cpp202 if (!fastHasAttribute(XMLNames::langAttr)) in collectStyleForPresentationAttribute()
957 if (fastHasAttribute(contenteditableAttr)) { in matchesReadWritePseudoClass()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFileInputType.cpp158 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()
DTextInputType.cpp50 if (element().fastHasAttribute(maxlengthAttr)) in countUsage()
DPasswordInputType.cpp52 if (element().fastHasAttribute(HTMLNames::maxlengthAttr)) in countUsage()
DColorInputType.cpp236 return element().fastHasAttribute(listAttr); in shouldShowSuggestions()
DEmailInputType.cpp156 bool hasMaxLength = element().fastHasAttribute(HTMLNames::maxlengthAttr); in countUsage()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp551 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()
DSVGAnimateMotionElement.cpp130 if (!foundMPath && fastHasAttribute(SVGNames::pathAttr)) in updateAnimationPath()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DSubresourceIntegrity.cpp53 if (!element.fastHasAttribute(HTMLNames::integrityAttr)) in CheckSubresourceIntegrity()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeFieldElement.cpp182 return fastHasAttribute(disabledAttr); in isDisabled()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h120 bool fastHasAttribute(const QualifiedName&) const;
676 inline bool Element::fastHasAttribute(const QualifiedName& name) const in fastHasAttribute() function

12