OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expandedTo
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h
67
IntPoint
expandedTo
(const IntPoint& other) const
83
*this =
expandedTo
(zero());
FloatPoint.h
125
FloatPoint
expandedTo
(const FloatPoint& other) const
FloatSize.h
85
FloatSize
expandedTo
(const FloatSize& other) const
IntSize.h
77
IntSize
expandedTo
(const IntSize& other) const
91
*this =
expandedTo
(IntSize());
LayoutPoint.h
65
LayoutPoint
expandedTo
(const LayoutPoint& other) const
77
*this =
expandedTo
(zero());
LayoutSize.h
90
LayoutSize
expandedTo
(const LayoutSize& other) const
104
*this =
expandedTo
(LayoutSize());
Completed in 5602 milliseconds