OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmldeclarationend
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoder.cpp
526
const char*
xmlDeclarationEnd
= ptr;
527
while (
xmlDeclarationEnd
!= pEnd && *
xmlDeclarationEnd
!= '>')
528
++
xmlDeclarationEnd
;
529
if (
xmlDeclarationEnd
== pEnd)
533
int pos = findXMLEncoding(ptr,
xmlDeclarationEnd
- ptr, len);
Completed in 256 milliseconds