OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaximumFragmentLengthTarget
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.h
68
static const size_t
kMaximumFragmentLengthTarget
= 100;
XSSAuditor.cpp
586
decodedSnippet.truncate(
kMaximumFragmentLengthTarget
);
688
if (string[foundPosition] == ',' || (foundPosition > startPosition +
kMaximumFragmentLengthTarget
&& isHTMLSpace<UChar>(string[foundPosition]))) {
Completed in 27 milliseconds