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

  /external/webkit/WebCore/rendering/
RenderInline.cpp 645 // LayoutState is only valid for root-relative repainting
647 LayoutState* layoutState = v->layoutState();
650 rect.move(layoutState->m_offset);
651 if (layoutState->m_clipped)
652 rect.intersect(layoutState->m_clipRect);
742 LayoutState* layoutState = v->layoutState();
    [all...]
RenderView.h 26 #include "LayoutState.h"
131 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
132 m_layoutState = new (renderArena()) LayoutState(m_layoutState, renderer, offset);
141 LayoutState* state = m_layoutState;
148 // Returns true if layoutState should be used for its cached offset and clip.
150 LayoutState* layoutState() const { return m_layoutState; }
152 // Suspends the LayoutState optimization. Used under transforms that cannot be represented by
153 // LayoutState (common in SVG) and when manipulating the render tree during layout in way
    [all...]
RenderBox.cpp     [all...]
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 391 ASSERT(!renderer->view()->layoutState());

Completed in 72 milliseconds