OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_shouldStop
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
PartialLayoutState.h
42
:
m_shouldStop
(false)
49
bool isPartialLayout() const { return m_stopAtRenderer ||
m_shouldStop
; }
51
bool isStopping() const { return
m_shouldStop
; }
54
void reset() {
m_shouldStop
= false; m_stopAtRenderer = 0; }
57
void disable() { ASSERT(!
m_shouldStop
); m_disableCount++; }
61
bool
m_shouldStop
;
68
if (
m_shouldStop
)
72
m_shouldStop
= true;
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h
92
bool atEnd() const { return !m_positionNode ||
m_shouldStop
; }
212
bool
m_shouldStop
;
226
bool atEnd() const { return !m_positionNode ||
m_shouldStop
; }
296
bool
m_shouldStop
;
TextIterator.cpp
258
,
m_shouldStop
(false)
314
if (
m_shouldStop
)
349
if (!
m_shouldStop
&& m_stopsOnFormControls && HTMLFormControlElement::enclosingFormControlElement(m_node))
350
m_shouldStop
= true;
[
all
...]
Completed in 25 milliseconds