OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topPadding
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h
52
HitTestLocation(const LayoutPoint& centerPoint, unsigned
topPadding
, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
69
static IntRect rectForPoint(const LayoutPoint&, unsigned
topPadding
, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
70
int
topPadding
() const { return roundedPoint().y() - m_boundingBox.y(); }
/external/zxing/core/
core.jar
Completed in 84 milliseconds