OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookAheadResult
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/text/
SegmentedString.h
131
enum
LookAheadResult
{
137
LookAheadResult
lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLiterally>(string); }
138
LookAheadResult
lookAheadIgnoringCase(const String& string) { return lookAheadInline<SegmentedString::equalsIgnoringCase>(string); }
247
inline
LookAheadResult
lookAheadInline(const String& string)
258
LookAheadResult
lookAheadSlowCase(const String& string)
266
LookAheadResult
result = DidNotMatch;
/external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.cpp
[
all
...]
Completed in 39 milliseconds