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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.h 85 virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&, const IntRect&) { }
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 145 m_exitFullscreenScrollOffset = IntSize();
TextFinder.h 253 WebCore::IntSize m_contentsSizeForCurrentFindMatchRects;
ChromeClientImpl.h 122 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll,
126 virtual void contentsSizeChanged(WebCore::LocalFrame*, const WebCore::IntSize&) const OVERRIDE;
DateTimeChooserImpl.cpp 79 WebCore::IntSize DateTimeChooserImpl::contentSize()
81 return WebCore::IntSize(0, 0);
WebViewImpl.h 371 WebCore::IntSize minAutoSize() const
376 WebCore::IntSize maxAutoSize() const
499 WebCore::IntSize contentsSize() const;
589 WebCore::IntSize m_minAutoSize;
591 WebCore::IntSize m_maxAutoSize;
WebInputEventConversion.cpp 68 static IntSize widgetInputEventsOffset(const Widget* widget)
71 return IntSize();
74 return IntSize();
95 IntSize offset = widgetInputEventsOffset(widget);
144 IntSize offset = widgetInputEventsOffset(widget);
187 IntSize offset = widgetInputEventsOffset(widget);
428 IntSize offset = widgetInputEventsOffset(widget);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 152 PassRefPtr<FrameView> FrameView::create(LocalFrame* frame, const IntSize& initialSize)
210 m_lastViewportSize = IntSize();
456 void FrameView::setContentsSize(const IntSize& size)
496 const IntSize& size = rect.size();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentTest.cpp 57 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
112 OwnPtr<DummyPageHolder> alternatePage = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 168 layer()->scrollableArea()->scrollToOffset(IntSize(m_start, 0));
170 layer()->scrollableArea()->scrollToOffset(IntSize(0, m_start));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 290 IntSize expandedBoundingBox = expandedIntSize(boundingBox.size());
291 IntSize bufferSize(static_cast<int>(ceil(expandedBoundingBox.width() * transform.xScale())), static_cast<int>(ceil(expandedBoundingBox.height() * transform.yScale())));
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutPoint.h 181 inline IntSize pixelSnappedIntSize(const LayoutSize& s, const LayoutPoint& p)
183 return IntSize(snapSizeToPixel(s.width(), p.x()), snapSizeToPixel(s.height(), p.y()));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.cpp 124 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, CompositeOperator op, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
226 const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
Canvas2DLayerBridge.cpp 55 static PassRefPtr<SkSurface> createSkSurface(GrContext* gr, const IntSize& size, int msaaSampleCount = 0)
68 PassRefPtr<Canvas2DLayerBridge> Canvas2DLayerBridge::create(const IntSize& size, OpacityMode opacityMode, int msaaSampleCount)
365 IntSize size(m_canvas->getTopDevice()->width(), m_canvas->getTopDevice()->height());
DeferredImageDecoderTest.cpp 126 virtual IntSize decodedSize() const OVERRIDE
147 IntSize m_decodedSize;
312 m_decodedSize = IntSize(22, 33);
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.cpp 36 #include "platform/geometry/IntSize.h"
120 static bool encodePixels(IntSize imageSize, unsigned char* inputPixels, bool premultiplied, int quality, Vector<unsigned char>* output)
207 return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 58 static void parseSizes(const CharacterType* value, unsigned length, Vector<IntSize>& iconSizes)
91 iconSizes.append(IntSize(width, height));
114 iconSizes.append(IntSize(width, height));
124 void HTMLLinkElement::parseSizesAttribute(const AtomicString& value, Vector<IntSize>& iconSizes)
428 const Vector<IntSize>& HTMLLinkElement::iconSizes() const
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.cpp 37 FEConvolveMatrix::FEConvolveMatrix(Filter* filter, const IntSize& kernelSize,
54 PassRefPtr<FEConvolveMatrix> FEConvolveMatrix::create(Filter* filter, const IntSize& kernelSize,
71 IntSize FEConvolveMatrix::kernelSize() const
76 void FEConvolveMatrix::setKernelSize(const IntSize& kernelSize)
447 IntSize paintSize = absolutePaintRect().size();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 257 IntSize AffineTransform::mapSize(const IntSize& size) const
262 return IntSize(lround(width2), lround(height2));
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 50 class IntSize;
AXRenderObject.h 51 class IntSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/
AffectedByFocusTest.cpp 47 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelectionTest.cpp 62 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderClient.h 68 class IntSize;

Completed in 1273 milliseconds

1 2 3 4 5 6 7 891011>>