Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DCompactHTMLToken.cpp54 m_data = attemptStaticStringCreation(token->name(), Likely8Bit); in CompactHTMLToken()
58 …ppend(Attribute(attemptStaticStringCreation(token->publicIdentifier(), Likely8Bit), String(token->… in CompactHTMLToken()
67 …m_attributes.append(Attribute(attemptStaticStringCreation(it->name, Likely8Bit), StringImpl::creat… in CompactHTMLToken()
DHTMLParserIdioms.h105 Likely8Bit, enumerator
116 if (width == Likely8Bit) in attemptStaticStringCreation()