OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkForMetaCharset
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.h
47
bool
checkForMetaCharset
(const char*, size_t);
/external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoder.h
82
void
checkForMetaCharset
(const char*, size_t);
TextResourceDecoder.cpp
550
void TextResourceDecoder::
checkForMetaCharset
(const char* data, size_t length)
560
if (!m_charsetParser->
checkForMetaCharset
(data, length))
621
// FIXME: It would be more efficient to move this logic below
checkForMetaCharset
because
622
//
checkForMetaCharset
can overrule these detections.
650
checkForMetaCharset
(dataForDecode, lengthForDecode);
Completed in 31 milliseconds