HomeSort by relevance Sort by last modified time
    Searched refs:expandedTo (Results 1 - 17 of 17) 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 76 IntSize expandedTo(const IntSize& other) const
90 *this = expandedTo(IntSize());
LayoutSize.h 88 LayoutSize expandedTo(const LayoutSize& other) const
102 *this = expandedTo(LayoutSize());
LayoutPoint.h 65 LayoutPoint expandedTo(const LayoutPoint& other) const
77 *this = expandedTo(zero());
FloatSize.h 82 FloatSize expandedTo(const FloatSize& other) const
FloatPoint.h 121 FloatPoint expandedTo(const FloatPoint& other) const
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 78 outerOrigin = outerOrigin.expandedTo(minimumPosition);
96 innerOrigin = innerOrigin.expandedTo(minimumPosition);
PopupListBox.cpp 970 desiredOffset = desiredOffset.expandedTo(minimumScrollPosition());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameViewAutoSizeInfo.cpp 124 newSize = newSize.expandedTo(m_minAutoSize);
PinchViewport.cpp 427 clampedOffset = clampedOffset.expandedTo(FloatPoint(minimumScrollPosition()));
FrameView.cpp 445 clampedOffset = clampedOffset.expandedTo(-scrollOrigin());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 463 return scrollPosition.shrunkTo(maximumScrollPosition()).expandedTo(minimumScrollPosition());
ScrollView.cpp 226 newScrollPosition = newScrollPosition.expandedTo(minimumScrollPosition());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 134 imageSize = imageSize.expandedTo(paddedTextSize);
RenderTreeAsText.cpp 593 layerBounds.setSize(layer->size().expandedTo(pixelSnappedIntSize(layer->renderBox()->maxLayoutOverflow(), LayoutPoint(0, 0))));
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp     [all...]

Completed in 389 milliseconds