Searched refs:lookAheadInline (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DSegmentedString.h208 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); }
209 LookAheadResult lookAheadIgnoringCase(const String& string) { return lookAheadInline(string, false); }
377 inline LookAheadResult lookAheadInline(const String& string, bool caseSensitive) function in class:WebCore::SegmentedString

Completed in 73 milliseconds