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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 176 layer()->scrollToOffset(IntSize(m_start, 0));
178 layer()->scrollToOffset(IntSize(0, m_start));
RenderVideo.cpp 54 IntSize RenderVideo::defaultSize()
60 return IntSize(cDefaultWidth, cDefaultHeight);
RenderLayerBacking.cpp 552 IntSize scrollOffset = compAncestor->scrolledContentOffset();
645 IntSize foregroundOffset = m_graphicsLayer->offsetFromRenderer();
695 IntSize adjustedScrollOffset = m_owningLayer->adjustedScrollOffset();
699 IntSize oldScrollingLayerOffset = m_scrollingLayer->offsetFromRenderer();
704 IntSize scrollSize(m_owningLayer->scrollWidth(), m_owningLayer->scrollHeight());
708 IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset);
    [all...]
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 118 virtual IntSize contentsSize() const OVERRIDE;
RenderScrollbar.cpp 190 setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height())));
285 return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight()));
RenderLayer.cpp 192 element->setSavedLayerScrollOffset(IntSize());
    [all...]
RenderThemeChromiumWin.cpp 267 IntSize RenderThemeChromiumWin::sliderTickSize() const
269 return IntSize(1, 3);
343 IntSize(WebKit::Platform::current()->themeEngine()->getSize(SBP_ARROWBTN)).width();
RenderTheme.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 117 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll,
122 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
DateTimeChooserImpl.cpp 86 WebCore::IntSize DateTimeChooserImpl::contentSize()
88 return WebCore::IntSize(0, 0);
ExternalPopupMenu.cpp 61 void ExternalPopupMenu::show(const FloatQuad& controlPosition, const IntSize&, int index)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.cpp 42 FEConvolveMatrix::FEConvolveMatrix(Filter* filter, const IntSize& kernelSize,
59 PassRefPtr<FEConvolveMatrix> FEConvolveMatrix::create(Filter* filter, const IntSize& kernelSize,
68 IntSize FEConvolveMatrix::kernelSize() const
73 void FEConvolveMatrix::setKernelSize(const IntSize& kernelSize)
443 IntSize paintSize = absolutePaintRect().size();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 755 static const IntSize& maxDragImageSize()
759 static const IntSize maxDragImageSize(400, 400);
761 static const IntSize maxDragImageSize(200, 200);
773 IntSize originalSize = imageRect.size();
778 IntSize newSize = dragImage->size();
    [all...]
FrameView.cpp 206 PassRefPtr<FrameView> FrameView::create(Frame* frame, const IntSize& initialSize)
264 m_lastViewportSize = IntSize();
516 void FrameView::setContentsSize(const IntSize& size)
549 const IntSize& size = rect.size();
655 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
    [all...]
Chrome.cpp 78 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
99 void Chrome::contentsSizeChanged(Frame* frame, const IntSize& size) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp 104 OwnedBuffers(const IntSize& size, bool needReferenceBuffer)
122 bool canHandleSize(const IntSize& size) const
219 m_layerSize = IntSize(m_transformedSourceRect.width(), m_transformedSourceRect.height());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.cpp 255 IntSize AffineTransform::mapSize(const IntSize& size) const
260 return IntSize(lround(width2), lround(height2));
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityNodeObject.h 50 class IntSize;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ShadowBlur.cpp 115 void ShadowBlur::blurLayerImage(unsigned char* imageData, const IntSize& size, int rowStride)
GraphicsContext.cpp 103 SkDevice* GraphicsContext::createCompatibleDevice(const IntSize& size, bool hasAlpha) const
586 static inline IntRect areaCastingShadowInHole(const IntRect& holeRect, int shadowBlur, int shadowSpread, const IntSize& shadowOffset)
600 void GraphicsContext::drawInnerShadow(const RoundedRect& rect, const Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedEdges)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 147 IntSize imageSize;
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.cpp 186 void ImageResource::setContainerSizeForRenderer(const ImageResourceClient* renderer, const IntSize& containerSize, float containerZoom)
233 return IntSize();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 36 #include "core/platform/graphics/IntSize.h"
45 PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size)
392 static float positionFromValue(CSSPrimitiveValue* value, RenderStyle* style, RenderStyle* rootStyle, const IntSize& size, bool isHorizontal)
426 FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* horizontal, CSSPrimitiveValue* vertical, RenderStyle* style, RenderStyle* rootStyle, const IntSize& size)
574 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type)
641 PassRefPtr<Gradient> CSSLinearGradientValue::createGradient(RenderObject* renderer, const IntSize& size)
    [all...]
  /external/v8/tools/
grokdump.py 666 return self.heap.PointerSize() + self.heap.IntSize()
851 return 12 * self.heap.PointerSize() + 4 * self.heap.IntSize()
854 return 12 * self.heap.PointerSize() + 5 * self.heap.IntSize()
897 return (heap.PointerSize() + heap.IntSize() + \
898 4 * heap.PointerSize() + 3 * heap.IntSize() + \
    [all...]

Completed in 507 milliseconds

1 2 3 4 5 6 7 891011>>