OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hasResetType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h
47
bool actsAsReset() const { return
m_hasResetType
|| !m_parent; }
48
bool hasResetType() const { return
m_hasResetType
; }
81
bool
m_hasResetType
;
CounterNode.cpp
34
:
m_hasResetType
(hasResetType)
248
if (newChild->
m_hasResetType
) {
275
if (!newChild->m_firstChild || newChild->
m_hasResetType
) {
Completed in 31 milliseconds