OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundedPoint
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h
53
IntPoint
roundedPoint
() const { return roundedIntPoint(m_point); }
61
int topPadding() const { return
roundedPoint
().y() - m_boundingBox.y(); }
62
int rightPadding() const { return m_boundingBox.maxX() -
roundedPoint
().x() - 1; }
63
int bottomPadding() const { return m_boundingBox.maxY() -
roundedPoint
().y() - 1; }
64
int leftPadding() const { return
roundedPoint
().x() - m_boundingBox.x(); }
RenderFrameSet.cpp
656
IntPoint
roundedPoint
= roundedIntPoint(point);
657
if (canResizeRow(
roundedPoint
)) {
661
if (canResizeColumn(
roundedPoint
)) {
RenderView.cpp
110
IntPoint viewPoint = location.
roundedPoint
() - frameView()->scrollOffset();
[
all
...]
RenderLayerScrollableArea.cpp
[
all
...]
Completed in 305 milliseconds