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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRect.h 43 SVGRect(const IntRect& intRect)
44 : FloatRect(intRect), m_isValid(true) { }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 612 AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
618 IntRect intRect = enclosingIntRect(rect);
619 intRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y());
620 m_rects.append(intRect);
623 Vector<IntRect>& m_rects;
629 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 315 IntRect pageRect = m_pageRects[pageNumber];
326 IntRect pageRect = m_pageRects[pageNumber];
435 m_printParams.printContentArea = IntRect(printRect);
    [all...]

Completed in 70 milliseconds