HomeSort by relevance Sort by last modified time
    Searched refs:LookAheadResult (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.h 201 enum LookAheadResult {
207 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); }
208 LookAheadResult lookAheadIgnoringCase(const String& string) { return lookAheadInline(string, false); }
377 inline LookAheadResult lookAheadInline(const String& string, bool caseSensitive)
388 LookAheadResult lookAheadSlowCase(const String& string, bool caseSensitive)
396 LookAheadResult result = DidNotMatch;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp     [all...]

Completed in 54 milliseconds