HomeSort by relevance Sort by last modified time
    Searched refs:Force8Bit (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLIdentifier.h 37 Force8Bit,
53 else if (width == Force8Bit)
CompactHTMLToken.cpp 75 m_data = HTMLIdentifier(token->data(), token->isAll8BitData() ? Force8Bit : Force16Bit);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 136 enum Force8Bit { Force8BitConstructor };
137 StringImpl(unsigned length, Force8Bit)

Completed in 196 milliseconds