Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserIdioms.h106 Force8Bit, enumerator
118 else if (width == Force8Bit) in attemptStaticStringCreation()
DCompactHTMLToken.cpp75 …m_data = attemptStaticStringCreation(token->data(), token->isAll8BitData() ? Force8Bit : Force16Bi… in CompactHTMLToken()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.h145 enum Force8Bit { Force8BitConstructor }; enum
146 StringImpl(unsigned length, Force8Bit) in StringImpl() argument