HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 76 - 100 of 315) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumAndroid.cpp 86 IntSize size = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartInnerSpinButton);
102 IntSize scrollbarSize = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartScrollbarDownArrow);
RenderImageResource.h 61 virtual void setContainerSizeForRenderer(const IntSize&);
RenderMedia.h 38 RenderMedia(HTMLMediaElement*, const IntSize& intrinsicSize);
RenderVideo.h 43 static IntSize defaultSize();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImage.cpp 89 void StyleFetchedImage::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor)
104 PassRefPtr<Image> StyleFetchedImage::image(RenderObject* renderer, const IntSize&) const
StyleFetchedImageSet.cpp 97 void StyleFetchedImageSet::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor)
112 PassRefPtr<Image> StyleFetchedImageSet::image(RenderObject* renderer, const IntSize&) const
StyleFetchedImageSet.h 67 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float);
70 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
StyleImage.h 29 #include "core/platform/graphics/IntSize.h"
62 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) = 0;
65 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0;
StylePendingImage.h 59 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) { }
62 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.h 82 static IntSize clampedAbsoluteSize(const IntSize&);
RenderSVGRoot.h 56 IntSize containerSize() const { return m_containerSize; }
57 void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; }
112 IntSize m_containerSize;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutSize.h 36 #include "core/platform/graphics/IntSize.h"
45 LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
158 inline IntSize flooredIntSize(const LayoutSize& s)
160 return IntSize(s.width().floor(), s.height().floor());
163 inline IntSize roundedIntSize(const LayoutSize& s)
165 return IntSize(s.width().round(), s.height().round());
GraphicsContext.h 89 SkDevice* createCompatibleDevice(const IntSize&, bool hasAlpha) const;
229 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&);
243 void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
320 void drawInnerShadow(const RoundedRect&, const Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedEdges = NoEdge);
353 PassOwnPtr<ImageBuffer> createCompatibleBuffer(const IntSize&, bool hasAlpha = true) const;
362 static void addCornerArc(SkPath*, const SkRect&, const IntSize&, int);
364 static void setRadii(SkVector*, IntSize, IntSize, IntSize, IntSize)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 65 void SVGImage::setContainerSize(const IntSize& size)
84 IntSize SVGImage::containerSize() const
87 return IntSize();
91 return IntSize();
95 return IntSize();
98 IntSize containerSize = renderer->containerSize();
112 return IntSize(static_cast<int>(ceilf(currentSize.width())), static_cast<int>(ceilf(currentSize.height())));
115 return IntSize(300, 150);
130 IntSize roundedContainerSize = roundedIntSize(containerSize);
SVGImageForContainer.cpp 31 IntSize SVGImageForContainer::size() const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 64 virtual void show(const FloatQuad&, const IntSize&, int) OVERRIDE { }
121 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool)
126 PassRefPtr<Widget> EmptyFrameLoaderClient::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&)
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 65 static PassRefPtr<FrameView> create(Frame*, const IntSize& initialSize);
94 virtual void setContentsSize(const IntSize&);
242 void incrementVisuallyNonEmptyPixelCount(const IntSize&);
245 void enableAutoSizeMode(bool enable, const IntSize& minSize, const IntSize& maxSize);
338 IntSize scrollOffsetForFixedPosition() const;
341 virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
386 virtual void scrollTo(const IntSize&) OVERRIDE;
458 IntSize m_lastViewportSize;
514 IntSize m_minAutoSize
    [all...]
Settings.h 33 #include "core/platform/graphics/IntSize.h"
95 void setTextAutosizingWindowSizeOverride(const IntSize&);
96 const IntSize& textAutosizingWindowSizeOverride() const { return m_textAutosizingWindowSizeOverride; }
174 IntSize m_textAutosizingWindowSizeOverride;
PagePopupClient.h 46 virtual IntSize contentSize() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromium.cpp 56 IntSize size = buttonSize(scrollbar);
66 IntSize size = buttonSize(scrollbar);
80 IntSize bs = buttonSize(scrollbar);
  /external/chromium_org/third_party/WebKit/Source/web/
WebImageSkia.cpp 68 const IntSize frameSize = decoder->frameSizeAtIndex(i);
112 IntSize lastSize;
116 const IntSize frameSize = decoder->frameSizeAtIndex(i);
DateTimeChooserImpl.h 58 virtual WebCore::IntSize contentSize() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/css/
LengthFunctions.cpp 65 IntSize viewportSize = renderView->viewportSize();
71 IntSize viewportSize = renderView->viewportSize();
144 IntSize viewportSize = renderView->viewportSize();
150 IntSize viewportSize = renderView->viewportSize();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperations.cpp 30 #include "core/platform/graphics/IntSize.h"
35 static inline IntSize outsetSizeForBlur(float stdDeviation)
41 IntSize outset;
126 IntSize outsetSize = outsetSizeForBlur(stdDeviation);
133 IntSize outsetSize = outsetSizeForBlur(dropShadowOperation->stdDeviation());
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.h 47 virtual IntSize stretchAmount() = 0;

Completed in 588 milliseconds

1 2 34 5 6 7 8 91011>>