Searched refs:bottomPadding (Results 1 - 11 of 11) 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);
63 int bottomPadding() const { return m_boundingBox.maxY() - roundedPoint().y() - 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.cpp208 IntRect(point.x(), point.y() - locationInContainer.topPadding(), 1, locationInContainer.topPadding() + locationInContainer.bottomPadding() + 1) :
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DViewportDataGrid.js106 * @return {{topPadding: number, bottomPadding: number, visibleNodes: !Array.<!WebInspector.ViewportDataGridNode>, offset: number}}
112 return {topPadding: 0, bottomPadding: 0, visibleNodes: nodes, offset: 0};
127 var bottomPadding = 0; variable
129 bottomPadding += nodes[i].nodeSelfHeight();
131 return {topPadding: topPadding, bottomPadding: bottomPadding, visibleNodes: nodes.slice(start, end), offset: start};
194 this.setVerticalPadding(viewportState.topPadding, viewportState.bottomPadding);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotDataGrids.js437 var bottomPadding = 0;
442 bottomPadding += this._nodeHeight(child);
446 this._bottomPaddingHeight += bottomPadding;
447 return position + bottomPadding;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h189 unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowChildFrameContent, ExceptionState&) const;
H A DInternals.idl140 unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
H A DInternals.cpp1330 unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowChildFrameContent, ExceptionState& exceptionState) const
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);
1329 nodesFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowChildFrameContent, ExceptionState& exceptionState) const argument
/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 242 milliseconds