OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixelSnappedHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h
75
int
pixelSnappedHeight
() const { return snapSizeToPixel(height(), y()); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h
71
int
pixelSnappedHeight
() const { return m_frameRect.
pixelSnappedHeight
(); }
94
int pixelSnappedLogicalHeight() const { return style()->isHorizontalWritingMode() ?
pixelSnappedHeight
() : pixelSnappedWidth(); }
95
int pixelSnappedLogicalWidth() const { return style()->isHorizontalWritingMode() ? pixelSnappedWidth() :
pixelSnappedHeight
(); }
[
all
...]
Completed in 456 milliseconds