Searched refs:fastAttributeLookupAllowed (Results 1 – 2 of 2) sorted by relevance
123 bool fastAttributeLookupAllowed(const QualifiedName&) const;678 ASSERT(fastAttributeLookupAllowed(name)); in fastHasAttribute()684 ASSERT(fastAttributeLookupAllowed(name)); in fastGetAttribute()
2700 bool Element::fastAttributeLookupAllowed(const QualifiedName& name) const in fastAttributeLookupAllowed() function in blink::Element