Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp69 m_clipRect = prev->m_clipRect; in LayoutState()
74 m_clipRect.intersect(clipRect); in LayoutState()
76 m_clipRect = clipRect; in LayoutState()
158 m_clipRect = LayoutRect(toPoint(m_paintOffset), containerBox->cachedSizeForOverflowClip()); in LayoutState()
DRenderWidget.h75 …IntRect m_clipRect; // The rectangle needs to remain correct after scrolling, so it is stored in c… variable
DLayoutState.h122 LayoutRect m_clipRect; variable
DRenderWidget.cpp143 bool clipChanged = m_clipRect != clipRect; in setWidgetGeometry()
149 m_clipRect = clipRect; in setWidgetGeometry()
DRenderInline.cpp1070 rect.intersect(layoutState->m_clipRect); in computeRectForRepaint()
DRenderBox.cpp2131 rect.intersect(layoutState->m_clipRect); in computeRectForRepaint()