HomeSort by relevance Sort by last modified time
    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