OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_needsAnotherNewline
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h
172
bool
m_needsAnotherNewline
;
TextIterator.cpp
295
m_needsAnotherNewline
= false;
322
if (
m_needsAnotherNewline
) {
328
// iteration, instead of using
m_needsAnotherNewline
.
331
m_needsAnotherNewline
= false;
[
all
...]
Completed in 25 milliseconds