Searched refs:rightPadding (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestLocation.h46 HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
60 static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
62 int rightPadding() const { return m_boundingBox.maxX() - roundedPoint().x() - 1; } function in class:blink::HitTestLocation
H A DHitTestLocation.cpp63 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) argument
65 , m_boundingBox(rectForPoint(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding))
67 , m_isRectBased(topPadding || rightPadding || bottomPadding || leftPadding)
160 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) argument
165 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
H A DHitTestResult.h57 HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
H A DHitTestResult.cpp61 HitTestResult::HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) argument
62 : m_hitTestLocation(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding)
H A DRenderLineBoxList.cpp209 IntRect(point.x() - locationInContainer.leftPadding(), point.y(), locationInContainer.rightPadding() + locationInContainer.leftPadding() + 1, 1);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h188 PassRefPtrWillBeRawPtr<StaticNodeList> nodesFromRect(Document*, int x, int y, unsigned topPadding, unsigned rightPadding,
H A DInternals.idl140 unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
H A DInternals.cpp1329 PassRefPtrWillBeRawPtr<StaticNodeList> Internals::nodesFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned rightPadding, argument
1357 if (!request.ignoreClipping() && !frameView->visibleContentRect().intersects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding)))
1364 if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) {
1374 HitTestResult result(point, topPadding, rightPadding, bottomPadding, leftPadding);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsPanel.js909 const rightPadding = 10;
910 return totalSize + rightPadding < contentElementWidth;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 231 milliseconds