HomeSort by relevance Sort by last modified time
    Searched refs:fastGetAttribute (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleElement.cpp 160 || csp->allowStyleWithNonce(e->fastGetAttribute(HTMLNames::nonceAttr))
Element.h 121 const AtomicString& fastGetAttribute(const QualifiedName&) const;
682 inline const AtomicString& Element::fastGetAttribute(const QualifiedName& name) const
729 return hasID() ? fastGetAttribute(HTMLNames::idAttr) : nullAtom;
734 return hasName() ? fastGetAttribute(HTMLNames::nameAttr) : nullAtom;
743 return fastGetAttribute(HTMLNames::classAttr);
    [all...]
TreeScope.cpp 302 const AtomicString& forValue = label->fastGetAttribute(forAttr);
528 if (equalIgnoringCase(element->fastGetAttribute(accesskeyAttr), key))
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SubresourceIntegrity.cpp 77 if (!parseIntegrityAttribute(element.fastGetAttribute(HTMLNames::integrityAttr), integrity, algorithm)) {
SmartClip.cpp 175 if (node->isElementNode() && equalIgnoringCase(toElement(node)->fastGetAttribute(HTMLNames::aria_hiddenAttr), "true")) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLIFrameElement.cpp 125 argv.append(fastGetAttribute(srcAttr));
HTMLLinkElement.cpp 199 return m_linkLoader.loadLink(m_relAttribute, fastGetAttribute(HTMLNames::crossoriginAttr), type, url, document());
268 argv.append(fastGetAttribute(relAttr));
269 argv.append(fastGetAttribute(hrefAttr));
708 AtomicString crossOriginMode = m_owner->fastGetAttribute(HTMLNames::crossoriginAttr);
HTMLMarqueeElement.cpp 52 if (fastGetAttribute(truespeedAttr).isEmpty()) {
HTMLScriptElement.cpp 97 argv.append(fastGetAttribute(srcAttr));
HTMLPlugInElement.cpp 562 document().ownerElement()->fastGetAttribute(HTMLNames::typeAttr) :
563 fastGetAttribute(HTMLNames::typeAttr);
HTMLTextAreaElement.cpp 213 const AtomicString& dirnameAttrValue = fastGetAttribute(dirnameAttr);
559 const AtomicString& placeholderText = fastGetAttribute(placeholderAttr);
HTMLFormElement.cpp 148 argv.append(fastGetAttribute(methodAttr));
149 argv.append(fastGetAttribute(actionAttr));
641 if (inDocument() && treeScope().idTargetObserverRegistry().hasObservers(fastGetAttribute(idAttr)))
803 return !equalIgnoringCase(fastGetAttribute(autocompleteAttr), "off");
HTMLTrackElement.cpp 259 return parent->fastGetAttribute(HTMLNames::crossoriginAttr);
HTMLTextFormControlElement.cpp 120 const AtomicString& attributeValue = fastGetAttribute(placeholderAttr);
140 const AtomicString& attributeValue = fastGetAttribute(placeholderAttr);
705 const AtomicString& dirAttributeValue = element->fastGetAttribute(dirAttr);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContextMenuController.cpp 98 if (!menuElement || !equalIgnoringCase(menuElement->fastGetAttribute(typeAttr), "popup"))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResourcesCache.cpp 196 extensions.addPendingResource(resourceElement->fastGetAttribute(HTMLNames::idAttr), clientElement);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.cpp 193 AtomicString crossOriginMode = element.fastGetAttribute(HTMLNames::crossoriginAttr);
255 if (isHTMLPictureElement(element()->parentNode()) || !element()->fastGetAttribute(HTMLNames::srcsetAttr).isNull()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 161 AtomicString unicode = glyph.fastGetAttribute(SVGNames::unicodeAttr);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 98 const AtomicString& ariaRole = element->fastGetAttribute(roleAttr);
AXObject.cpp 630 return element->fastGetAttribute(attribute);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 529 const AtomicString pattern = edit->fastGetAttribute(HTMLNames::patternAttr);
TextFieldInputType.cpp 470 const AtomicString& dirnameAttrValue = element().fastGetAttribute(dirnameAttr);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 354 return i ? i->treeScope().getImageMap(i->fastGetAttribute(usemapAttr)) : 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 383 data.suggestedFilename = anchor->fastGetAttribute(HTMLNames::downloadAttr);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceNode.cpp 143 v8SetReturnValueString(info, impl->fastGetAttribute(HTMLNames::reflectstringattributeAttr), info.GetIsolate());

Completed in 3626 milliseconds

1 23 4