HomeSort by relevance Sort by last modified time
    Searched refs:shrunkTo (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.h 88 FloatSize shrunkTo(const FloatSize& other) const
IntPoint.h 73 IntPoint shrunkTo(const IntPoint& other) const
IntSize.h 82 IntSize shrunkTo(const IntSize& other) const
LayoutSize.h 96 LayoutSize shrunkTo(const LayoutSize& other) const
FloatPoint.h 126 FloatPoint shrunkTo(const FloatPoint& other) const
LayoutPoint.h 70 LayoutPoint shrunkTo(const LayoutPoint& other) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 270 return FloatRect(absoluteTargetRect.location(), absoluteTargetRect.size().shrunkTo(maxImageBufferSize));
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 428 clampedOffset = clampedOffset.shrunkTo(FloatPoint(maximumScrollPosition()));
FrameView.cpp 481 clampedOffset = clampedOffset.shrunkTo(maxScrollExtent - expandedIntSize(scaledSize));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 421 return scrollPosition.shrunkTo(maximumScrollPosition()).expandedTo(minimumScrollPosition());
ScrollView.cpp 238 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 216 windowInfo.minLayoutSize = windowInfo.minLayoutSize.shrunkTo(toLocalFrame(frame)->view()->layoutSize());
    [all...]
RenderLayerScrollableArea.cpp     [all...]

Completed in 623 milliseconds