Searched defs:leftPadding (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
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)
155 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) argument
158 actualPoint -= IntSize(leftPadding, topPadding);
160 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
H A DHitTestLocation.h44 HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
58 static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
62 int leftPadding() const { return roundedPoint().x() - m_boundingBox.x(); } function in class:WebCore::HitTestLocation
H A DHitTestResult.cpp62 HitTestResult::HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) argument
63 : m_hitTestLocation(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding)
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1438 unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool allowChildFrameContent, ExceptionState& exceptionState) const
1466 if (!request.ignoreClipping() && !frameView->visibleContentRect().intersects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding)))
1473 if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) {
1479 HitTestResult result(point, topPadding, rightPadding, bottomPadding, leftPadding);
1437 nodesFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool allowChildFrameContent, ExceptionState& exceptionState) const argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 172 milliseconds