OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelSnappedSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp
[
all
...]
RenderBox.h
143
IntSize
pixelSnappedSize
() const { return m_frameRect.
pixelSnappedSize
(); }
156
IntRect pixelSnappedBorderBoxRect() const { return IntRect(IntPoint(), m_frameRect.
pixelSnappedSize
()); }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h
60
IntSize
pixelSnappedSize
() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
Completed in 106 milliseconds