LookAheadResult  1079 Source/core/html/parser/HTMLTokenizer.cpp             SegmentedString::LookAheadResult result = source.lookAhead(dashDashString);
LookAheadResult  1088 Source/core/html/parser/HTMLTokenizer.cpp             SegmentedString::LookAheadResult result = source.lookAheadIgnoringCase(doctypeString);
LookAheadResult  1095 Source/core/html/parser/HTMLTokenizer.cpp             SegmentedString::LookAheadResult result = source.lookAhead(cdataString);
LookAheadResult  1281 Source/core/html/parser/HTMLTokenizer.cpp                 SegmentedString::LookAheadResult result = source.lookAheadIgnoringCase(publicString);
LookAheadResult  1288 Source/core/html/parser/HTMLTokenizer.cpp                 SegmentedString::LookAheadResult result = source.lookAheadIgnoringCase(systemString);
LookAheadResult   207 Source/platform/text/SegmentedString.h     LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); }
LookAheadResult   208 Source/platform/text/SegmentedString.h     LookAheadResult lookAheadIgnoringCase(const String& string) { return lookAheadInline(string, false); }
LookAheadResult   377 Source/platform/text/SegmentedString.h     inline LookAheadResult lookAheadInline(const String& string, bool caseSensitive)
LookAheadResult   388 Source/platform/text/SegmentedString.h     LookAheadResult lookAheadSlowCase(const String& string, bool caseSensitive)
LookAheadResult   396 Source/platform/text/SegmentedString.h         LookAheadResult result = DidNotMatch;