Home
last modified time | relevance | path

Searched refs:findAttributeInVector (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DAtomicHTMLToken.h71 return findAttributeInVector(m_attributes, attributeName); in getAttributeItem()
168 if (!findAttributeInVector(m_attributes, name)) in AtomicHTMLToken()
244 if (!findAttributeInVector(m_attributes, name)) in initializeAttributes()
DHTMLStackItem.h74 return findAttributeInVector(m_tokenAttributes, attributeName); in getAttributeItem()
DHTMLToken.h54 static inline Attribute* findAttributeInVector(Vector<Attribute>& attributes, const QualifiedName& … in findAttributeInVector() function