Searched defs:m_currentChild (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DOrderIterator.h49 RenderBox* currentChild() const { return m_currentChild; }
57 RenderBox* m_currentChild; member in class:blink::OrderIterator
H A DRenderDeprecatedFlexibleBox.cpp64 m_currentChild = 0;
77 if (!m_currentChild) {
94 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox();
96 m_currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox();
98 if (m_currentChild && notFirstOrdinalValue())
99 m_ordinalValues.add(m_currentChild->style()->boxOrdinalGroup());
100 } while (!m_currentChild || (!m_currentChild
113 RenderBox* m_currentChild; member in class:blink::FlexBoxIterator
[all...]

Completed in 58 milliseconds