OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_runOffset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h
313
int length() const { return m_textIterator.length() -
m_runOffset
; }
314
UChar characterAt(unsigned index) const { return m_textIterator.characterAt(
m_runOffset
+ index); }
317
void appendTextTo(BufferType& output) { m_textIterator.appendTextTo(output,
m_runOffset
); }
326
int
m_runOffset
;
344
int
m_runOffset
;
TextIterator.cpp
[
all
...]
Completed in 25 milliseconds