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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 77 LayoutRect contentsRect = contentBoxRect();
81 contentsRect.setY((height() - contentsRect.height()) / 2);
83 contentsRect.setX((width() - contentsRect.width()) / 2);
86 contentsRect.moveBy(paintOffset + location());
87 RenderTheme::theme().paintCapsLockIndicator(this, paintInfo, pixelSnappedIntRect(contentsRect));
CompositedLayerMapping.cpp 72 static IntRect contentsRect(const RenderObject* renderer)
139 return contentsRect(renderer).contains(backgroundRect(renderer));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 224 IntRect contentsRect() const { return m_contentsRect; }

Completed in 28 milliseconds