HomeSort by relevance Sort by last modified time
    Searched refs:m_mainSummary (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderDetails.cpp 36 , m_mainSummary(0)
60 if (beforeChild && beforeChild == m_mainSummary)
61 beforeChild = getRenderPosition(m_mainSummary);
79 if (oldChild == m_mainSummary && m_summaryBlock) {
80 m_summaryBlock->removeChild(m_mainSummary);
115 if (summary == m_mainSummary)
116 m_mainSummary = 0;
121 if (!m_mainSummary)
124 m_mainSummary->remove();
125 contentBlock()->addChild(m_mainSummary, getRenderPosition(m_mainSummary))
    [all...]
RenderDetails.h 63 RenderObject* m_mainSummary;
  /external/webkit/Source/WebCore/html/
HTMLDetailsElement.h 31 Node* mainSummary() const { return m_mainSummary; }
56 Node* m_mainSummary;
HTMLDetailsElement.cpp 42 , m_mainSummary(0)
79 RefPtr<Node> oldSummary = m_mainSummary;
80 m_mainSummary = findMainSummary();
82 if (oldSummary == m_mainSummary || !attached())
91 m_mainSummary->detach();
92 m_mainSummary->attach();
140 return m_isOpen || child == m_mainSummary;

Completed in 171 milliseconds