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

  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 53 HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
108 static IntRect rectForPoint(const IntPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
112 int leftPadding() const { return m_leftPadding; }
156 // width = leftPadding + rightPadding + 1
HitTestResult.cpp 74 HitTestResult::HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
80 , m_leftPadding(leftPadding)
83 m_isRectBased = topPadding || rightPadding || bottomPadding || leftPadding;
616 IntRect HitTestResult::rectForPoint(const IntPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
619 actualPoint -= IntSize(leftPadding, topPadding);
621 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
RenderLineBoxList.cpp 290 int logicalPointStart = isHorizontal ? y - result.topPadding() : x - result.leftPadding();
RenderImage.cpp 413 HitTestResult tempResult(result.point(), result.topPadding(), result.rightPadding(), result.bottomPadding(), result.leftPadding());
RenderThemeSafari.cpp 67 leftPadding
    [all...]
RenderThemeMac.mm 122 leftPadding
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 207 float leftPadding = srcRect.x() - floorf(srcRect.x());
210 subimageRect.move(-leftPadding, -topPadding);
211 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale);
213 subimageRect.setWidth(ceilf(subimageRect.width() + leftPadding));
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 160 int leftPadding = 0;
163 leftPadding = mContext.getResources().getDimensionPixelOffset(
169 mListView.setPadding(leftPadding, mListView.getPaddingTop(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 286 final int leftPadding = mContext.getResources()
288 setOverScrollEffectPadding(leftPadding, 0);
308 private void setOverScrollEffectPadding(int leftPadding, int i) {
RecentsVerticalScrollView.java 295 final int leftPadding = mContext.getResources()
297 setOverScrollEffectPadding(leftPadding, 0);
317 private void setOverScrollEffectPadding(int leftPadding, int i) {
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 136 TouchAdjuster(unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
qwebpage.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 297 int leftPadding = params.narrowPaddingLeft == -1 ? child.getPaddingLeft()
302 leftPadding, child.getPaddingTop(), rightPadding, child.getPaddingBottom());
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 543 int leftPadding = 0;
546 leftPadding = mContext.getResources().getDimensionPixelOffset(
552 mListView.setPadding(leftPadding, mListView.getPaddingTop(),
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 641 var leftPadding = Math.floor((newX - totalWidth) / 2);
642 document.getElementById('b').style.paddingLeft = leftPadding + 'px';
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
Document.h 340 * @param leftPadding How much to expand the left of the rectangle
345 unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 800 milliseconds