Home
last modified time | relevance | path

Searched refs:fastAttributeLookupAllowed (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h123 bool fastAttributeLookupAllowed(const QualifiedName&) const;
678 ASSERT(fastAttributeLookupAllowed(name)); in fastHasAttribute()
684 ASSERT(fastAttributeLookupAllowed(name)); in fastGetAttribute()
DElement.cpp2700 bool Element::fastAttributeLookupAllowed(const QualifiedName& name) const in fastAttributeLookupAllowed() function in blink::Element