Searched refs:m_needsLayout (Results 1 – 6 of 6) sorted by relevance
67 , m_needsLayout(true) in SelectionController()108 m_needsLayout = true; in setSelection()142 m_needsLayout = true; in setSelection()736 m_needsLayout = true; in expandUsingGranularity()807 m_needsLayout = flag; in setNeedsLayout()857 m_needsLayout = false; in layout()877 if (m_needsLayout) in localCaretRect()922 if (!m_needsLayout) in recomputeCaretRect()973 m_needsLayout = true; in invalidateCaretRect()986 if (m_needsLayout) in paintCaret()
171 …bool m_needsLayout : 1; // true if the caret and expectedVisible rectangles need to be calcu… variable
359 …bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayo… in needsLayout()360 bool selfNeedsLayout() const { return m_needsLayout; } in selfNeedsLayout()362 …vementLayoutOnly() const { return m_needsPositionedMovementLayout && !m_needsLayout && !m_normalCh… in needsPositionedMovementLayoutOnly()805 bool m_needsLayout : 1; variable863 bool alreadyNeededLayout = m_needsLayout; in setNeedsLayout()864 m_needsLayout = b; in setNeedsLayout()
174 , m_needsLayout(false) in RenderObject()
33929 * khtml/editing/selection.cpp: Did some name changing. m_needsCaretLayout -> m_needsLayout.33931 (khtml::Selection::Selection): m_needsCaretLayout -> m_needsLayout name change.33934 (khtml::Selection::setNeedsLayout): m_needsCaretLayout -> m_needsLayout name change.33937 (khtml::Selection::caretRect): m_needsCaretLayout -> m_needsLayout name change.33940 (khtml::Selection::needsCaretRepaint): m_needsCaretLayout -> m_needsLayout name change.
22050 We set m_needsLayout to false and call caretRect() in the hopes that it will give us 22054 what m_needsLayout is set to.25870 (WebCore::SelectionController::recomputeCaretRect): Explicitly set m_needsLayout