OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandedTo
(Results
1 - 14
of
14
) 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());
IntSize.h
77
IntSize
expandedTo
(const IntSize& other) const
91
*this =
expandedTo
(IntSize());
LayoutSize.h
90
LayoutSize
expandedTo
(const LayoutSize& other) const
104
*this =
expandedTo
(LayoutSize());
LayoutPoint.h
65
LayoutPoint
expandedTo
(const LayoutPoint& other) const
77
*this =
expandedTo
(zero());
FloatSize.h
85
FloatSize
expandedTo
(const FloatSize& other) const
FloatPoint.h
125
FloatPoint
expandedTo
(const FloatPoint& other) const
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp
391
return scrollPosition.shrunkTo(maximumScrollPosition()).
expandedTo
(minimumScrollPosition());
ScrollView.cpp
246
newScrollPosition = newScrollPosition.
expandedTo
(minimumScrollPosition());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
134
imageSize = imageSize.
expandedTo
(paddedTextSize);
RenderTreeAsText.cpp
664
layer->setSize(layer->size().
expandedTo
(pixelSnappedIntSize(layer->renderBox()->maxLayoutOverflow(), LayoutPoint(0, 0))));
[
all
...]
RenderLayerScrollableArea.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp
792
return enclosingLayoutRect(FloatRect(upperLeft, lowerRight.
expandedTo
(upperLeft) - upperLeft));
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 145 milliseconds