OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Likely8Bit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.cpp
54
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)));
HTMLParserIdioms.h
105
Likely8Bit
,
116
if (width ==
Likely8Bit
)
Completed in 48 milliseconds