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 205 enum LookAheadResult {
211 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); }
212 LookAheadResult lookAheadIgnoringCase(const String& string) { return lookAheadInline(string, false); }
381 inline LookAheadResult lookAheadInline(const String& string, bool caseSensitive)
392 LookAheadResult lookAheadSlowCase(const String& string, bool caseSensitive)
400 LookAheadResult result = DidNotMatch;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp     [all...]

Completed in 467 milliseconds