Searched refs:startsHTMLCommentAt (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditor.cpp100 static bool startsHTMLCommentAt(const String& string, size_t start) function in namespace:blink
723 if (startsHTMLCommentAt(string, startPosition) || startsSingleLineCommentAt(string, startPosition)) {
745 || startsHTMLCommentAt(string, foundPosition)) {

Completed in 57 milliseconds