Home
last modified time | relevance | path

Searched defs:contentsRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.cpp77 LayoutRect contentsRect = contentBoxRect(); in paint() local
DCompositedLayerMapping.cpp72 static IntRect contentsRect(const RenderObject* renderer) in contentsRect() function
944 IntRect contentsRect; in updateContentsRect() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h224 IntRect contentsRect() const { return m_contentsRect; } in contentsRect() function