OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sourceFromPreviousSegments
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLSourceTracker.cpp
37
m_sourceFromPreviousSegments
= token.type() == HTMLToken::Uninitialized ? String() :
m_sourceFromPreviousSegments
+ m_source.toString();
39
token.setBaseOffset(input.current().numberOfCharactersConsumed() -
m_sourceFromPreviousSegments
.length());
59
int length = token.endIndex() - token.startIndex() -
m_sourceFromPreviousSegments
.length();
65
m_cachedSourceForToken =
m_sourceFromPreviousSegments
+ source;
HTMLSourceTracker.h
48
String
m_sourceFromPreviousSegments
;
Completed in 207 milliseconds