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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h 54 HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
71 static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
75 int leftPadding() const { return roundedPoint().x() - m_boundingBox.x(); }
HitTestLocation.cpp 89 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
91 , m_boundingBox(rectForPoint(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding))
94 , m_isRectBased(topPadding || rightPadding || bottomPadding || leftPadding)
185 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
188 actualPoint -= IntSize(leftPadding, topPadding);
190 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
HitTestResult.h 54 HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
HitTestResult.cpp 63 HitTestResult::HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
64 : m_hitTestLocation(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding)
RenderLineBoxList.cpp 253 IntRect(point.x() - locationInContainer.leftPadding(), point.y(), locationInContainer.rightPadding() + locationInContainer.leftPadding() + 1, 1);
RenderThemeChromiumMac.mm 169 leftPadding
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 162 int leftPadding = 0;
165 leftPadding = mContext.getResources().getDimensionPixelOffset(
171 mListView.setPadding(leftPadding, mListView.getPaddingTop(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 283 final int leftPadding = mContext.getResources()
285 setOverScrollEffectPadding(leftPadding, 0);
304 private void setOverScrollEffectPadding(int leftPadding, int i) {
RecentsVerticalScrollView.java 292 final int leftPadding = mContext.getResources()
294 setOverScrollEffectPadding(leftPadding, 0);
313 private void setOverScrollEffectPadding(int leftPadding, int i) {
  /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/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 525 int leftPadding = 0;
528 leftPadding = mContext.getResources().getDimensionPixelOffset(
534 mListView.setPadding(leftPadding, mListView.getPaddingTop(),
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
Internals.h 189 unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool allowChildFrameContent, ExceptionState&) const;
Internals.idl 146 unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js     [all...]
  /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';
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 342 * @param leftPadding How much to expand the left of the rectangle
345 unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding,
    [all...]
  /external/zxing/core/
core.jar 

Completed in 807 milliseconds