OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_checkingLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
76
mutable int
m_checkingLength
;
TextCheckingHelper.cpp
113
,
m_checkingLength
(-1)
122
,
m_checkingLength
(-1)
217
if (-1 ==
m_checkingLength
)
218
m_checkingLength
= TextIterator::rangeLength(checkingRange().get());
219
return
m_checkingLength
;
Completed in 34 milliseconds