Searched defs:fastGetAttribute (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h259 const AtomicString& fastGetAttribute(const QualifiedName&) const;
858 inline const AtomicString& Element::fastGetAttribute(const QualifiedName& name) const function in class:WebCore::Element
890 return hasID() ? fastGetAttribute(document()->idAttributeName()) : nullAtom;
895 return hasName() ? fastGetAttribute(HTMLNames::nameAttr) : nullAtom;
904 return fastGetAttribute(HTMLNames::classAttr);

Completed in 74 milliseconds