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

/external/webkit/Source/WebCore/dom/
H A DElement.h125 const AtomicString& fastGetAttribute(const QualifiedName&) const;
497 inline const AtomicString& Element::fastGetAttribute(const QualifiedName& name) const function in class:WebCore::Element
523 return fastGetAttribute(document()->idAttributeName());

Completed in 49 milliseconds