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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSelectionInfo.h 86 , m_rects(b->canUpdateSelectionOnRootLineBoxes() ? block()->selectionGapRectsForRepaint(m_repaintContainer) : GapRects())
92 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects));
96 GapRects rects() const { return m_rects; }
99 GapRects m_rects; // relative to repaint container member in class:WebCore::RenderBlockSelectionInfo
RenderInline.cpp 611 : m_rects(rects)
618 m_rects.append(intRect);
621 Vector<IntRect>& m_rects; member in class:WebCore::__anon12721::AbsoluteRectsGeneratorContext
1396 Vector<LayoutRect>& m_rects; member in class:WebCore::__anon12725::AbsoluteLayoutRectsGeneratorContext
    [all...]

Completed in 47 milliseconds