Home
last modified time | relevance | path

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

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