Home
last modified time | relevance | path

Searched refs:m_needsLayout (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/editing/
DSelectionController.cpp67 , 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()
DSelectionController.h171 …bool m_needsLayout : 1; // true if the caret and expectedVisible rectangles need to be calcu… variable
/external/webkit/WebCore/rendering/
DRenderObject.h359 …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; variable
863 bool alreadyNeededLayout = m_needsLayout; in setNeedsLayout()
864 m_needsLayout = b; in setNeedsLayout()
DRenderObject.cpp174 , m_needsLayout(false) in RenderObject()
/external/webkit/WebCore/
DChangeLog-2005-08-2333929 * 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.
DChangeLog-2006-12-3122050 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