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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCompactHTMLToken.cpp54 m_data = attemptStaticStringCreation(token->name(), Likely8Bit);
58 m_attributes.append(Attribute(attemptStaticStringCreation(token->publicIdentifier(), Likely8Bit), String(token->systemIdentifier())));
67 m_attributes.append(Attribute(attemptStaticStringCreation(it->name, Likely8Bit), StringImpl::create8BitIfPossible(it->value)));
H A DHTMLParserIdioms.h105 Likely8Bit, enumerator in enum:WebCore::CharacterWidth
116 if (width == Likely8Bit)

Completed in 99 milliseconds