HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 101 - 125 of 328) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.cpp 85 void PageScaleConstraintsSet::adjustFinalConstraintsToContentsSize(IntSize contentsSize, int nonOverlayScrollbarWidth)
97 void PageScaleConstraintsSet::didChangeContentsSize(IntSize contentsSize, float pageScaleFactor)
138 void PageScaleConstraintsSet::didChangeViewSize(const IntSize& size)
147 IntSize PageScaleConstraintsSet::mainFrameSize(const IntSize& contentsSize) const
155 return IntSize(contentsSize.width(), computeHeightByAspectRatio(contentsSize.width(), m_viewSize));
159 IntSize frameSize(m_viewSize);
ColorChooserPopupUIController.h 55 virtual WebCore::IntSize contentSize() OVERRIDE;
DateTimeChooserImpl.h 59 virtual WebCore::IntSize contentSize() OVERRIDE;
PopupMenuChromium.cpp 58 void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int index)
ScrollbarGroup.h 68 virtual WebCore::IntSize contentsSize() const OVERRIDE;
69 virtual WebCore::IntSize overhangAmount() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 57 IntSize containerSize() const { return m_containerSize; }
58 void setContainerSize(const IntSize& containerSize)
116 IntSize m_containerSize;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebImageSkia.cpp 69 const IntSize frameSize = decoder->frameSizeAtIndex(i);
113 IntSize lastSize;
117 const IntSize frameSize = decoder->frameSizeAtIndex(i);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeNonMacCommon.cpp 50 IntSize size = buttonSize(scrollbar);
60 IntSize size = buttonSize(scrollbar);
74 IntSize bs = buttonSize(scrollbar);
ScrollbarThemeClient.h 32 #include "platform/geometry/IntSize.h"
47 virtual IntSize size() const = 0;
ScrollbarThemeMacCommon.h 50 virtual void paintOverhangShadows(GraphicsContext*, const IntSize& scrollOffset, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
ScrollView.cpp 180 IntSize ScrollView::unscaledVisibleContentSize(IncludeScrollbarsInRect scrollbarInclusion) const
185 IntSize ScrollView::excludeScrollbars(const IntSize& size) const
195 return IntSize(max(0, size.width() - verticalScrollbarWidth),
207 IntSize ScrollView::contentsSize() const
212 void ScrollView::setContentsSize(const IntSize& newSize)
249 IntSize scrollSize = m_contentsSize - visibleContentRect().size();
266 void ScrollView::scrollTo(const IntSize& newOffset)
268 IntSize scrollDelta = newOffset - m_scrollOffset;
269 if (scrollDelta == IntSize())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.cpp 41 IntSize scrollOffset;
IconURL.cpp 47 IconURL result(url, Vector<IntSize>(), emptyString(), Favicon);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 32 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupClient.h 45 virtual IntSize contentSize() = 0;
Chrome.h 67 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE;
73 void contentsSizeChanged(LocalFrame*, const IntSize&) const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImageResourceStyleImage.h 52 virtual void setContainerSizeForRenderer(const IntSize&) OVERRIDE;
RenderVideo.h 42 static IntSize defaultSize();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DImageBufferSurface.h 42 Canvas2DImageBufferSurface(const IntSize& size, OpacityMode opacityMode = NonOpaque, int msaaSampleCount = 1)
GraphicsContextRecorder.h 68 GraphicsContext* record(const IntSize&, bool isCertainlyOpaque);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEGaussianBlur.cpp 83 IntSize FEGaussianBlur::calculateUnscaledKernelSize(const FloatPoint& std)
87 IntSize kernelSize;
103 IntSize FEGaussianBlur::calculateKernelSize(Filter* filter, const FloatPoint& std)
113 IntSize kernelSize = calculateKernelSize(filter(), FloatPoint(m_stdX, m_stdY));
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.h 50 virtual IntSize stretchAmount() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.h 83 RasterShape(PassOwnPtr<RasterShapeIntervals> intervals, const IntSize& marginRectSize)
105 IntSize m_marginRectSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCrossfadeValue.cpp 108 IntSize CSSCrossfadeValue::fixedSize(const RenderObject* renderer)
118 return IntSize();
120 IntSize fromImageSize = cachedFromImage->imageForRenderer(renderer)->size();
121 IntSize toImageSize = cachedToImage->imageForRenderer(renderer)->size();
128 return IntSize(fromImageSize.width() * inversePercentage + toImageSize.width() * percentage,
167 PassRefPtr<Image> CSSCrossfadeValue::image(RenderObject* renderer, const IntSize& size)
CSSGradientValue.h 83 PassRefPtr<Image> image(RenderObject*, const IntSize&);
101 IntSize fixedSize(const RenderObject*) const { return IntSize(); }
136 FloatPoint computeEndPoint(CSSPrimitiveValue*, CSSPrimitiveValue*, const CSSToLengthConversionData&, const IntSize&);
169 PassRefPtr<Gradient> createGradient(const CSSToLengthConversionData&, const IntSize&);
221 PassRefPtr<Gradient> createGradient(const CSSToLengthConversionData&, const IntSize&);

Completed in 577 milliseconds

1 2 3 45 6 7 8 91011>>