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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 125 IntSize size(renderer->width(), renderer->height());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 93 context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor());
94 context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor());
112 context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor());
113 context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor());
RenderListBox.h 119 virtual IntSize contentsSize() const OVERRIDE;
RenderScrollbar.cpp 191 setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height())));
286 return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight()));
RenderBox.h 168 IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); }
278 void scrollToOffset(const IntSize&);
279 void scrollByRecursively(const IntSize& delta, ScrollOffsetClamping = ScrollOffsetUnclamped);
478 IntSize calculateAutoscrollDirection(const IntPoint& windowPoint) const;
577 IntSize scrolledContentOffset() const;
    [all...]
RenderTheme.cpp 812 IntSize RenderTheme::meterSizeForBounds(const RenderMeter*, const IntRect& bounds) const
849 IntSize thumbSize;
859 IntSize tickSize = sliderTickSize();
    [all...]
RenderThemeChromiumSkia.cpp 167 const IntSize size(widgetStandardWidth, widgetStandardHeight);
252 IntSize emptySize(1, 11);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp 48 const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDropShadow.cpp 65 IntSize kernelSize = FEGaussianBlur::calculateKernelSize(filter, FloatPoint(m_stdX, m_stdY));
FETile.cpp 74 IntSize intTileSize = roundedIntSize(tileRect.size());
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 79 EXPECT_EQ(IntSize(*outputWidth, *outputHeight), decoder->decodedSize());
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.h 59 virtual IntSize size() const OVERRIDE { return Widget::size(); }
  /external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.cpp 64 void ExternalPopupMenu::show(const FloatQuad& controlPosition, const IntSize&, int index)
WebPopupMenuImpl.h 124 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 213 void ImageResource::setContainerSizeForRenderer(const ImageResourceClient* renderer, const IntSize& containerSize, float containerZoom)
260 return IntSize();
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageDocument.cpp 107 static String imageTitle(const String& filename, const IntSize& size)
148 IntSize size = flooredIntSize(cachedImage->imageSizeForRenderer(document()->imageElement()->renderer(), 1.0f));
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 131 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE { }
136 virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 76 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
92 void Chrome::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 50 IntSize offsetFromRenderer;
165 void positionOverflowControlsLayers(const IntSize& offsetFromRoot);
CompositedLayerMapping.cpp 578 IntSize newOffsetFromRenderer = -IntSize(offsetFromSquashLayerOrigin.width().round(), offsetFromSquashLayerOrigin.height().round());
661 m_owningLayer.scrollableArea()->positionOverflowControls(IntSize());
688 const IntSize& contentsSize = relativeCompositingBounds.size();
725 IntSize scrollOffset = renderBox->scrolledContentOffset()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm 124 IntSize stretchAmount = m_client->stretchAmount();
169 IntSize stretchAmount = m_client->stretchAmount();
286 IntSize stretchAmount = m_client->stretchAmount();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 35 #include "platform/geometry/IntSize.h"
50 PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size)
390 static float positionFromValue(CSSPrimitiveValue* value, const CSSToLengthConversionData& conversionData, const IntSize& size, bool isHorizontal)
422 FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* horizontal, CSSPrimitiveValue* vertical, const CSSToLengthConversionData& conversionData, const IntSize& size)
580 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type)
647 PassRefPtr<Gradient> CSSLinearGradientValue::createGradient(const CSSToLengthConversionData& conversionData, const IntSize& size)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 900 IntSize initialViewportSize(availableWidth, availableHeight);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerControllerTest.cpp 67 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SurroundingTextTest.cpp 35 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));

Completed in 2921 milliseconds

1 2 3 4 5 6 7 8 91011>>