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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 610 AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
616 IntRect intRect = enclosingIntRect(rect);
617 intRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y());
618 m_rects.append(intRect);
621 Vector<IntRect>& m_rects;
627 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 323 IntRect pageRect = m_pageRects[pageNumber];
334 IntRect pageRect = m_pageRects[pageNumber];
448 m_printParams.printContentArea = IntRect(printRect);
    [all...]

Completed in 182 milliseconds