Home
last modified time | relevance | path

Searched refs:layoutRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderOverflow.h43 RenderOverflow(const IntRect& layoutRect, const IntRect& visualRect) in RenderOverflow() argument
44 : m_minYLayoutOverflow(layoutRect.y()) in RenderOverflow()
45 , m_maxYLayoutOverflow(layoutRect.maxY()) in RenderOverflow()
46 , m_minXLayoutOverflow(layoutRect.x()) in RenderOverflow()
47 , m_maxXLayoutOverflow(layoutRect.maxX()) in RenderOverflow()
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp361 QRect layoutRect = style->subElementRect(QStyle::SE_PushButtonLayoutItem, &option, 0); in inflateButtonRect() local
362 if (!layoutRect.isNull()) { in inflateButtonRect()
363 int paddingLeft = layoutRect.left() - originalRect.left(); in inflateButtonRect()
364 int paddingRight = originalRect.right() - layoutRect.right(); in inflateButtonRect()
365 int paddingTop = layoutRect.top() - originalRect.top(); in inflateButtonRect()
366 int paddingBottom = originalRect.bottom() - layoutRect.bottom(); in inflateButtonRect()
502 QRect layoutRect = style->subElementRect(QStyle::SE_PushButtonLayoutItem, in computeSizeBasedOnStyle() local
507 if (!layoutRect.isNull()) in computeSizeBasedOnStyle()
508 size.setHeight(layoutRect.height()); in computeSizeBasedOnStyle()
614 QRect layoutRect = qStyle()->subElementRect(QStyle::SE_PushButtonLayoutItem, in setButtonPadding() local
[all …]
/external/clang/test/SemaObjC/
Dsuper-cat-prot.m35 @interface NSView (NSView_IBViewProtocol) <IBViewProtocol> - (NSRect)layoutRect; @end method in NSView_IBViewProtocol