IntSize 1938 Source/bindings/v8/SerializedScriptValue.cpp RefPtrWillBeRawPtr<ImageData> imageData = ImageData::create(IntSize(width, height)); IntSize 50 Source/core/accessibility/AXNodeObject.h class IntSize; IntSize 50 Source/core/accessibility/AXObject.h class IntSize; IntSize 1643 Source/core/accessibility/AXRenderObject.cpp box->scrollToOffset(IntSize(point.x(), point.y())); IntSize 2095 Source/core/accessibility/AXRenderObject.cpp IntSize offset = point - roundedIntPoint(elementRect().location()); IntSize 51 Source/core/accessibility/AXRenderObject.h class IntSize; IntSize 47 Source/core/css/AffectedByFocusTest.cpp m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600)); IntSize 70 Source/core/css/CSSCanvasValue.cpp IntSize CSSCanvasValue::fixedSize(const RenderObject* renderer) IntSize 73 Source/core/css/CSSCanvasValue.cpp return IntSize(elt->width(), elt->height()); IntSize 74 Source/core/css/CSSCanvasValue.cpp return IntSize(); IntSize 86 Source/core/css/CSSCanvasValue.cpp PassRefPtr<Image> CSSCanvasValue::image(RenderObject* renderer, const IntSize& /*size*/) IntSize 46 Source/core/css/CSSCanvasValue.h PassRefPtr<Image> image(RenderObject*, const IntSize&); IntSize 48 Source/core/css/CSSCanvasValue.h IntSize fixedSize(const RenderObject*); IntSize 108 Source/core/css/CSSCrossfadeValue.cpp IntSize CSSCrossfadeValue::fixedSize(const RenderObject* renderer) IntSize 118 Source/core/css/CSSCrossfadeValue.cpp return IntSize(); IntSize 120 Source/core/css/CSSCrossfadeValue.cpp IntSize fromImageSize = cachedFromImage->imageForRenderer(renderer)->size(); IntSize 121 Source/core/css/CSSCrossfadeValue.cpp IntSize toImageSize = cachedToImage->imageForRenderer(renderer)->size(); IntSize 128 Source/core/css/CSSCrossfadeValue.cpp return IntSize(fromImageSize.width() * inversePercentage + toImageSize.width() * percentage, IntSize 167 Source/core/css/CSSCrossfadeValue.cpp PassRefPtr<Image> CSSCrossfadeValue::image(RenderObject* renderer, const IntSize& size) IntSize 55 Source/core/css/CSSCrossfadeValue.h PassRefPtr<Image> image(RenderObject*, const IntSize&); IntSize 57 Source/core/css/CSSCrossfadeValue.h IntSize fixedSize(const RenderObject*); IntSize 52 Source/core/css/CSSGradientValue.cpp PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size) IntSize 392 Source/core/css/CSSGradientValue.cpp static float positionFromValue(CSSPrimitiveValue* value, const CSSToLengthConversionData& conversionData, const IntSize& size, bool isHorizontal) IntSize 424 Source/core/css/CSSGradientValue.cpp FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* horizontal, CSSPrimitiveValue* vertical, const CSSToLengthConversionData& conversionData, const IntSize& size) IntSize 582 Source/core/css/CSSGradientValue.cpp static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type) IntSize 649 Source/core/css/CSSGradientValue.cpp PassRefPtr<Gradient> CSSLinearGradientValue::createGradient(const CSSToLengthConversionData& conversionData, const IntSize& size) IntSize 993 Source/core/css/CSSGradientValue.cpp PassRefPtr<Gradient> CSSRadialGradientValue::createGradient(const CSSToLengthConversionData& conversionData, const IntSize& size) IntSize 90 Source/core/css/CSSGradientValue.h PassRefPtr<Image> image(RenderObject*, const IntSize&); IntSize 108 Source/core/css/CSSGradientValue.h IntSize fixedSize(const RenderObject*) const { return IntSize(); } IntSize 143 Source/core/css/CSSGradientValue.h FloatPoint computeEndPoint(CSSPrimitiveValue*, CSSPrimitiveValue*, const CSSToLengthConversionData&, const IntSize&); IntSize 176 Source/core/css/CSSGradientValue.h PassRefPtr<Gradient> createGradient(const CSSToLengthConversionData&, const IntSize&); IntSize 228 Source/core/css/CSSGradientValue.h PassRefPtr<Gradient> createGradient(const CSSToLengthConversionData&, const IntSize&); IntSize 45 Source/core/css/CSSImageGeneratorValue.cpp void CSSImageGeneratorValue::addClient(RenderObject* renderer, const IntSize& size) IntSize 68 Source/core/css/CSSImageGeneratorValue.cpp IntSize removedImageSize; IntSize 70 Source/core/css/CSSImageGeneratorValue.cpp IntSize size = sizeCount.size; IntSize 83 Source/core/css/CSSImageGeneratorValue.cpp Image* CSSImageGeneratorValue::getImage(RenderObject* renderer, const IntSize& size) IntSize 88 Source/core/css/CSSImageGeneratorValue.cpp IntSize oldSize = sizeCount.size; IntSize 106 Source/core/css/CSSImageGeneratorValue.cpp void CSSImageGeneratorValue::putImage(const IntSize& size, PassRefPtr<Image> image) IntSize 111 Source/core/css/CSSImageGeneratorValue.cpp PassRefPtr<Image> CSSImageGeneratorValue::image(RenderObject* renderer, const IntSize& size) IntSize 145 Source/core/css/CSSImageGeneratorValue.cpp IntSize CSSImageGeneratorValue::fixedSize(const RenderObject* renderer) IntSize 159 Source/core/css/CSSImageGeneratorValue.cpp return IntSize(); IntSize 42 Source/core/css/CSSImageGeneratorValue.h SizeAndCount(IntSize newSize = IntSize(), int newCount = 0) IntSize 48 Source/core/css/CSSImageGeneratorValue.h IntSize size; IntSize 58 Source/core/css/CSSImageGeneratorValue.h void addClient(RenderObject*, const IntSize&); IntSize 60 Source/core/css/CSSImageGeneratorValue.h PassRefPtr<Image> image(RenderObject*, const IntSize&); IntSize 63 Source/core/css/CSSImageGeneratorValue.h IntSize fixedSize(const RenderObject*); IntSize 75 Source/core/css/CSSImageGeneratorValue.h Image* getImage(RenderObject*, const IntSize&); IntSize 76 Source/core/css/CSSImageGeneratorValue.h void putImage(const IntSize&, PassRefPtr<Image>); IntSize 79 Source/core/css/CSSImageGeneratorValue.h HashCountedSet<IntSize> m_sizes; // A count of how many times a given image size is in use. IntSize 81 Source/core/css/CSSImageGeneratorValue.h HashMap<IntSize, RefPtr<Image> > m_images; // A cache of Image objects by image size. IntSize 22 Source/core/css/DragUpdateTest.cpp OwnPtr<DummyPageHolder> dummyPageHolder = DummyPageHolder::create(IntSize(800, 600)); IntSize 48 Source/core/css/DragUpdateTest.cpp OwnPtr<DummyPageHolder> dummyPageHolder = DummyPageHolder::create(IntSize(800, 600)); IntSize 27 Source/core/css/HoverUpdateTest.cpp OwnPtr<DummyPageHolder> dummyPageHolder = DummyPageHolder::create(IntSize(800, 600)); IntSize 66 Source/core/dom/ActiveDOMObjectTest.cpp : m_srcPageHolder(DummyPageHolder::create(IntSize(800, 600))) IntSize 67 Source/core/dom/ActiveDOMObjectTest.cpp , m_destPageHolder(DummyPageHolder::create(IntSize(800, 600))) IntSize 1960 Source/core/dom/Document.cpp void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) IntSize 1988 Source/core/dom/Document.cpp pageSize = IntSize(width, height); IntSize 4758 Source/core/dom/Document.cpp element.setSize(IntSize(width, height)); IntSize 5114 Source/core/dom/Document.cpp IntSize Document::initialViewportSize() const IntSize 5117 Source/core/dom/Document.cpp return IntSize(); IntSize 503 Source/core/dom/Document.h void pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft); IntSize 973 Source/core/dom/Document.h IntSize initialViewportSize() const; IntSize 67 Source/core/dom/DocumentMarkerControllerTest.cpp m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600)); IntSize 55 Source/core/dom/DocumentTest.cpp m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600)); IntSize 99 Source/core/dom/DocumentTest.cpp OwnPtr<DummyPageHolder> alternatePage = DummyPageHolder::create(IntSize(800, 600)); IntSize 1332 Source/core/dom/Element.cpp setSavedLayerScrollOffset(IntSize()); IntSize 2995 Source/core/dom/Element.cpp IntSize Element::savedLayerScrollOffset() const IntSize 2997 Source/core/dom/Element.cpp return hasRareData() ? elementRareData()->savedLayerScrollOffset() : IntSize(); IntSize 3000 Source/core/dom/Element.cpp void Element::setSavedLayerScrollOffset(const IntSize& size) IntSize 54 Source/core/dom/Element.h class IntSize; IntSize 496 Source/core/dom/Element.h IntSize savedLayerScrollOffset() const; IntSize 497 Source/core/dom/Element.h void setSavedLayerScrollOffset(const IntSize&); IntSize 41 Source/core/dom/ElementRareData.cpp IntSize scrollOffset; IntSize 102 Source/core/dom/ElementRareData.h IntSize savedLayerScrollOffset() const { return m_savedLayerScrollOffset; } IntSize 103 Source/core/dom/ElementRareData.h void setSavedLayerScrollOffset(IntSize size) { m_savedLayerScrollOffset = size; } IntSize 130 Source/core/dom/ElementRareData.h IntSize m_savedLayerScrollOffset; IntSize 150 Source/core/dom/ElementRareData.h inline IntSize defaultMinimumSizeForResizing() IntSize 152 Source/core/dom/ElementRareData.h return IntSize(LayoutUnit::max(), LayoutUnit::max()); IntSize 47 Source/core/dom/IconURL.cpp IconURL result(url, Vector<IntSize>(), emptyString(), Favicon); IntSize 48 Source/core/dom/IconURL.h Vector<IntSize> m_sizes; IntSize 59 Source/core/dom/IconURL.h IconURL(const KURL& url, const Vector<IntSize>& sizes, const String& mimeType, IconType type) IntSize 77 Source/core/editing/TextIteratorTest.cpp m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600)); IntSize 212 Source/core/fetch/ImageResource.cpp void ImageResource::setContainerSizeForRenderer(const ImageResourceClient* renderer, const IntSize& containerSize, float containerZoom) IntSize 259 Source/core/fetch/ImageResource.cpp return IntSize(); IntSize 68 Source/core/fetch/ImageResource.h void setContainerSizeForRenderer(const ImageResourceClient*, const IntSize&, float); IntSize 1393 Source/core/frame/DOMWindow.cpp IntSize scaledOffset(x * m_frame->pageZoomFactor(), y * m_frame->pageZoomFactor()); IntSize 176 Source/core/frame/FrameView.cpp PassRefPtr<FrameView> FrameView::create(LocalFrame* frame, const IntSize& initialSize) IntSize 234 Source/core/frame/FrameView.cpp m_lastViewportSize = IntSize(); IntSize 472 Source/core/frame/FrameView.cpp void FrameView::setContentsSize(const IntSize& size) IntSize 512 Source/core/frame/FrameView.cpp const IntSize& size = rect.size(); IntSize 1395 Source/core/frame/FrameView.cpp IntSize FrameView::scrollOffsetForFixedPosition() const IntSize 1429 Source/core/frame/FrameView.cpp bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) IntSize 1658 Source/core/frame/FrameView.cpp IntSize FrameView::layoutSize(IncludeScrollbarsInRect scrollbarInclusion) const IntSize 1663 Source/core/frame/FrameView.cpp void FrameView::setLayoutSize(const IntSize& size) IntSize 2149 Source/core/frame/FrameView.cpp IntSize currentSize = layoutSize(IncludeScrollbars); IntSize 2208 Source/core/frame/FrameView.cpp IntSize size = frameRect().size(); IntSize 2227 Source/core/frame/FrameView.cpp IntSize newSize(width, height); IntSize 2360 Source/core/frame/FrameView.cpp void FrameView::scrollTo(const IntSize& newOffset) IntSize 2415 Source/core/frame/FrameView.cpp void FrameView::setInputEventsTransformForEmulation(const IntSize& offset, float contentScaleFactor) IntSize 2421 Source/core/frame/FrameView.cpp IntSize FrameView::inputEventsOffsetForEmulation() const IntSize 2457 Source/core/frame/FrameView.cpp IntSize contentsSize = this->contentsSize(); IntSize 2458 Source/core/frame/FrameView.cpp IntSize visibleContentSize = visibleContentRect().size(); IntSize 2890 Source/core/frame/FrameView.cpp void FrameView::enableAutoSizeMode(bool enable, const IntSize& minSize, const IntSize& maxSize) IntSize 3013 Source/core/frame/FrameView.cpp point += IntSize(scrollX(), scrollY()); IntSize 3266 Source/core/frame/FrameView.cpp void FrameView::setLayoutSizeInternal(const IntSize& size) IntSize 65 Source/core/frame/FrameView.h static PassRefPtr<FrameView> create(LocalFrame*, const IntSize& initialSize); IntSize 85 Source/core/frame/FrameView.h virtual void setContentsSize(const IntSize&) OVERRIDE; IntSize 106 Source/core/frame/FrameView.h IntSize layoutSize(IncludeScrollbarsInRect = ExcludeScrollbars) const; IntSize 107 Source/core/frame/FrameView.h void setLayoutSize(const IntSize&); IntSize 150 Source/core/frame/FrameView.h virtual IntSize inputEventsOffsetForEmulation() const OVERRIDE; IntSize 151 Source/core/frame/FrameView.h void setInputEventsTransformForEmulation(const IntSize&, float); IntSize 223 Source/core/frame/FrameView.h void incrementVisuallyNonEmptyPixelCount(const IntSize&); IntSize 225 Source/core/frame/FrameView.h void enableAutoSizeMode(bool enable, const IntSize& minSize, const IntSize& maxSize); IntSize 302 Source/core/frame/FrameView.h IntSize scrollOffsetForFixedPosition() const; IntSize 324 Source/core/frame/FrameView.h virtual void scrollTo(const IntSize&) OVERRIDE; IntSize 335 Source/core/frame/FrameView.h virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) OVERRIDE; IntSize 413 Source/core/frame/FrameView.h void setLayoutSizeInternal(const IntSize&); IntSize 461 Source/core/frame/FrameView.h IntSize m_lastViewportSize; IntSize 501 Source/core/frame/FrameView.h IntSize m_minAutoSize; IntSize 503 Source/core/frame/FrameView.h IntSize m_maxAutoSize; IntSize 512 Source/core/frame/FrameView.h IntSize m_inputEventsOffsetForEmulation; IntSize 515 Source/core/frame/FrameView.h IntSize m_layoutSize; IntSize 535 Source/core/frame/FrameView.h inline void FrameView::incrementVisuallyNonEmptyPixelCount(const IntSize& size) IntSize 40 Source/core/frame/ImageBitmap.h IntSize size() const { return m_cropRect.size(); } IntSize 331 Source/core/frame/LocalFrame.cpp void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent, IntSize 50 Source/core/frame/LocalFrame.h class IntSize; IntSize 67 Source/core/frame/LocalFrame.h void createView(const IntSize&, const Color&, bool, IntSize 72 Source/core/frame/PinchViewport.cpp void PinchViewport::setSize(const IntSize& newSize) IntSize 219 Source/core/frame/PinchViewport.cpp scrollbarGraphicsLayer->setSize(IntSize(width, height)); IntSize 252 Source/core/frame/PinchViewport.cpp IntSize scrollDimensions = maximumScrollPosition() - minimumScrollPosition(); IntSize 283 Source/core/frame/PinchViewport.cpp IntSize PinchViewport::contentsSize() const IntSize 288 Source/core/frame/PinchViewport.cpp return IntSize(); IntSize 54 Source/core/frame/PinchViewport.h class IntSize; IntSize 68 Source/core/frame/PinchViewport.h void setSize(const IntSize&); IntSize 85 Source/core/frame/PinchViewport.h virtual IntSize contentsSize() const OVERRIDE; IntSize 106 Source/core/frame/Settings.cpp void Settings::setTextAutosizingWindowSizeOverride(const IntSize& textAutosizingWindowSizeOverride) IntSize 62 Source/core/frame/Settings.h void setTextAutosizingWindowSizeOverride(const IntSize&); IntSize 63 Source/core/frame/Settings.h const IntSize& textAutosizingWindowSizeOverride() const { return m_textAutosizingWindowSizeOverride; } IntSize 87 Source/core/frame/Settings.h IntSize m_textAutosizingWindowSizeOverride; IntSize 259 Source/core/html/HTMLCanvasElement.cpp IntSize oldSize = size(); IntSize 260 Source/core/html/HTMLCanvasElement.cpp IntSize newSize(w, h); IntSize 355 Source/core/html/HTMLCanvasElement.cpp void HTMLCanvasElement::setSurfaceSize(const IntSize& size) IntSize 416 Source/core/html/HTMLCanvasElement.cpp bool HTMLCanvasElement::shouldAccelerate(const IntSize& size) const IntSize 438 Source/core/html/HTMLCanvasElement.cpp PassOwnPtr<ImageBufferSurface> HTMLCanvasElement::createImageBufferSurface(const IntSize& deviceSize, int* msaaSampleCount) IntSize 472 Source/core/html/HTMLCanvasElement.cpp IntSize deviceSize = size(); IntSize 55 Source/core/html/HTMLCanvasElement.h class IntSize; IntSize 78 Source/core/html/HTMLCanvasElement.h const IntSize& size() const { return m_size; } IntSize 85 Source/core/html/HTMLCanvasElement.h void setSize(const IntSize& newSize) IntSize 133 Source/core/html/HTMLCanvasElement.h bool shouldAccelerate(const IntSize&) const; IntSize 160 Source/core/html/HTMLCanvasElement.h PassOwnPtr<ImageBufferSurface> createImageBufferSurface(const IntSize& deviceSize, int* msaaSampleCount); IntSize 165 Source/core/html/HTMLCanvasElement.h void setSurfaceSize(const IntSize&); IntSize 173 Source/core/html/HTMLCanvasElement.h IntSize m_size; IntSize 56 Source/core/html/HTMLLinkElement.cpp static void parseSizes(const CharacterType* value, unsigned length, Vector<IntSize>& iconSizes) IntSize 89 Source/core/html/HTMLLinkElement.cpp iconSizes.append(IntSize(width, height)); IntSize 112 Source/core/html/HTMLLinkElement.cpp iconSizes.append(IntSize(width, height)); IntSize 122 Source/core/html/HTMLLinkElement.cpp void HTMLLinkElement::parseSizesAttribute(const AtomicString& value, Vector<IntSize>& iconSizes) IntSize 418 Source/core/html/HTMLLinkElement.cpp const Vector<IntSize>& HTMLLinkElement::iconSizes() const IntSize 137 Source/core/html/HTMLLinkElement.h const Vector<IntSize>& iconSizes() const; IntSize 168 Source/core/html/HTMLLinkElement.h static void parseSizesAttribute(const AtomicString& value, Vector<IntSize>& iconSizes); IntSize 208 Source/core/html/HTMLLinkElement.h Vector<IntSize> m_iconSizes; IntSize 20 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp Vector<IntSize> sizes; IntSize 283 Source/core/html/HTMLVideoElement.cpp IntSize intrinsicSize(videoWidth(), videoHeight()); IntSize 38 Source/core/html/ImageData.cpp PassRefPtrWillBeRawPtr<ImageData> ImageData::create(const IntSize& size) IntSize 49 Source/core/html/ImageData.cpp PassRefPtrWillBeRawPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray) IntSize 83 Source/core/html/ImageData.cpp RefPtrWillBeRawPtr<ImageData> imageData = adoptRefWillBeNoop(new ImageData(IntSize(width, height))); IntSize 124 Source/core/html/ImageData.cpp return adoptRefWillBeNoop(new ImageData(IntSize(width, height), data)); IntSize 127 Source/core/html/ImageData.cpp ImageData::ImageData(const IntSize& size) IntSize 134 Source/core/html/ImageData.cpp ImageData::ImageData(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray) IntSize 45 Source/core/html/ImageData.h static PassRefPtrWillBeRawPtr<ImageData> create(const IntSize&); IntSize 46 Source/core/html/ImageData.h static PassRefPtrWillBeRawPtr<ImageData> create(const IntSize&, PassRefPtr<Uint8ClampedArray>); IntSize 50 Source/core/html/ImageData.h IntSize size() const { return m_size; } IntSize 58 Source/core/html/ImageData.h explicit ImageData(const IntSize&); IntSize 59 Source/core/html/ImageData.h ImageData(const IntSize&, PassRefPtr<Uint8ClampedArray>); IntSize 61 Source/core/html/ImageData.h IntSize m_size; IntSize 107 Source/core/html/ImageDocument.cpp static String imageTitle(const String& filename, const IntSize& size) IntSize 147 Source/core/html/ImageDocument.cpp IntSize size = flooredIntSize(cachedImage->imageSizeForRenderer(document()->imageElement()->renderer(), 1.0f)); IntSize 1596 Source/core/html/canvas/CanvasRenderingContext2D.cpp video->paintCurrentFrameInContext(c, IntRect(IntPoint(), IntSize(video->videoWidth(), video->videoHeight()))); IntSize 1815 Source/core/html/canvas/CanvasRenderingContext2D.cpp static PassRefPtrWillBeRawPtr<ImageData> createEmptyImageData(const IntSize& size) IntSize 1851 Source/core/html/canvas/CanvasRenderingContext2D.cpp IntSize size = expandedIntSize(logicalSize); IntSize 1953 Source/core/html/canvas/CanvasRenderingContext2D.cpp IntSize destOffset(static_cast<int>(dx), static_cast<int>(dy)); IntSize 1962 Source/core/html/canvas/CanvasRenderingContext2D.cpp buffer->putByteArray(Unmultiplied, data->data(), IntSize(data->width(), data->height()), sourceRect, IntPoint(destOffset)); IntSize 138 Source/core/html/canvas/WebGLRenderingContextBase.cpp IntSize WebGLRenderingContextBase::oldestContextSize() IntSize 140 Source/core/html/canvas/WebGLRenderingContextBase.cpp IntSize size; IntSize 190 Source/core/html/canvas/WebGLRenderingContextBase.cpp IntSize desiredSize = evictedContext->m_drawingBuffer->adjustSize(evictedContext->clampedCanvasSize()); IntSize 207 Source/core/html/canvas/WebGLRenderingContextBase.cpp IntSize oldestContextSize() { IntSize 881 Source/core/html/canvas/WebGLRenderingContextBase.cpp return ImageData::create(IntSize(width, height), imageDataPixels); IntSize 909 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_drawingBuffer->reset(IntSize(width, height)); IntSize 3354 Source/core/html/canvas/WebGLRenderingContextBase.cpp IntSize size(width, height); IntSize 3470 Source/core/html/canvas/WebGLRenderingContextBase.cpp IntSize size(video->videoWidth(), video->videoHeight()); IntSize 5426 Source/core/html/canvas/WebGLRenderingContextBase.cpp ImageBuffer* WebGLRenderingContextBase::LRUImageBufferCache::imageBuffer(const IntSize& size) IntSize 5529 Source/core/html/canvas/WebGLRenderingContextBase.cpp IntSize WebGLRenderingContextBase::clampedCanvasSize() IntSize 5531 Source/core/html/canvas/WebGLRenderingContextBase.cpp return IntSize(clamp(canvas()->width(), 1, m_maxViewportDims[0]), IntSize 61 Source/core/html/canvas/WebGLRenderingContextBase.h class IntSize; IntSize 477 Source/core/html/canvas/WebGLRenderingContextBase.h ImageBuffer* imageBuffer(const IntSize& size); IntSize 887 Source/core/html/canvas/WebGLRenderingContextBase.h IntSize clampedCanvasSize(); IntSize 917 Source/core/html/canvas/WebGLRenderingContextBase.h static IntSize oldestContextSize(); IntSize 233 Source/core/html/forms/TextFieldInputType.cpp IntSize scrollOffset(!renderTextControl->style()->isLeftToRightDirection() ? innerScrollableArea->scrollWidth() : 0, 0); IntSize 80 Source/core/html/track/TextTrackCue.h virtual void updateDisplay(const IntSize& videoSize, HTMLDivElement& container) = 0; IntSize 136 Source/core/html/track/vtt/VTTCue.cpp void VTTCueBox::applyCSSProperties(const IntSize&) IntSize 715 Source/core/html/track/vtt/VTTCue.cpp PassRefPtr<VTTCueBox> VTTCue::getDisplayTree(const IntSize& videoSize) IntSize 771 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::updateDisplay(const IntSize& videoSize, HTMLDivElement& container) IntSize 51 Source/core/html/track/vtt/VTTCue.h void applyCSSProperties(const IntSize& videoSize); IntSize 99 Source/core/html/track/vtt/VTTCue.h virtual void updateDisplay(const IntSize& videoSize, HTMLDivElement& container) OVERRIDE; IntSize 146 Source/core/html/track/vtt/VTTCue.h PassRefPtr<VTTCueBox> getDisplayTree(const IntSize& videoSize); IntSize 275 Source/core/inspector/InspectorController.cpp void InspectorController::webViewResized(const IntSize& size) IntSize 62 Source/core/inspector/InspectorController.h class IntSize; IntSize 99 Source/core/inspector/InspectorController.h void webViewResized(const IntSize&); IntSize 85 Source/core/inspector/InspectorInputAgent.cpp *globalPoint = page->chrome().rootViewToScreen(WebCore::IntRect(point, WebCore::IntSize(0, 0))).location(); IntSize 330 Source/core/inspector/InspectorLayerTreeAgent.cpp IntSize size = expandedIntSize(layer->size()); IntSize 340 Source/core/inspector/InspectorOverlay.cpp void InspectorOverlay::resize(const IntSize& size) IntSize 416 Source/core/inspector/InspectorOverlay.cpp IntSize frameViewFullSize = view->visibleContentRect(IncludeScrollbars).size(); IntSize 417 Source/core/inspector/InspectorOverlay.cpp IntSize size = m_size.isEmpty() ? frameViewFullSize : m_size; IntSize 422 Source/core/inspector/InspectorOverlay.cpp reset(size, m_size.isEmpty() ? IntSize() : frameViewFullSize, viewRect.x(), viewRect.y()); IntSize 445 Source/core/inspector/InspectorOverlay.cpp m_size = IntSize(); IntSize 486 Source/core/inspector/InspectorOverlay.cpp static PassRefPtr<JSONObject> buildObjectForSize(const IntSize& size) IntSize 634 Source/core/inspector/InspectorOverlay.cpp void InspectorOverlay::reset(const IntSize& viewportSize, const IntSize& frameViewFullSize, int scrollX, int scrollY) IntSize 122 Source/core/inspector/InspectorOverlay.h void resize(const IntSize&); IntSize 159 Source/core/inspector/InspectorOverlay.h void reset(const IntSize& viewportSize, const IntSize& frameViewFullSize, int scrollX, int scrollY); IntSize 176 Source/core/inspector/InspectorOverlay.h IntSize m_size; IntSize 401 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::webViewResized(const IntSize& size) IntSize 404 Source/core/inspector/InspectorPageAgent.cpp m_overlay->resize(currentWidth ? size : IntSize()); IntSize 53 Source/core/inspector/InspectorPageAgent.h class IntSize; IntSize 145 Source/core/inspector/InspectorPageAgent.h void webViewResized(const IntSize&); IntSize 62 Source/core/loader/DocumentWriter.cpp view->setContentsSize(IntSize()); IntSize 73 Source/core/loader/EmptyClients.cpp virtual void show(const FloatQuad&, const IntSize&, int) OVERRIDE { } IntSize 132 Source/core/loader/EmptyClients.h virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE { } IntSize 139 Source/core/loader/EmptyClients.h virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const OVERRIDE { } IntSize 73 Source/core/loader/FrameLoaderClient.h class IntSize; IntSize 155 Source/core/page/AutoscrollController.cpp IntSize offset = scrollable->calculateAutoscrollDirection(eventPosition); IntSize 77 Source/core/page/Chrome.cpp void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) IntSize 93 Source/core/page/Chrome.cpp void Chrome::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const IntSize 66 Source/core/page/Chrome.h virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE; IntSize 72 Source/core/page/Chrome.h void contentsSizeChanged(LocalFrame*, const IntSize&) const; IntSize 147 Source/core/page/ChromeClient.h virtual void scroll(const IntSize&, const IntRect&, const IntRect&) = 0; IntSize 158 Source/core/page/ChromeClient.h virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const = 0; IntSize 792 Source/core/page/DragController.cpp static const IntSize& maxDragImageSize() IntSize 796 Source/core/page/DragController.cpp static const IntSize maxDragImageSize(400, 400); IntSize 798 Source/core/page/DragController.cpp static const IntSize maxDragImageSize(200, 200); IntSize 810 Source/core/page/DragController.cpp IntSize originalSize = imageRect.size(); IntSize 815 Source/core/page/DragController.cpp IntSize newSize = dragImage->size(); IntSize 837 Source/core/page/DragController.cpp IntSize size = dragImage ? dragImage->size() : IntSize(); IntSize 1163 Source/core/page/EventHandler.cpp IntSize size = cachedImage->imageForRenderer(renderer)->size(); IntSize 2699 Source/core/page/EventHandler.cpp bool EventHandler::bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode) IntSize 2728 Source/core/page/EventHandler.cpp bool EventHandler::bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode) IntSize 2741 Source/core/page/EventHandler.cpp bool EventHandler::bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRect& targetArea, Node*& targetNode) IntSize 2765 Source/core/page/EventHandler.cpp bestClickableNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, gestureEvent.area().height() / 2), adjustedPoint, targetNode); IntSize 2770 Source/core/page/EventHandler.cpp bestContextMenuNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, gestureEvent.area().height() / 2), adjustedPoint, targetNode); IntSize 2862 Source/core/page/EventHandler.cpp IntPoint globalPosition = view->hostWindow()->rootViewToScreen(IntRect(position, IntSize())).location(); IntSize 3229 Source/core/page/EventHandler.cpp IntSize delta = dragLocation - m_mouseDownPos; IntSize 3361 Source/core/page/EventHandler.cpp IntSize delta = m_mouseDownPos - roundedIntPoint(absPos); IntSize 3876 Source/core/page/EventHandler.cpp view->scrollBy(IntSize(-dx, -dy)); IntSize 149 Source/core/page/EventHandler.h bool bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode); IntSize 150 Source/core/page/EventHandler.h bool bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode); IntSize 151 Source/core/page/EventHandler.h bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRect& targetArea, Node*& targetNode); IntSize 45 Source/core/page/PagePopupClient.h virtual IntSize contentSize() = 0; IntSize 341 Source/core/page/PrintContext.cpp IntSize pageSize(width, height); IntSize 362 Source/core/page/SpatialNavigation.cpp frame->view()->scrollBy(IntSize(dx, dy)); IntSize 400 Source/core/page/SpatialNavigation.cpp container->renderBox()->scrollByRecursively(IntSize(dx, dy)); IntSize 79 Source/core/page/TouchDisambiguation.cpp IntSize distance = boundingBox.differenceToPoint(touchPoint); IntSize 100 Source/core/page/TouchDisambiguation.cpp HitTestResult result = mainFrame->eventHandler().hitTestResultAtPoint(contentsPoint, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, IntSize(touchPointPadding, touchPointPadding)); IntSize 125 Source/core/plugins/PluginOcclusionSupport.cpp IntSize size(renderer->width(), renderer->height()); IntSize 491 Source/core/rendering/FastTextAutosizer.cpp IntSize frameSize = m_document->settings()->textAutosizingWindowSizeOverride(); IntSize 496 Source/core/rendering/FastTextAutosizer.cpp IntSize layoutSize = m_document->page()->mainFrame()->view()->layoutSize(); IntSize 278 Source/core/rendering/FilterEffectRenderer.cpp IntSize logicalSize(m_sourceDrawingRegion.width(), m_sourceDrawingRegion.height()); IntSize 164 Source/core/rendering/HitTestLocation.cpp actualPoint -= IntSize(leftPadding, topPadding); IntSize 166 Source/core/rendering/HitTestLocation.cpp IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding); IntSize 169 Source/core/rendering/HitTestLocation.cpp actualPadding += IntSize(1, 1); IntSize 420 Source/core/rendering/InlineTextBox.cpp context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset)); IntSize 428 Source/core/rendering/InlineTextBox.cpp context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset)); IntSize 436 Source/core/rendering/InlineTextBox.cpp context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset)); IntSize 101 Source/core/rendering/PaintInfo.h rect.setSize(IntSize(0, 0)); IntSize 2221 Source/core/rendering/RenderBlock.cpp return selectionGaps(this, offsetFromRepaintContainer, IntSize(), lastTop, lastLeft, lastRight); IntSize 1664 Source/core/rendering/RenderBlockFlow.cpp addOverflowFromChild(floatingObject->renderer(), IntSize(xPositionForFloatIncludingMargin(floatingObject), yPositionForFloatIncludingMargin(floatingObject))); IntSize 439 Source/core/rendering/RenderBox.cpp void RenderBox::scrollToOffset(const IntSize& offset) IntSize 781 Source/core/rendering/RenderBox.cpp IntSize RenderBox::calculateAutoscrollDirection(const IntPoint& windowPoint) const IntSize 784 Source/core/rendering/RenderBox.cpp return IntSize(); IntSize 788 Source/core/rendering/RenderBox.cpp return IntSize(); IntSize 836 Source/core/rendering/RenderBox.cpp static inline IntSize adjustedScrollDelta(const IntSize& delta) IntSize 838 Source/core/rendering/RenderBox.cpp return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height())); IntSize 856 Source/core/rendering/RenderBox.cpp IntSize delta = lastKnownMousePosition - sourcePoint; IntSize 866 Source/core/rendering/RenderBox.cpp void RenderBox::scrollByRecursively(const IntSize& delta, ScrollOffsetClamping clamp) IntSize 876 Source/core/rendering/RenderBox.cpp IntSize newScrollOffset = layer()->scrollableArea()->adjustedScrollOffset() + delta; IntSize 880 Source/core/rendering/RenderBox.cpp IntSize remainingScrollOffset = newScrollOffset - layer()->scrollableArea()->adjustedScrollOffset(); IntSize 904 Source/core/rendering/RenderBox.cpp IntSize RenderBox::scrolledContentOffset() const IntSize 168 Source/core/rendering/RenderBox.h IntSize pixelSnappedSize() const { return m_frameRect.pixelSnappedSize(); } IntSize 279 Source/core/rendering/RenderBox.h void scrollToOffset(const IntSize&); IntSize 280 Source/core/rendering/RenderBox.h void scrollByRecursively(const IntSize& delta, ScrollOffsetClamping = ScrollOffsetUnclamped); IntSize 480 Source/core/rendering/RenderBox.h IntSize calculateAutoscrollDirection(const IntPoint& windowPoint) const; IntSize 582 Source/core/rendering/RenderBox.h IntSize scrolledContentOffset() const; IntSize 302 Source/core/rendering/RenderBoxModelObject.cpp IntSize scrollOffset = containingBlock->layer()->scrollableArea()->adjustedScrollOffset(); IntSize 586 Source/core/rendering/RenderBoxModelObject.cpp IntSize offset = thisBox->scrolledContentOffset(); IntSize 751 Source/core/rendering/RenderBoxModelObject.cpp static inline IntSize resolveAgainstIntrinsicWidthOrHeightAndRatio(const IntSize& size, const FloatSize& intrinsicRatio, int useWidth, int useHeight) IntSize 755 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(useWidth, size.height()); IntSize 756 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(size.width(), useHeight); IntSize 760 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(useWidth, resolveHeightForRatio(useWidth, intrinsicRatio)); IntSize 761 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(resolveWidthForRatio(useHeight, intrinsicRatio), useHeight); IntSize 764 Source/core/rendering/RenderBoxModelObject.cpp static inline IntSize resolveAgainstIntrinsicRatio(const IntSize& size, const FloatSize& intrinsicRatio) IntSize 777 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(size.width(), solutionHeight); IntSize 778 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(solutionWidth, size.height()); IntSize 782 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(solutionWidth, size.height()); IntSize 787 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(size.width(), solutionHeight); IntSize 790 Source/core/rendering/RenderBoxModelObject.cpp IntSize RenderBoxModelObject::calculateImageIntrinsicDimensions(StyleImage* image, const IntSize& positioningAreaSize, ScaleByEffectiveZoomOrNot shouldScaleOrNot) const IntSize 794 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(positioningAreaSize.width(), positioningAreaSize.height()); IntSize 809 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(resolvedWidth, resolvedHeight); IntSize 812 Source/core/rendering/RenderBoxModelObject.cpp IntSize resolvedSize(intrinsicWidth.isFixed() ? intrinsicWidth.value() : 0, intrinsicHeight.isFixed() ? intrinsicHeight.value() : 0); IntSize 813 Source/core/rendering/RenderBoxModelObject.cpp IntSize minimumSize(resolvedSize.width() > 0 ? 1 : 0, resolvedSize.height() > 0 ? 1 : 0); IntSize 839 Source/core/rendering/RenderBoxModelObject.cpp static inline void applySubPixelHeuristicForTileSize(LayoutSize& tileSize, const IntSize& positioningAreaSize) IntSize 845 Source/core/rendering/RenderBoxModelObject.cpp IntSize RenderBoxModelObject::calculateFillTileSize(const FillLayer* fillLayer, const IntSize& positioningAreaSize) const IntSize 850 Source/core/rendering/RenderBoxModelObject.cpp IntSize imageIntrinsicSize = calculateImageIntrinsicDimensions(image, positioningAreaSize, ScaleByEffectiveZoom); IntSize 902 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(max(1l, lround(imageIntrinsicSize.width() * scaleFactor)), max(1l, lround(imageIntrinsicSize.height() * scaleFactor))); IntSize 907 Source/core/rendering/RenderBoxModelObject.cpp return IntSize(); IntSize 972 Source/core/rendering/RenderBoxModelObject.cpp IntSize positioningAreaSize; IntSize 1037 Source/core/rendering/RenderBoxModelObject.cpp IntSize fillTileSize = calculateFillTileSize(fillLayer, positioningAreaSize); IntSize 1057 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize()); IntSize 1071 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize()); IntSize 1076 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize()); IntSize 1083 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize(space, 0)); IntSize 1092 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize(0, geometry.spaceSize().height())); IntSize 1097 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize(geometry.spaceSize().width(), 0)); IntSize 1104 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize(geometry.spaceSize().width(), space)); IntSize 1113 Source/core/rendering/RenderBoxModelObject.cpp geometry.setSpaceSize(IntSize(geometry.spaceSize().width(), 0)); IntSize 1151 Source/core/rendering/RenderBoxModelObject.cpp IntSize imageSize = calculateImageIntrinsicDimensions(styleImage, borderImageRect.size(), DoNotScaleByEffectiveZoom); IntSize 1213 Source/core/rendering/RenderBoxModelObject.cpp graphicsContext->drawImage(image.get(), IntRect(borderImageRect.location(), IntSize(leftWidth, topWidth)), IntSize 2271 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setBottomLeft(IntSize(0, 0)); IntSize 2272 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setBottomRight(IntSize(0, 0)); IntSize 2286 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setTopLeft(IntSize(0, 0)); IntSize 2287 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setTopRight(IntSize(0, 0)); IntSize 2303 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setTopRight(IntSize(0, 0)); IntSize 2304 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setBottomRight(IntSize(0, 0)); IntSize 2318 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setTopLeft(IntSize(0, 0)); IntSize 2319 Source/core/rendering/RenderBoxModelObject.cpp newRadii.setBottomLeft(IntSize(0, 0)); IntSize 227 Source/core/rendering/RenderBoxModelObject.h IntSize tileSize() const { return m_tileSize; } IntSize 228 Source/core/rendering/RenderBoxModelObject.h void setTileSize(const IntSize& tileSize) IntSize 235 Source/core/rendering/RenderBoxModelObject.h IntSize spaceSize() const { return m_repeatSpacing; } IntSize 236 Source/core/rendering/RenderBoxModelObject.h void setSpaceSize(const IntSize& repeatSpacing) IntSize 258 Source/core/rendering/RenderBoxModelObject.h IntSize m_tileSize; IntSize 259 Source/core/rendering/RenderBoxModelObject.h IntSize m_repeatSpacing; IntSize 315 Source/core/rendering/RenderBoxModelObject.h IntSize calculateImageIntrinsicDimensions(StyleImage*, const IntSize& scaledPositioningAreaSize, ScaleByEffectiveZoomOrNot) const; IntSize 323 Source/core/rendering/RenderBoxModelObject.h IntSize calculateFillTileSize(const FillLayer*, const IntSize& scaledPositioningAreaSize) const; IntSize 94 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor()); IntSize 95 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor()); IntSize 113 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor()); IntSize 114 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor()); IntSize 90 Source/core/rendering/RenderHTMLCanvas.cpp IntSize canvasSize = toHTMLCanvasElement(node())->size(); IntSize 59 Source/core/rendering/RenderImage.cpp : RenderReplaced(element, IntSize()) IntSize 97 Source/core/rendering/RenderImage.cpp IntSize RenderImage::imageSizeForError(ImageResource* newImage) const IntSize 102 Source/core/rendering/RenderImage.cpp IntSize imageSize; IntSize 113 Source/core/rendering/RenderImage.cpp return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom()); IntSize 120 Source/core/rendering/RenderImage.cpp IntSize imageSize; IntSize 125 Source/core/rendering/RenderImage.cpp imageSize = IntSize(paddingWidth, paddingHeight); IntSize 133 Source/core/rendering/RenderImage.cpp IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight)); IntSize 197 Source/core/rendering/RenderImage.cpp IntSize containerSize(containerRect.width(), containerRect.height()); IntSize 329 Source/core/rendering/RenderImage.cpp IntSize imageSize = image->size(); IntSize 105 Source/core/rendering/RenderImage.h IntSize imageSizeForError(ImageResource*) const; IntSize 93 Source/core/rendering/RenderImageResource.cpp void RenderImageResource::setContainerSizeForRenderer(const IntSize& imageContainerSize) IntSize 62 Source/core/rendering/RenderImageResource.h virtual void setContainerSizeForRenderer(const IntSize&); IntSize 69 Source/core/rendering/RenderImageResourceStyleImage.cpp return m_styleImage->image(m_renderer, IntSize(width, height)); IntSize 72 Source/core/rendering/RenderImageResourceStyleImage.cpp void RenderImageResourceStyleImage::setContainerSizeForRenderer(const IntSize& size) IntSize 52 Source/core/rendering/RenderImageResourceStyleImage.h virtual void setContainerSizeForRenderer(const IntSize&) OVERRIDE; IntSize 1005 Source/core/rendering/RenderLayer.cpp IntSize scrollOffset = parent()->renderBox()->scrolledContentOffset(); IntSize 154 Source/core/rendering/RenderLayer.h const IntSize& size() const { return m_layerSize; } IntSize 155 Source/core/rendering/RenderLayer.h void setSize(const IntSize& size) { m_layerSize = size; } IntSize 470 Source/core/rendering/RenderLayer.h void setOffsetFromSquashingLayerOrigin(IntSize offset) { m_compositingProperties.offsetFromSquashingLayerOrigin = offset; } IntSize 471 Source/core/rendering/RenderLayer.h IntSize offsetFromSquashingLayerOrigin() const { return m_compositingProperties.offsetFromSquashingLayerOrigin; } IntSize 737 Source/core/rendering/RenderLayer.h IntSize m_layerSize; IntSize 781 Source/core/rendering/RenderLayer.h IntSize offsetFromSquashingLayerOrigin; IntSize 98 Source/core/rendering/RenderLayerScrollableArea.cpp element->setSavedLayerScrollOffset(IntSize()); IntSize 338 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize scrollDimensions = maximumScrollPosition() - minimumScrollPosition(); IntSize 455 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize(max(0, layer()->size().width() - verticalScrollbarWidth), max(0, layer()->size().height() - horizontalScrollbarHeight))); IntSize 468 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize RenderLayerScrollableArea::contentsSize() const IntSize 470 Source/core/rendering/RenderLayerScrollableArea.cpp return IntSize(scrollWidth(), scrollHeight()); IntSize 473 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize RenderLayerScrollableArea::overhangAmount() const IntSize 475 Source/core/rendering/RenderLayerScrollableArea.cpp return IntSize(); IntSize 560 Source/core/rendering/RenderLayerScrollableArea.cpp void RenderLayerScrollableArea::scrollToOffset(const IntSize& scrollOffset, ScrollOffsetClamping clamp) IntSize 562 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollOffset; IntSize 576 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize originalScrollOffset = adjustedScrollOffset(); IntSize 583 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset()); IntSize 759 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize RenderLayerScrollableArea::clampScrollOffset(const IntSize& scrollOffset) const IntSize 766 Source/core/rendering/RenderLayerScrollableArea.cpp return IntSize(x, y); IntSize 810 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize RenderLayerScrollableArea::scrollbarOffset(const Scrollbar* scrollbar) const IntSize 813 Source/core/rendering/RenderLayerScrollableArea.cpp return IntSize(verticalScrollbarStart(0, m_box->width()), m_box->borderTop()); IntSize 816 Source/core/rendering/RenderLayerScrollableArea.cpp return IntSize(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->height()); IntSize 819 Source/core/rendering/RenderLayerScrollableArea.cpp return IntSize(); IntSize 940 Source/core/rendering/RenderLayerScrollableArea.cpp void RenderLayerScrollableArea::positionOverflowControls(const IntSize& offsetFromRoot) IntSize 1201 Source/core/rendering/RenderLayerScrollableArea.cpp largerCorner.setSize(IntSize(largerCorner.width() + 1, largerCorner.height() + 1)); IntSize 1274 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize cornerResizerSize; IntSize 1298 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize RenderLayerScrollableArea::offsetFromResizeCorner(const IntPoint& absolutePoint) const IntSize 1302 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize elementSize = layer()->size(); IntSize 1395 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(r).location())); IntSize 1399 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize oldScrollOffset = adjustedScrollOffset(); IntSize 1401 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize scrollOffsetDifference = adjustedScrollOffset() - oldScrollOffset; IntSize 102 Source/core/rendering/RenderLayerScrollableArea.h virtual IntSize contentsSize() const OVERRIDE; IntSize 103 Source/core/rendering/RenderLayerScrollableArea.h virtual IntSize overhangAmount() const OVERRIDE; IntSize 115 Source/core/rendering/RenderLayerScrollableArea.h IntSize scrollOffset() const { return m_scrollOffset; } IntSize 120 Source/core/rendering/RenderLayerScrollableArea.h void scrollToOffset(const IntSize& scrollOffset, ScrollOffsetClamping = ScrollOffsetUnclamped); IntSize 121 Source/core/rendering/RenderLayerScrollableArea.h void scrollToXOffset(int x, ScrollOffsetClamping clamp = ScrollOffsetUnclamped) { scrollToOffset(IntSize(x, scrollYOffset()), clamp); } IntSize 122 Source/core/rendering/RenderLayerScrollableArea.h void scrollToYOffset(int y, ScrollOffsetClamping clamp = ScrollOffsetUnclamped) { scrollToOffset(IntSize(scrollXOffset(), y), clamp); } IntSize 133 Source/core/rendering/RenderLayerScrollableArea.h IntSize offsetFromResizeCorner(const IntPoint& absolutePoint) const; IntSize 149 Source/core/rendering/RenderLayerScrollableArea.h IntSize adjustedScrollOffset() const { return IntSize(scrollXOffset(), scrollYOffset()); } IntSize 158 Source/core/rendering/RenderLayerScrollableArea.h void positionOverflowControls(const IntSize& offsetFromRoot); IntSize 191 Source/core/rendering/RenderLayerScrollableArea.h IntSize clampScrollOffset(const IntSize&) const; IntSize 193 Source/core/rendering/RenderLayerScrollableArea.h void setScrollOffset(const IntSize& scrollOffset) { m_scrollOffset = scrollOffset; } IntSize 199 Source/core/rendering/RenderLayerScrollableArea.h IntSize scrollbarOffset(const Scrollbar*) const; IntSize 247 Source/core/rendering/RenderLayerScrollableArea.h IntSize m_scrollOffset; IntSize 565 Source/core/rendering/RenderListBox.cpp IntSize positionOffset = roundedIntSize(destination - absPos); IntSize 829 Source/core/rendering/RenderListBox.cpp IntSize RenderListBox::contentsSize() const IntSize 831 Source/core/rendering/RenderListBox.cpp return IntSize(scrollWidth(), scrollHeight()); IntSize 118 Source/core/rendering/RenderListBox.h virtual IntSize contentsSize() const OVERRIDE; IntSize 1313 Source/core/rendering/RenderListMarker.cpp context->drawText(font, suffixRunInfo, textOrigin + IntSize(font.width(textRun), 0)); IntSize 1316 Source/core/rendering/RenderListMarker.cpp context->drawText(font, textRunPaintInfo, textOrigin + IntSize(font.width(suffixRun), 0)); IntSize 1379 Source/core/rendering/RenderListMarker.cpp IntSize defaultBulletSize(bulletWidth, bulletWidth); IntSize 1380 Source/core/rendering/RenderListMarker.cpp IntSize imageSize = calculateImageIntrinsicDimensions(m_image.get(), defaultBulletSize, DoNotScaleByEffectiveZoom); IntSize 168 Source/core/rendering/RenderMarquee.cpp layer()->scrollableArea()->scrollToOffset(IntSize(m_start, 0)); IntSize 170 Source/core/rendering/RenderMarquee.cpp layer()->scrollableArea()->scrollToOffset(IntSize(0, m_start)); IntSize 134 Source/core/rendering/RenderMediaControls.cpp IntSize radii(borderRadius, borderRadius); IntSize 144 Source/core/rendering/RenderMediaControls.cpp IntSize radii(borderRadius, borderRadius); IntSize 184 Source/core/rendering/RenderMediaControls.cpp context->fillRoundedRect(highlightRect, radii, IntSize(0, 0), radii, IntSize(0, 0), startColor); IntSize 186 Source/core/rendering/RenderMediaControls.cpp context->fillRoundedRect(highlightRect, IntSize(0, 0), radii, IntSize(0, 0), radii, startColor); IntSize 336 Source/core/rendering/RenderMenuList.cpp IntSize size = pixelSnappedIntRect(frameRect()).size(); IntSize 58 Source/core/rendering/RenderMeter.cpp IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect())); IntSize 71 Source/core/rendering/RenderMeter.cpp IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame)); IntSize 106 Source/core/rendering/RenderReplaced.cpp m_intrinsicSize = IntSize(scaledWidth, scaledHeight); IntSize 190 Source/core/rendering/RenderScrollbar.cpp setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height()))); IntSize 285 Source/core/rendering/RenderScrollbar.cpp return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight())); IntSize 847 Source/core/rendering/RenderTheme.cpp IntSize RenderTheme::meterSizeForBounds(const RenderMeter*, const IntRect& bounds) const IntSize 884 Source/core/rendering/RenderTheme.cpp IntSize thumbSize; IntSize 894 Source/core/rendering/RenderTheme.cpp IntSize tickSize = sliderTickSize(); IntSize 1166 Source/core/rendering/RenderTheme.cpp void RenderTheme::setSizeIfAuto(RenderStyle* style, const IntSize& size) IntSize 1202 Source/core/rendering/RenderTheme.cpp IntSize size = blink::Platform::current()->fallbackThemeEngine()->getSize(blink::WebFallbackThemeEngine::PartCheckbox); IntSize 1244 Source/core/rendering/RenderTheme.cpp IntSize size = blink::Platform::current()->fallbackThemeEngine()->getSize(blink::WebFallbackThemeEngine::PartRadio); IntSize 61 Source/core/rendering/RenderTheme.h static void setSizeIfAuto(RenderStyle*, const IntSize&); IntSize 176 Source/core/rendering/RenderTheme.h virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const; IntSize 181 Source/core/rendering/RenderTheme.h virtual IntSize sliderTickSize() const = 0; IntSize 77 Source/core/rendering/RenderThemeChromiumAndroid.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartInnerSpinButton); IntSize 93 Source/core/rendering/RenderThemeChromiumAndroid.cpp IntSize scrollbarSize = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarDownArrow); IntSize 193 Source/core/rendering/RenderThemeChromiumDefault.cpp IntSize RenderThemeChromiumDefault::sliderTickSize() const IntSize 196 Source/core/rendering/RenderThemeChromiumDefault.cpp return IntSize(1, 3); IntSize 197 Source/core/rendering/RenderThemeChromiumDefault.cpp return IntSize(1, 6); IntSize 209 Source/core/rendering/RenderThemeChromiumDefault.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartSliderThumb); IntSize 274 Source/core/rendering/RenderThemeChromiumDefault.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartCheckbox); IntSize 297 Source/core/rendering/RenderThemeChromiumDefault.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartRadio); IntSize 470 Source/core/rendering/RenderThemeChromiumDefault.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartInnerSpinButton); IntSize 59 Source/core/rendering/RenderThemeChromiumDefault.h virtual IntSize sliderTickSize() const OVERRIDE; IntSize 69 Source/core/rendering/RenderThemeChromiumMac.h virtual IntSize sliderTickSize() const OVERRIDE; IntSize 81 Source/core/rendering/RenderThemeChromiumMac.h virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const OVERRIDE; IntSize 129 Source/core/rendering/RenderThemeChromiumMac.h IntRect inflateRect(const IntRect&, const IntSize&, const int* margins, float zoomLevel = 1.0f) const; IntSize 136 Source/core/rendering/RenderThemeChromiumMac.h void setControlSize(NSCell*, const IntSize* sizes, const IntSize& minSize, float zoomLevel = 1.0f); IntSize 137 Source/core/rendering/RenderThemeChromiumMac.h void setSizeFromFont(RenderStyle*, const IntSize* sizes) const; IntSize 138 Source/core/rendering/RenderThemeChromiumMac.h IntSize sizeForFont(RenderStyle*, const IntSize* sizes) const; IntSize 139 Source/core/rendering/RenderThemeChromiumMac.h IntSize sizeForSystemFont(RenderStyle*, const IntSize* sizes) const; IntSize 150 Source/core/rendering/RenderThemeChromiumMac.h const IntSize* popupButtonSizes() const; IntSize 153 Source/core/rendering/RenderThemeChromiumMac.h const IntSize* menuListSizes() const; IntSize 155 Source/core/rendering/RenderThemeChromiumMac.h const IntSize* searchFieldSizes() const; IntSize 156 Source/core/rendering/RenderThemeChromiumMac.h const IntSize* cancelButtonSizes() const; IntSize 157 Source/core/rendering/RenderThemeChromiumMac.h const IntSize* resultsButtonSizes() const; IntSize 170 Source/core/rendering/RenderThemeChromiumMac.h const IntSize* progressBarSizes() const; IntSize 167 Source/core/rendering/RenderThemeChromiumSkia.cpp const IntSize size(widgetStandardWidth, widgetStandardHeight); IntSize 252 Source/core/rendering/RenderThemeChromiumSkia.cpp IntSize emptySize(1, 11); IntSize 55 Source/core/rendering/RenderVideo.cpp IntSize RenderVideo::defaultSize() IntSize 61 Source/core/rendering/RenderVideo.cpp return IntSize(cDefaultWidth, cDefaultHeight); IntSize 43 Source/core/rendering/RenderVideo.h static IntSize defaultSize(); IntSize 179 Source/core/rendering/RenderWidget.cpp IntSize widgetPaintOffset = paintLocation - widgetLocation; IntSize 48 Source/core/rendering/TextAutosizer.cpp IntSize windowSize; IntSize 49 Source/core/rendering/TextAutosizer.cpp IntSize minLayoutSize; IntSize 695 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize scrollOffset = renderBox->scrolledContentOffset(); IntSize 772 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize foregroundOffset = m_graphicsLayer->offsetFromRenderer(); IntSize 818 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize adjustedScrollOffset = m_owningLayer.scrollableArea()->adjustedScrollOffset(); IntSize 822 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize oldScrollingLayerOffset = m_scrollingLayer->offsetFromRenderer(); IntSize 833 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize scrollSize(renderBox->scrollWidth(), renderBox->scrollHeight()); IntSize 837 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset); IntSize 1109 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::positionOverflowControlsLayers(const IntSize& offsetFromRoot) IntSize 1111 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize offsetFromRenderer = m_graphicsLayer->offsetFromRenderer() - roundedIntSize(m_owningLayer.subpixelAccumulation()); IntSize 1917 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize offset = paintInfo.offsetFromRenderer; IntSize 55 Source/core/rendering/compositing/CompositedLayerMapping.h IntSize offsetFromRenderer; IntSize 158 Source/core/rendering/compositing/CompositedLayerMapping.h void positionOverflowControlsLayers(const IntSize& offsetFromRoot); IntSize 48 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp properties.clippedAbsoluteBoundingBox.setSize(IntSize(1, 1)); IntSize 129 Source/core/rendering/shapes/BoxShapeTest.cpp const RoundedRect::Radii cornerRadii(IntSize(10, 15), IntSize(10, 20), IntSize(25, 15), IntSize(20, 30)); IntSize 83 Source/core/rendering/shapes/RasterShape.h RasterShape(PassOwnPtr<RasterShapeIntervals> intervals, const IntSize& marginRectSize) IntSize 99 Source/core/rendering/shapes/RasterShape.h IntSize m_marginRectSize; IntSize 91 Source/core/rendering/shapes/ShapeInfo.cpp const IntSize& imageSize = renderBox->calculateImageIntrinsicDimensions(styleImage, roundedIntSize(referenceBoxSize), RenderImage::ScaleByEffectiveZoom); IntSize 936 Source/core/rendering/style/RenderStyle.cpp static RoundedRect::Radii calcRadiiFor(const BorderData& border, IntSize size) IntSize 939 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.topLeft().width(), size.width()), IntSize 941 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.topRight().width(), size.width()), IntSize 943 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.bottomLeft().width(), size.width()), IntSize 945 Source/core/rendering/style/RenderStyle.cpp IntSize(valueForLength(border.bottomRight().width(), size.width()), IntSize 1044 Source/core/rendering/style/RenderStyle.h void setBorderRadius(const IntSize& s) IntSize 90 Source/core/rendering/style/StyleFetchedImage.cpp void StyleFetchedImage::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor) IntSize 105 Source/core/rendering/style/StyleFetchedImage.cpp PassRefPtr<Image> StyleFetchedImage::image(RenderObject* renderer, const IntSize&) const IntSize 53 Source/core/rendering/style/StyleFetchedImage.h virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE; IntSize 56 Source/core/rendering/style/StyleFetchedImage.h virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE; IntSize 97 Source/core/rendering/style/StyleFetchedImageSet.cpp void StyleFetchedImageSet::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor) IntSize 112 Source/core/rendering/style/StyleFetchedImageSet.cpp PassRefPtr<Image> StyleFetchedImageSet::image(RenderObject* renderer, const IntSize&) const IntSize 67 Source/core/rendering/style/StyleFetchedImageSet.h virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE; IntSize 70 Source/core/rendering/style/StyleFetchedImageSet.h virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE; IntSize 48 Source/core/rendering/style/StyleGeneratedImage.cpp IntSize fixedSize = m_imageGeneratorValue->fixedSize(renderer); IntSize 71 Source/core/rendering/style/StyleGeneratedImage.cpp IntSize size = flooredIntSize(imageSize(renderer, 1)); IntSize 79 Source/core/rendering/style/StyleGeneratedImage.cpp m_imageGeneratorValue->addClient(renderer, IntSize()); IntSize 87 Source/core/rendering/style/StyleGeneratedImage.cpp PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const IntSize 50 Source/core/rendering/style/StyleGeneratedImage.h virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize& containerSize, float) OVERRIDE { m_containerSize = containerSize; } IntSize 53 Source/core/rendering/style/StyleGeneratedImage.h virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE; IntSize 61 Source/core/rendering/style/StyleGeneratedImage.h IntSize m_containerSize; IntSize 62 Source/core/rendering/style/StyleImage.h virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) = 0; IntSize 65 Source/core/rendering/style/StyleImage.h virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0; IntSize 59 Source/core/rendering/style/StylePendingImage.h virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE { } IntSize 62 Source/core/rendering/style/StylePendingImage.h virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE IntSize 113 Source/core/rendering/svg/RenderSVGResourcePattern.cpp const IntSize tileImageSize = tileImage->size(); IntSize 244 Source/core/rendering/svg/RenderSVGResourcePattern.cpp IntSize imageSize(roundedIntSize(clampedAbsoluteTileBoundaries.size())); IntSize 253 Source/core/rendering/svg/RenderSVGResourcePattern.cpp IntSize unclampedImageSize(roundedIntSize(absoluteTileBoundaries.size())); IntSize 55 Source/core/rendering/svg/RenderSVGRoot.h IntSize containerSize() const { return m_containerSize; } IntSize 56 Source/core/rendering/svg/RenderSVGRoot.h void setContainerSize(const IntSize& containerSize) IntSize 117 Source/core/rendering/svg/RenderSVGRoot.h IntSize m_containerSize; IntSize 290 Source/core/rendering/svg/SVGRenderingContext.cpp IntSize expandedBoundingBox = expandedIntSize(boundingBox.size()); IntSize 291 Source/core/rendering/svg/SVGRenderingContext.cpp IntSize bufferSize(static_cast<int>(ceil(expandedBoundingBox.width() * transform.xScale())), static_cast<int>(ceil(expandedBoundingBox.height() * transform.yScale()))); IntSize 246 Source/core/svg/SVGFEConvolveMatrixElement.cpp IntSize(orderXValue, orderYValue), divisorValue, IntSize 54 Source/core/svg/SVGTextElement.cpp style->applyTransform(t, IntSize(0, 0), RenderStyle::ExcludeTransformOrigin); IntSize 127 Source/core/svg/graphics/SVGImage.cpp void SVGImage::setContainerSize(const IntSize& size) IntSize 145 Source/core/svg/graphics/SVGImage.cpp IntSize SVGImage::containerSize() const IntSize 149 Source/core/svg/graphics/SVGImage.cpp return IntSize(); IntSize 153 Source/core/svg/graphics/SVGImage.cpp return IntSize(); IntSize 156 Source/core/svg/graphics/SVGImage.cpp IntSize containerSize = renderer->containerSize(); IntSize 170 Source/core/svg/graphics/SVGImage.cpp return IntSize(static_cast<int>(ceilf(currentSize.width())), static_cast<int>(ceilf(currentSize.height()))); IntSize 173 Source/core/svg/graphics/SVGImage.cpp return IntSize(300, 150); IntSize 185 Source/core/svg/graphics/SVGImage.cpp IntSize roundedContainerSize = roundedIntSize(containerSize); IntSize 215 Source/core/svg/graphics/SVGImage.cpp const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 54 Source/core/svg/graphics/SVGImage.h virtual IntSize size() const OVERRIDE { return m_intrinsicSize; } IntSize 83 Source/core/svg/graphics/SVGImage.h virtual void setContainerSize(const IntSize&) OVERRIDE; IntSize 84 Source/core/svg/graphics/SVGImage.h IntSize containerSize() const; IntSize 101 Source/core/svg/graphics/SVGImage.h CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing); IntSize 105 Source/core/svg/graphics/SVGImage.h IntSize m_intrinsicSize; IntSize 52 Source/core/svg/graphics/SVGImageCache.cpp void SVGImageCache::setContainerSizeForRenderer(const ImageResourceClient* client, const IntSize& containerSize, float containerZoom) IntSize 64 Source/core/svg/graphics/SVGImageCache.cpp IntSize SVGImageCache::imageSizeForRenderer(const RenderObject* renderer) const IntSize 66 Source/core/svg/graphics/SVGImageCache.cpp IntSize imageSize = m_svgImage->size(); IntSize 51 Source/core/svg/graphics/SVGImageCache.h void setContainerSizeForRenderer(const ImageResourceClient*, const IntSize&, float); IntSize 52 Source/core/svg/graphics/SVGImageCache.h IntSize imageSizeForRenderer(const RenderObject*) const; IntSize 30 Source/core/svg/graphics/SVGImageForContainer.cpp IntSize SVGImageForContainer::size() const IntSize 44 Source/core/svg/graphics/SVGImageForContainer.cpp const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 45 Source/core/svg/graphics/SVGImageForContainer.h virtual IntSize size() const OVERRIDE; IntSize 57 Source/core/svg/graphics/SVGImageForContainer.h virtual void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE; IntSize 170 Source/core/svg/graphics/filters/SVGFEImage.cpp IntSize imageSize; IntSize 41 Source/core/testing/DummyPageHolder.cpp PassOwnPtr<DummyPageHolder> DummyPageHolder::create(const IntSize& initialViewSize) IntSize 46 Source/core/testing/DummyPageHolder.cpp DummyPageHolder::DummyPageHolder(const IntSize& initialViewSize) IntSize 47 Source/core/testing/DummyPageHolder.h class IntSize; IntSize 62 Source/core/testing/DummyPageHolder.h static PassOwnPtr<DummyPageHolder> create(const IntSize& initialViewSize = IntSize()); IntSize 71 Source/core/testing/DummyPageHolder.h explicit DummyPageHolder(const IntSize& initialViewSize); IntSize 308 Source/core/testing/InternalSettings.cpp settings()->setTextAutosizingWindowSizeOverride(IntSize(width, height)); IntSize 61 Source/core/testing/InternalSettings.h IntSize m_originalTextAutosizingWindowSizeOverride; IntSize 941 Source/core/testing/Internals.cpp IntSize initialViewportSize(availableWidth, availableHeight); IntSize 1139 Source/core/testing/Internals.cpp IntSize radius(width / 2, height / 2); IntSize 1161 Source/core/testing/Internals.cpp IntSize radius(width / 2, height / 2); IntSize 1179 Source/core/testing/Internals.cpp IntSize radius(width / 2, height / 2); IntSize 1201 Source/core/testing/Internals.cpp IntSize radius(width / 2, height / 2); IntSize 1219 Source/core/testing/Internals.cpp IntSize radius(width / 2, height / 2); IntSize 2236 Source/core/testing/Internals.cpp IntSize size = cursor.image()->size(); IntSize 56 Source/modules/imagebitmap/ImageBitmapFactories.cpp return IntSize(); IntSize 59 Source/modules/imagebitmap/ImageBitmapFactories.cpp static IntSize sizeFor(HTMLVideoElement* video) IntSize 63 Source/modules/imagebitmap/ImageBitmapFactories.cpp return IntSize(); IntSize 119 Source/modules/imagebitmap/ImageBitmapFactories.cpp IntSize s = sizeFor(video); IntSize 46 Source/platform/CrossThreadCopier.h class IntSize; IntSize 77 Source/platform/CrossThreadCopier.h template<> struct CrossThreadCopierBase<false, false, IntSize> : public CrossThreadCopierPassThrough<IntSize> { IntSize 81 Source/platform/DragImage.cpp IntSize sizeRespectingOrientation = bitmapImage->sizeRespectingOrientation(); IntSize 140 Source/platform/DragImage.cpp IntSize labelSize(labelFont.width(labelRun), labelFont.fontMetrics().ascent() + labelFont.fontMetrics().descent()); IntSize 147 Source/platform/DragImage.cpp IntSize urlStringSize; IntSize 148 Source/platform/DragImage.cpp IntSize imageSize(labelSize.width() + kDragLabelBorderX * 2, labelSize.height() + kDragLabelBorderY * 2); IntSize 163 Source/platform/DragImage.cpp IntSize scaledImageSize = imageSize; IntSize 171 Source/platform/DragImage.cpp const IntSize radii(DragLabelRadius, DragLabelRadius); IntSize 212 Source/platform/DragImage.cpp void DragImage::fitToMaxSize(const IntSize& srcSize, const IntSize& maxSize) IntSize 217 Source/platform/DragImage.cpp IntSize originalSize = size(); IntSize 48 Source/platform/DragImage.h IntSize size() const { return IntSize(m_bitmap.width(), m_bitmap.height()); } IntSize 50 Source/platform/DragImage.h void fitToMaxSize(const IntSize& srcSize, const IntSize& maxSize); IntSize 56 Source/platform/DragImageTest.cpp static PassRefPtr<TestImage> create(const IntSize& size) IntSize 61 Source/platform/DragImageTest.cpp explicit TestImage(const IntSize& size) IntSize 70 Source/platform/DragImageTest.cpp virtual IntSize size() const OVERRIDE IntSize 99 Source/platform/DragImageTest.cpp IntSize m_size; IntSize 108 Source/platform/DragImageTest.cpp RefPtr<TestImage> nullTestImage(TestImage::create(IntSize())); IntSize 114 Source/platform/DragImageTest.cpp RefPtr<TestImage> testImage(TestImage::create(IntSize(2, 2))); IntSize 119 Source/platform/DragImageTest.cpp IntSize size = dragImage->size(); IntSize 131 Source/platform/DragImageTest.cpp RefPtr<TestImage> testImage(TestImage::create(IntSize())); IntSize 137 Source/platform/DragImageTest.cpp RefPtr<TestImage> testImage(TestImage::create(IntSize(1, 1))); IntSize 41 Source/platform/HostWindow.h class IntSize; IntSize 53 Source/platform/HostWindow.h virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) = 0; IntSize 46 Source/platform/PlatformGestureEvent.h PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, float deltaX, float deltaY, float velocityX, float velocityY) IntSize 66 Source/platform/PlatformGestureEvent.h const IntSize& area() const { return m_area; } IntSize 111 Source/platform/PlatformGestureEvent.h IntSize m_area; IntSize 32 Source/platform/PopupMenu.h class IntSize; IntSize 37 Source/platform/PopupMenu.h virtual void show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) = 0; IntSize 59 Source/platform/Widget.h IntSize size() const { return frameRect().size(); } IntSize 67 Source/platform/Widget.h void resize(const IntSize& s) { setFrameRect(IntRect(location(), s)); } IntSize 69 Source/platform/exported/WebImageSkia.cpp const IntSize frameSize = decoder->frameSizeAtIndex(i); IntSize 113 Source/platform/exported/WebImageSkia.cpp IntSize lastSize; IntSize 117 Source/platform/exported/WebImageSkia.cpp const IntSize frameSize = decoder->frameSizeAtIndex(i); IntSize 67 Source/platform/exported/WebScrollbarThemeClientImpl.cpp IntSize WebScrollbarThemeClientImpl::size() const IntSize 51 Source/platform/exported/WebScrollbarThemeClientImpl.h virtual IntSize size() const OVERRIDE; IntSize 48 Source/platform/geometry/FloatPoint.h class IntSize; IntSize 79 Source/platform/geometry/FloatPoint.h void move(const IntSize& a) IntSize 221 Source/platform/geometry/FloatPoint.h inline IntSize flooredIntSize(const FloatPoint& p) IntSize 223 Source/platform/geometry/FloatPoint.h return IntSize(clampToInteger(floorf(p.x())), clampToInteger(floorf(p.y()))); IntSize 246 Source/platform/geometry/FloatRect.cpp IntSize size = maxPoint - location; IntSize 44 Source/platform/geometry/FloatSize.h class IntSize; IntSize 51 Source/platform/geometry/FloatSize.h FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } IntSize 167 Source/platform/geometry/FloatSize.h inline IntSize roundedIntSize(const FloatSize& p) IntSize 169 Source/platform/geometry/FloatSize.h return IntSize(clampToInteger(roundf(p.width())), clampToInteger(roundf(p.height()))); IntSize 172 Source/platform/geometry/FloatSize.h inline IntSize flooredIntSize(const FloatSize& p) IntSize 174 Source/platform/geometry/FloatSize.h return IntSize(clampToInteger(floorf(p.width())), clampToInteger(floorf(p.height()))); IntSize 177 Source/platform/geometry/FloatSize.h inline IntSize expandedIntSize(const FloatSize& p) IntSize 179 Source/platform/geometry/FloatSize.h return IntSize(clampToInteger(ceilf(p.width())), clampToInteger(ceilf(p.height()))); IntSize 47 Source/platform/geometry/IntPoint.h explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { } IntSize 57 Source/platform/geometry/IntPoint.h void move(const IntSize& s) { move(s.width(), s.height()); } IntSize 104 Source/platform/geometry/IntPoint.h inline IntPoint& operator+=(IntPoint& a, const IntSize& b) IntSize 110 Source/platform/geometry/IntPoint.h inline IntPoint& operator-=(IntPoint& a, const IntSize& b) IntSize 116 Source/platform/geometry/IntPoint.h inline IntPoint operator+(const IntPoint& a, const IntSize& b) IntSize 126 Source/platform/geometry/IntPoint.h inline IntSize operator-(const IntPoint& a, const IntPoint& b) IntSize 128 Source/platform/geometry/IntPoint.h return IntSize(a.x() - b.x(), a.y() - b.y()); IntSize 131 Source/platform/geometry/IntPoint.h inline IntPoint operator-(const IntPoint& a, const IntSize& b) IntSize 151 Source/platform/geometry/IntPoint.h inline IntSize toIntSize(const IntPoint& a) IntSize 153 Source/platform/geometry/IntPoint.h return IntSize(a.x(), a.y()); IntSize 143 Source/platform/geometry/IntRect.cpp IntSize IntRect::differenceToPoint(const IntPoint& point) const IntSize 147 Source/platform/geometry/IntRect.cpp return IntSize(xdistance, ydistance); IntSize 53 Source/platform/geometry/IntRect.h IntRect(const IntPoint& location, const IntSize& size) IntSize 56 Source/platform/geometry/IntRect.h : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { } IntSize 62 Source/platform/geometry/IntRect.h IntSize size() const { return m_size; } IntSize 65 Source/platform/geometry/IntRect.h void setSize(const IntSize& size) { m_size = size; } IntSize 85 Source/platform/geometry/IntRect.h void move(const IntSize& size) { m_location += size; } IntSize 89 Source/platform/geometry/IntRect.h void expand(const IntSize& size) { m_size += size; } IntSize 91 Source/platform/geometry/IntRect.h void contract(const IntSize& size) { m_size -= size; } IntSize 148 Source/platform/geometry/IntRect.h IntSize differenceToPoint(const IntPoint&) const; IntSize 165 Source/platform/geometry/IntRect.h IntSize m_size; IntSize 42 Source/platform/geometry/IntSize.h class PLATFORM_EXPORT IntSize { IntSize 44 Source/platform/geometry/IntSize.h IntSize() : m_width(0), m_height(0) { } IntSize 45 Source/platform/geometry/IntSize.h IntSize(int width, int height) : m_width(width), m_height(height) { } IntSize 75 Source/platform/geometry/IntSize.h IntSize expandedTo(const IntSize& other) const IntSize 77 Source/platform/geometry/IntSize.h return IntSize(m_width > other.m_width ? m_width : other.m_width, IntSize 81 Source/platform/geometry/IntSize.h IntSize shrunkTo(const IntSize& other) const IntSize 83 Source/platform/geometry/IntSize.h return IntSize(m_width < other.m_width ? m_width : other.m_width, IntSize 89 Source/platform/geometry/IntSize.h *this = expandedTo(IntSize()); IntSize 92 Source/platform/geometry/IntSize.h void clampToMinimumSize(const IntSize& minimumSize) IntSize 110 Source/platform/geometry/IntSize.h IntSize transposedSize() const IntSize 112 Source/platform/geometry/IntSize.h return IntSize(m_height, m_width); IntSize 116 Source/platform/geometry/IntSize.h explicit IntSize(const CGSize&); // don't do this implicitly since it's lossy IntSize 120 Source/platform/geometry/IntSize.h explicit IntSize(const NSSize &); // don't do this implicitly since it's lossy IntSize 129 Source/platform/geometry/IntSize.h inline IntSize& operator+=(IntSize& a, const IntSize& b) IntSize 136 Source/platform/geometry/IntSize.h inline IntSize& operator-=(IntSize& a, const IntSize& b) IntSize 143 Source/platform/geometry/IntSize.h inline IntSize operator+(const IntSize& a, const IntSize& b) IntSize 145 Source/platform/geometry/IntSize.h return IntSize(a.width() + b.width(), a.height() + b.height()); IntSize 148 Source/platform/geometry/IntSize.h inline IntSize operator-(const IntSize& a, const IntSize& b) IntSize 150 Source/platform/geometry/IntSize.h return IntSize(a.width() - b.width(), a.height() - b.height()); IntSize 153 Source/platform/geometry/IntSize.h inline IntSize operator-(const IntSize& size) IntSize 155 Source/platform/geometry/IntSize.h return IntSize(-size.width(), -size.height()); IntSize 158 Source/platform/geometry/IntSize.h inline bool operator==(const IntSize& a, const IntSize& b) IntSize 163 Source/platform/geometry/IntSize.h inline bool operator!=(const IntSize& a, const IntSize& b) IntSize 29 Source/platform/geometry/IntSizeHash.h template<> struct IntHash<WebCore::IntSize> { IntSize 30 Source/platform/geometry/IntSizeHash.h static unsigned hash(const WebCore::IntSize& key) { return pairIntHash(key.width(), key.height()); } IntSize 31 Source/platform/geometry/IntSizeHash.h static bool equal(const WebCore::IntSize& a, const WebCore::IntSize& b) { return a == b; } IntSize 35 Source/platform/geometry/IntSizeHash.h template<> struct DefaultHash<WebCore::IntSize> { IntSize 36 Source/platform/geometry/IntSizeHash.h typedef IntHash<WebCore::IntSize> Hash; IntSize 39 Source/platform/geometry/IntSizeHash.h template<> struct HashTraits<WebCore::IntSize> : GenericHashTraits<WebCore::IntSize> { IntSize 42 Source/platform/geometry/IntSizeHash.h static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); } IntSize 43 Source/platform/geometry/IntSizeHash.h static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; } IntSize 181 Source/platform/geometry/LayoutPoint.h inline IntSize pixelSnappedIntSize(const LayoutSize& s, const LayoutPoint& p) IntSize 183 Source/platform/geometry/LayoutPoint.h return IntSize(snapSizeToPixel(s.width(), p.x()), snapSizeToPixel(s.height(), p.y())); IntSize 60 Source/platform/geometry/LayoutRect.h IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); } IntSize 205 Source/platform/geometry/LayoutRect.h return IntRect(roundedIntPoint(rect.location()), IntSize( IntSize 50 Source/platform/geometry/LayoutSize.h LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } IntSize 177 Source/platform/geometry/LayoutSize.h inline IntSize flooredIntSize(const LayoutSize& s) IntSize 179 Source/platform/geometry/LayoutSize.h return IntSize(s.width().floor(), s.height().floor()); IntSize 182 Source/platform/geometry/LayoutSize.h inline IntSize roundedIntSize(const LayoutSize& s) IntSize 184 Source/platform/geometry/LayoutSize.h return IntSize(s.width().round(), s.height().round()); IntSize 371 Source/platform/geometry/Region.cpp void Region::Shape::translate(const IntSize& offset) IntSize 604 Source/platform/geometry/Region.cpp void Region::translate(const IntSize& offset) IntSize 50 Source/platform/geometry/Region.h void translate(const IntSize&); IntSize 98 Source/platform/geometry/Region.h void translate(const IntSize&); IntSize 156 Source/platform/geometry/Region.h static inline Region translate(const Region& region, const IntSize& offset) IntSize 51 Source/platform/geometry/RoundedRect.cpp m_topLeft = IntSize(); IntSize 54 Source/platform/geometry/RoundedRect.cpp m_topRight = IntSize(); IntSize 57 Source/platform/geometry/RoundedRect.cpp m_bottomLeft = IntSize(); IntSize 60 Source/platform/geometry/RoundedRect.cpp m_bottomRight = IntSize(); IntSize 122 Source/platform/geometry/RoundedRect.cpp m_bottomLeft = IntSize(); IntSize 124 Source/platform/geometry/RoundedRect.cpp m_topRight = IntSize(); IntSize 125 Source/platform/geometry/RoundedRect.cpp m_topLeft = IntSize(); IntSize 130 Source/platform/geometry/RoundedRect.cpp m_topRight = IntSize(); IntSize 132 Source/platform/geometry/RoundedRect.cpp m_bottomLeft = IntSize(); IntSize 133 Source/platform/geometry/RoundedRect.cpp m_bottomRight = IntSize(); IntSize 148 Source/platform/geometry/RoundedRect.cpp RoundedRect::RoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) IntSize 202 Source/platform/geometry/RoundedRect.cpp const IntSize& topLeft = m_radii.topLeft(); IntSize 213 Source/platform/geometry/RoundedRect.cpp const IntSize& topRight = m_radii.topRight(); IntSize 224 Source/platform/geometry/RoundedRect.cpp const IntSize& bottomLeft = m_radii.bottomLeft(); IntSize 235 Source/platform/geometry/RoundedRect.cpp const IntSize& bottomRight = m_radii.bottomRight(); IntSize 43 Source/platform/geometry/RoundedRect.h Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) IntSize 51 Source/platform/geometry/RoundedRect.h void setTopLeft(const IntSize& size) { m_topLeft = size; } IntSize 52 Source/platform/geometry/RoundedRect.h void setTopRight(const IntSize& size) { m_topRight = size; } IntSize 53 Source/platform/geometry/RoundedRect.h void setBottomLeft(const IntSize& size) { m_bottomLeft = size; } IntSize 54 Source/platform/geometry/RoundedRect.h void setBottomRight(const IntSize& size) { m_bottomRight = size; } IntSize 55 Source/platform/geometry/RoundedRect.h const IntSize& topLeft() const { return m_topLeft; } IntSize 56 Source/platform/geometry/RoundedRect.h const IntSize& topRight() const { return m_topRight; } IntSize 57 Source/platform/geometry/RoundedRect.h const IntSize& bottomLeft() const { return m_bottomLeft; } IntSize 58 Source/platform/geometry/RoundedRect.h const IntSize& bottomRight() const { return m_bottomRight; } IntSize 72 Source/platform/geometry/RoundedRect.h IntSize m_topLeft; IntSize 73 Source/platform/geometry/RoundedRect.h IntSize m_topRight; IntSize 74 Source/platform/geometry/RoundedRect.h IntSize m_bottomLeft; IntSize 75 Source/platform/geometry/RoundedRect.h IntSize m_bottomRight; IntSize 80 Source/platform/geometry/RoundedRect.h RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight); IntSize 93 Source/platform/geometry/RoundedRect.h void move(const IntSize& size) { m_rect.move(size); } IntSize 64 Source/platform/geometry/RoundedRectTest.cpp RoundedRect rr(IntRect(100, 200, 300, 400), IntSize(10, 10), IntSize(10, 10), IntSize(10, 10), IntSize(10, 10)); IntSize 71 Source/platform/geometry/RoundedRectTest.cpp RoundedRect rr(IntRect(100, 200, 300, 400), IntSize(5, 5), IntSize(10, 10), IntSize(15, 15), IntSize(20, 20)); IntSize 78 Source/platform/geometry/RoundedRectTest.cpp RoundedRect rr(IntRect(100, 200, 300, 400), IntSize(20, 10), IntSize(20, 10), IntSize(10, 20), IntSize(10, 20)); IntSize 33 Source/platform/geometry/cg/IntSizeCG.cpp IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height)) IntSize 37 Source/platform/geometry/cg/IntSizeCG.cpp IntSize::operator CGSize() const IntSize 156 Source/platform/graphics/BitmapImage.cpp const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size); IntSize 178 Source/platform/graphics/BitmapImage.cpp IntSize BitmapImage::size() const IntSize 184 Source/platform/graphics/BitmapImage.cpp IntSize BitmapImage::sizeRespectingOrientation() const IntSize 190 Source/platform/graphics/BitmapImage.cpp IntSize BitmapImage::currentFrameSize() const IntSize 194 Source/platform/graphics/BitmapImage.cpp IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame); IntSize 64 Source/platform/graphics/BitmapImage.h virtual IntSize size() const OVERRIDE; IntSize 65 Source/platform/graphics/BitmapImage.h IntSize sizeRespectingOrientation() const; IntSize 66 Source/platform/graphics/BitmapImage.h IntSize currentFrameSize() const; IntSize 161 Source/platform/graphics/BitmapImage.h mutable IntSize m_size; // The size to use for the overall image (will just be the size of the first image). IntSize 162 Source/platform/graphics/BitmapImage.h mutable IntSize m_sizeRespectingOrientation; IntSize 42 Source/platform/graphics/Canvas2DImageBufferSurface.h Canvas2DImageBufferSurface(const IntSize& size, OpacityMode opacityMode = NonOpaque, int msaaSampleCount = 1) IntSize 55 Source/platform/graphics/Canvas2DLayerBridge.cpp static PassRefPtr<SkSurface> createSkSurface(GrContext* gr, const IntSize& size, int msaaSampleCount = 0) IntSize 68 Source/platform/graphics/Canvas2DLayerBridge.cpp PassRefPtr<Canvas2DLayerBridge> Canvas2DLayerBridge::create(const IntSize& size, OpacityMode opacityMode, int msaaSampleCount) IntSize 364 Source/platform/graphics/Canvas2DLayerBridge.cpp IntSize size(m_canvas->getTopDevice()->width(), m_canvas->getTopDevice()->height()); IntSize 57 Source/platform/graphics/Canvas2DLayerBridge.h static PassRefPtr<Canvas2DLayerBridge> create(const IntSize&, OpacityMode, int msaaSampleCount); IntSize 37 Source/platform/graphics/CrossfadeGeneratedImage.cpp CrossfadeGeneratedImage::CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size) IntSize 50 Source/platform/graphics/CrossfadeGeneratedImage.cpp IntSize fromImageSize = m_fromImage->size(); IntSize 51 Source/platform/graphics/CrossfadeGeneratedImage.cpp IntSize toImageSize = m_toImage->size(); IntSize 100 Source/platform/graphics/CrossfadeGeneratedImage.cpp void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 41 Source/platform/graphics/CrossfadeGeneratedImage.h static PassRefPtr<CrossfadeGeneratedImage> create(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size) IntSize 46 Source/platform/graphics/CrossfadeGeneratedImage.h virtual void setContainerSize(const IntSize&) OVERRIDE { } IntSize 51 Source/platform/graphics/CrossfadeGeneratedImage.h virtual IntSize size() const OVERRIDE { return m_crossfadeSize; } IntSize 58 Source/platform/graphics/CrossfadeGeneratedImage.h const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE; IntSize 60 Source/platform/graphics/CrossfadeGeneratedImage.h CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize&); IntSize 69 Source/platform/graphics/CrossfadeGeneratedImage.h IntSize m_crossfadeSize; IntSize 139 Source/platform/graphics/DeferredImageDecoder.cpp IntSize DeferredImageDecoder::size() const IntSize 144 Source/platform/graphics/DeferredImageDecoder.cpp IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const IntSize 277 Source/platform/graphics/DeferredImageDecoder.cpp IntSize decodedSize = m_actualDecoder->decodedSize(); IntSize 298 Source/platform/graphics/DeferredImageDecoder.cpp IntSize decodedSize = m_actualDecoder->decodedSize(); IntSize 63 Source/platform/graphics/DeferredImageDecoder.h IntSize size() const; IntSize 64 Source/platform/graphics/DeferredImageDecoder.h IntSize frameSizeAtIndex(size_t index) const; IntSize 94 Source/platform/graphics/DeferredImageDecoder.h IntSize m_size; IntSize 125 Source/platform/graphics/DeferredImageDecoderTest.cpp virtual IntSize decodedSize() const OVERRIDE IntSize 147 Source/platform/graphics/DeferredImageDecoderTest.cpp IntSize m_decodedSize; IntSize 309 Source/platform/graphics/DeferredImageDecoderTest.cpp m_decodedSize = IntSize(22, 33); IntSize 39 Source/platform/graphics/GeneratedImage.h virtual void setContainerSize(const IntSize& size) OVERRIDE { m_size = size; } IntSize 45 Source/platform/graphics/GeneratedImage.h virtual IntSize size() const OVERRIDE { return m_size; } IntSize 53 Source/platform/graphics/GeneratedImage.h const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE = 0; IntSize 60 Source/platform/graphics/GeneratedImage.h IntSize m_size; IntSize 47 Source/platform/graphics/Gradient.h class IntSize; IntSize 48 Source/platform/graphics/GradientGeneratedImage.cpp const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 40 Source/platform/graphics/GradientGeneratedImage.h static PassRefPtr<GradientGeneratedImage> create(PassRefPtr<Gradient> generator, const IntSize& size) IntSize 54 Source/platform/graphics/GradientGeneratedImage.h const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE; IntSize 56 Source/platform/graphics/GradientGeneratedImage.h GradientGeneratedImage(PassRefPtr<Gradient> generator, const IntSize& size) IntSize 69 Source/platform/graphics/GraphicsContext.cpp CompatibleImageBufferSurface(PassRefPtr<SkSurface> surface, const IntSize& size, OpacityMode opacityMode) IntSize 643 Source/platform/graphics/GraphicsContext.cpp static inline IntRect areaCastingShadowInHole(const IntRect& holeRect, int shadowBlur, int shadowSpread, const IntSize& shadowOffset) IntSize 657 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawInnerShadow(const RoundedRect& rect, const Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedEdges) IntSize 1054 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawTiledImage(Image* image, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize, CompositeOperator op, WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 1298 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::fillBetweenRoundedRects(const IntRect& outer, const IntSize& outerTopLeft, const IntSize& outerTopRight, const IntSize& outerBottomLeft, const IntSize& outerBottomRight, IntSize 1299 Source/platform/graphics/GraphicsContext.cpp const IntRect& inner, const IntSize& innerTopLeft, const IntSize& innerTopRight, const IntSize& innerBottomLeft, const IntSize& innerBottomRight, const Color& color) { IntSize 1328 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, IntSize 1329 Source/platform/graphics/GraphicsContext.cpp const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) IntSize 1712 Source/platform/graphics/GraphicsContext.cpp PassOwnPtr<ImageBuffer> GraphicsContext::createCompatibleBuffer(const IntSize& size, OpacityMode opacityMode) const IntSize 1719 Source/platform/graphics/GraphicsContext.cpp IntSize scaledSize(static_cast<int>(ceil(size.width() * transform.xScale())), static_cast<int>(ceil(size.height() * transform.yScale()))); IntSize 1780 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::setRadii(SkVector* radii, IntSize topLeft, IntSize topRight, IntSize bottomRight, IntSize bottomLeft) IntSize 240 Source/platform/graphics/GraphicsContext.h void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&); IntSize 247 Source/platform/graphics/GraphicsContext.h void fillBetweenRoundedRects(const IntRect&, const IntSize& outerTopLeft, const IntSize& outerTopRight, const IntSize& outerBottomLeft, const IntSize& outerBottomRight, IntSize 248 Source/platform/graphics/GraphicsContext.h const IntRect&, const IntSize& innerTopLeft, const IntSize& innerTopRight, const IntSize& innerBottomLeft, const IntSize& innerBottomRight, const Color&); IntSize 259 Source/platform/graphics/GraphicsContext.h void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize, IntSize 260 Source/platform/graphics/GraphicsContext.h CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal, const IntSize& repeatSpacing = IntSize()); IntSize 346 Source/platform/graphics/GraphicsContext.h void drawInnerShadow(const RoundedRect&, const Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedEdges = NoEdge); IntSize 379 Source/platform/graphics/GraphicsContext.h PassOwnPtr<ImageBuffer> createCompatibleBuffer(const IntSize&, OpacityMode = NonOpaque) const; IntSize 396 Source/platform/graphics/GraphicsContext.h static void setRadii(SkVector*, IntSize, IntSize, IntSize, IntSize); IntSize 39 Source/platform/graphics/GraphicsContextRecorder.cpp GraphicsContext* GraphicsContextRecorder::record(const IntSize& size, bool isCertainlyOpaque) IntSize 177 Source/platform/graphics/GraphicsContextRecorder.cpp return ImageBuffer::create(IntSize(m_picture->width(), m_picture->height()), m_isCertainlyOpaque ? Opaque : NonOpaque); IntSize 63 Source/platform/graphics/GraphicsContextRecorder.h GraphicsContext* record(const IntSize&, bool isCertainlyOpaque); IntSize 244 Source/platform/graphics/GraphicsContextTest.cpp OwnPtr<ImageBuffer> alphaImage = ImageBuffer::create(IntSize(100, 100)); IntSize 281 Source/platform/graphics/GraphicsContextTest.cpp OwnPtr<ImageBuffer> alphaImage = ImageBuffer::create(IntSize(100, 100)); IntSize 650 Source/platform/graphics/GraphicsContextTest.cpp IntSize radii(10, 10); IntSize 316 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setOffsetFromRenderer(const IntSize& offset, ShouldSetNeedsDisplay shouldSetNeedsDisplay) IntSize 387 Source/platform/graphics/GraphicsLayer.cpp contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height())); IntSize 395 Source/platform/graphics/GraphicsLayer.cpp m_contentsClippingMaskLayer->setOffsetFromRenderer(offsetFromRenderer() + IntSize(m_contentsRect.location().x(), m_contentsRect.location().y())); IntSize 559 Source/platform/graphics/GraphicsLayer.cpp if (m_size != IntSize()) { IntSize 145 Source/platform/graphics/GraphicsLayer.h IntSize offsetFromRenderer() const { return m_offsetFromRenderer; } IntSize 146 Source/platform/graphics/GraphicsLayer.h void setOffsetFromRenderer(const IntSize&, ShouldSetNeedsDisplay = SetNeedsDisplay); IntSize 340 Source/platform/graphics/GraphicsLayer.h IntSize m_offsetFromRenderer; IntSize 135 Source/platform/graphics/GraphicsLayerTest.cpp virtual IntSize contentsSize() const OVERRIDE { return IntSize(100, 100); } IntSize 124 Source/platform/graphics/Image.cpp void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, CompositeOperator op, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 226 Source/platform/graphics/Image.cpp const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 78 Source/platform/graphics/Image.h virtual void setContainerSize(const IntSize&) { } IntSize 84 Source/platform/graphics/Image.h virtual IntSize size() const = 0; IntSize 118 Source/platform/graphics/Image.h const FloatRect&, blink::WebBlendMode = blink::WebBlendModeNormal, const IntSize& repeatSpacing = IntSize()); IntSize 133 Source/platform/graphics/Image.h CompositeOperator, blink::WebBlendMode, const IntSize& repeatSpacing); IntSize 70 Source/platform/graphics/ImageBuffer.cpp PassOwnPtr<ImageBuffer> ImageBuffer::create(const IntSize& size, OpacityMode opacityMode) IntSize 260 Source/platform/graphics/ImageBuffer.cpp const FloatPoint& phase, CompositeOperator op, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) IntSize 285 Source/platform/graphics/ImageBuffer.cpp IntSize size = m_surface->size(); IntSize 311 Source/platform/graphics/ImageBuffer.cpp PassRefPtr<Uint8ClampedArray> getImageData(const IntRect& rect, GraphicsContext* context, const IntSize& size) IntSize 346 Source/platform/graphics/ImageBuffer.cpp void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint) IntSize 80 Source/platform/graphics/ImageBuffer.h static PassOwnPtr<ImageBuffer> create(const IntSize&, OpacityMode = NonOpaque); IntSize 87 Source/platform/graphics/ImageBuffer.h const IntSize& size() const { return m_surface->size(); } IntSize 106 Source/platform/graphics/ImageBuffer.h void putByteArray(Multiply multiplied, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint); IntSize 131 Source/platform/graphics/ImageBuffer.h void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing = IntSize()); IntSize 146 Source/platform/graphics/ImageBuffer.h ImageDataBuffer(const IntSize& size, PassRefPtr<Uint8ClampedArray> data) : m_size(size), m_data(data) { } IntSize 147 Source/platform/graphics/ImageBuffer.h IntSize size() const { return m_size; } IntSize 150 Source/platform/graphics/ImageBuffer.h IntSize m_size; IntSize 41 Source/platform/graphics/ImageBufferSurface.cpp ImageBufferSurface::ImageBufferSurface(const IntSize& size, OpacityMode opacityMode) IntSize 75 Source/platform/graphics/ImageBufferSurface.h const IntSize& size() const { return m_size; } IntSize 79 Source/platform/graphics/ImageBufferSurface.h ImageBufferSurface(const IntSize&, OpacityMode); IntSize 84 Source/platform/graphics/ImageBufferSurface.h IntSize m_size; IntSize 49 Source/platform/graphics/ImageLayerChromiumTest.cpp static PassRefPtr<TestImage> create(const IntSize& size, bool isOpaque) IntSize 54 Source/platform/graphics/ImageLayerChromiumTest.cpp explicit TestImage(const IntSize& size, bool isOpaque) IntSize 73 Source/platform/graphics/ImageLayerChromiumTest.cpp virtual IntSize size() const OVERRIDE IntSize 97 Source/platform/graphics/ImageLayerChromiumTest.cpp IntSize m_size; IntSize 116 Source/platform/graphics/ImageLayerChromiumTest.cpp RefPtr<Image> opaqueImage = TestImage::create(IntSize(100, 100), true /* opaque */); IntSize 118 Source/platform/graphics/ImageLayerChromiumTest.cpp RefPtr<Image> nonOpaqueImage = TestImage::create(IntSize(100, 100), false /* opaque */); IntSize 81 Source/platform/graphics/ImageSource.cpp IntSize ImageSource::size(RespectImageOrientationEnum shouldRespectOrientation) const IntSize 86 Source/platform/graphics/ImageSource.cpp IntSize ImageSource::frameSizeAtIndex(size_t index, RespectImageOrientationEnum shouldRespectOrientation) const IntSize 89 Source/platform/graphics/ImageSource.cpp return IntSize(); IntSize 91 Source/platform/graphics/ImageSource.cpp IntSize size = m_decoder->frameSizeAtIndex(index); IntSize 93 Source/platform/graphics/ImageSource.cpp return IntSize(size.height(), size.width()); IntSize 41 Source/platform/graphics/ImageSource.h class IntSize; IntSize 105 Source/platform/graphics/ImageSource.h IntSize size(RespectImageOrientationEnum = DoNotRespectImageOrientation) const; IntSize 106 Source/platform/graphics/ImageSource.h IntSize frameSizeAtIndex(size_t, RespectImageOrientationEnum = DoNotRespectImageOrientation) const; IntSize 39 Source/platform/graphics/UnacceleratedImageBufferSurface.cpp UnacceleratedImageBufferSurface::UnacceleratedImageBufferSurface(const IntSize& size, OpacityMode opacityMode) IntSize 42 Source/platform/graphics/UnacceleratedImageBufferSurface.h UnacceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque); IntSize 37 Source/platform/graphics/filters/FEConvolveMatrix.cpp FEConvolveMatrix::FEConvolveMatrix(Filter* filter, const IntSize& kernelSize, IntSize 54 Source/platform/graphics/filters/FEConvolveMatrix.cpp PassRefPtr<FEConvolveMatrix> FEConvolveMatrix::create(Filter* filter, const IntSize& kernelSize, IntSize 71 Source/platform/graphics/filters/FEConvolveMatrix.cpp IntSize FEConvolveMatrix::kernelSize() const IntSize 76 Source/platform/graphics/filters/FEConvolveMatrix.cpp void FEConvolveMatrix::setKernelSize(const IntSize& kernelSize) IntSize 447 Source/platform/graphics/filters/FEConvolveMatrix.cpp IntSize paintSize = absolutePaintRect().size(); IntSize 44 Source/platform/graphics/filters/FEConvolveMatrix.h static PassRefPtr<FEConvolveMatrix> create(Filter*, const IntSize&, IntSize 48 Source/platform/graphics/filters/FEConvolveMatrix.h IntSize kernelSize() const; IntSize 49 Source/platform/graphics/filters/FEConvolveMatrix.h void setKernelSize(const IntSize&); IntSize 88 Source/platform/graphics/filters/FEConvolveMatrix.h FEConvolveMatrix(Filter*, const IntSize&, float, float, IntSize 122 Source/platform/graphics/filters/FEConvolveMatrix.h IntSize m_kernelSize; IntSize 136 Source/platform/graphics/filters/FEDisplacementMap.cpp IntSize paintSize = absolutePaintRect().size(); IntSize 65 Source/platform/graphics/filters/FEDropShadow.cpp IntSize kernelSize = FEGaussianBlur::calculateKernelSize(filter, FloatPoint(m_stdX, m_stdY)); IntSize 83 Source/platform/graphics/filters/FEGaussianBlur.cpp IntSize FEGaussianBlur::calculateUnscaledKernelSize(const FloatPoint& std) IntSize 87 Source/platform/graphics/filters/FEGaussianBlur.cpp IntSize kernelSize; IntSize 103 Source/platform/graphics/filters/FEGaussianBlur.cpp IntSize FEGaussianBlur::calculateKernelSize(Filter* filter, const FloatPoint& std) IntSize 113 Source/platform/graphics/filters/FEGaussianBlur.cpp IntSize kernelSize = calculateKernelSize(filter(), FloatPoint(m_stdX, m_stdY)); IntSize 43 Source/platform/graphics/filters/FEGaussianBlur.h static IntSize calculateKernelSize(Filter*, const FloatPoint& std); IntSize 44 Source/platform/graphics/filters/FEGaussianBlur.h static IntSize calculateUnscaledKernelSize(const FloatPoint& std); IntSize 437 Source/platform/graphics/filters/FELighting.cpp IntSize absolutePaintSize = absolutePaintRect().size(); IntSize 74 Source/platform/graphics/filters/FETile.cpp IntSize intTileSize = roundedIntSize(tileRect.size()); IntSize 72 Source/platform/graphics/filters/FETurbulence.h PaintingData(long paintingSeed, const IntSize& paintingSize) IntSize 81 Source/platform/graphics/filters/FETurbulence.h IntSize filterSize; IntSize 35 Source/platform/graphics/filters/FilterOperations.cpp static inline IntSize outsetSizeForBlur(float stdDeviation) IntSize 37 Source/platform/graphics/filters/FilterOperations.cpp IntSize kernelSize = FEGaussianBlur::calculateUnscaledKernelSize(FloatPoint(stdDeviation, stdDeviation)); IntSize 39 Source/platform/graphics/filters/FilterOperations.cpp IntSize outset; IntSize 119 Source/platform/graphics/filters/FilterOperations.cpp IntSize outsetSize = outsetSizeForBlur(stdDeviation); IntSize 126 Source/platform/graphics/filters/FilterOperations.cpp IntSize outsetSize = outsetSizeForBlur(dropShadowOperation->stdDeviation()); IntSize 81 Source/platform/graphics/gpu/DrawingBuffer.cpp PassRefPtr<DrawingBuffer> DrawingBuffer::create(blink::WebGraphicsContext3D* context, const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager) IntSize 99 Source/platform/graphics/gpu/DrawingBuffer.cpp const IntSize& size, IntSize 279 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::initialize(const IntSize& size) IntSize 512 Source/platform/graphics/gpu/DrawingBuffer.cpp setSize(IntSize()); IntSize 533 Source/platform/graphics/gpu/DrawingBuffer.cpp unsigned DrawingBuffer::createColorTexture(const IntSize& size) IntSize 563 Source/platform/graphics/gpu/DrawingBuffer.cpp bool DrawingBuffer::resizeFramebuffer(const IntSize& size) IntSize 587 Source/platform/graphics/gpu/DrawingBuffer.cpp bool DrawingBuffer::resizeMultisampleFramebuffer(const IntSize& size) IntSize 607 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::resizeDepthStencil(const IntSize& size) IntSize 667 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::setSize(const IntSize& size) { IntSize 675 Source/platform/graphics/gpu/DrawingBuffer.cpp int DrawingBuffer::pixelDelta(const IntSize& size) { IntSize 679 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize DrawingBuffer::adjustSize(const IntSize& size) { IntSize 680 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize adjustedSize = size; IntSize 694 Source/platform/graphics/gpu/DrawingBuffer.cpp return IntSize(); IntSize 699 Source/platform/graphics/gpu/DrawingBuffer.cpp return IntSize(); IntSize 705 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize DrawingBuffer::adjustSizeWithContextEviction(const IntSize& size, bool& evictContext) { IntSize 706 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize adjustedSize = adjustSize(size); IntSize 713 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize oldestSize = m_contextEvictionManager->oldestContextSize(); IntSize 724 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::reset(const IntSize& newSize) IntSize 729 Source/platform/graphics/gpu/DrawingBuffer.cpp IntSize adjustedSize; IntSize 65 Source/platform/graphics/gpu/DrawingBuffer.h virtual IntSize oldestContextSize() = 0; IntSize 74 Source/platform/graphics/gpu/DrawingBuffer.h IntSize size; IntSize 82 Source/platform/graphics/gpu/DrawingBuffer.h static PassRefPtr<DrawingBuffer> create(blink::WebGraphicsContext3D*, const IntSize&, PreserveDrawingBuffer, PassRefPtr<ContextEvictionManager>); IntSize 95 Source/platform/graphics/gpu/DrawingBuffer.h IntSize adjustSize(const IntSize&); IntSize 96 Source/platform/graphics/gpu/DrawingBuffer.h void reset(const IntSize&); IntSize 98 Source/platform/graphics/gpu/DrawingBuffer.h IntSize size() const { return m_size; } IntSize 147 Source/platform/graphics/gpu/DrawingBuffer.h DrawingBuffer(blink::WebGraphicsContext3D*, const IntSize&, bool multisampleExtensionSupported, IntSize 150 Source/platform/graphics/gpu/DrawingBuffer.h void initialize(const IntSize&); IntSize 152 Source/platform/graphics/gpu/DrawingBuffer.h unsigned createColorTexture(const IntSize& size = IntSize()); IntSize 155 Source/platform/graphics/gpu/DrawingBuffer.h bool resizeFramebuffer(const IntSize&); IntSize 156 Source/platform/graphics/gpu/DrawingBuffer.h bool resizeMultisampleFramebuffer(const IntSize&); IntSize 157 Source/platform/graphics/gpu/DrawingBuffer.h void resizeDepthStencil(const IntSize&); IntSize 168 Source/platform/graphics/gpu/DrawingBuffer.h void setSize(const IntSize& size); IntSize 171 Source/platform/graphics/gpu/DrawingBuffer.h int pixelDelta(const IntSize& size); IntSize 175 Source/platform/graphics/gpu/DrawingBuffer.h IntSize adjustSizeWithContextEviction(const IntSize&, bool& evictContext); IntSize 203 Source/platform/graphics/gpu/DrawingBuffer.h IntSize m_size; IntSize 55 Source/platform/graphics/gpu/DrawingBufferTest.cpp IntSize oldestContextSize() { return IntSize(); } IntSize 75 Source/platform/graphics/gpu/DrawingBufferTest.cpp m_textureSizes.set(m_boundTexture, IntSize(width, height)); IntSize 92 Source/platform/graphics/gpu/DrawingBufferTest.cpp IntSize mostRecentlyProducedSize() IntSize 99 Source/platform/graphics/gpu/DrawingBufferTest.cpp HashMap<WebGLId, IntSize> m_textureSizes; IntSize 101 Source/platform/graphics/gpu/DrawingBufferTest.cpp IntSize m_mostRecentlyProducedSize; IntSize 114 Source/platform/graphics/gpu/DrawingBufferTest.cpp m_drawingBuffer = DrawingBuffer::create(m_context.get(), IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release()); IntSize 128 Source/platform/graphics/gpu/DrawingBufferTest.cpp OwnPtr<ImageBufferSurface> imageBufferSurface = adoptPtr(new UnacceleratedImageBufferSurface(IntSize(initialWidth, initialHeight))); IntSize 154 Source/platform/graphics/gpu/DrawingBufferTest.cpp IntSize initialSize(initialWidth, initialHeight); IntSize 155 Source/platform/graphics/gpu/DrawingBufferTest.cpp IntSize alternateSize(initialWidth, alternateHeight); IntSize 163 Source/platform/graphics/gpu/DrawingBufferTest.cpp m_drawingBuffer->reset(IntSize(initialWidth, alternateHeight)); IntSize 172 Source/platform/graphics/gpu/DrawingBufferTest.cpp m_drawingBuffer->reset(IntSize(initialWidth, initialHeight)); IntSize 208 Source/platform/graphics/gpu/DrawingBufferTest.cpp IntSize initialSize(initialWidth, initialHeight); IntSize 43 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp WebGLImageBufferSurface::WebGLImageBufferSurface(const IntSize& size, OpacityMode opacityMode) IntSize 48 Source/platform/graphics/gpu/WebGLImageBufferSurface.h WebGLImageBufferSurface(const IntSize&, OpacityMode = NonOpaque); IntSize 1685 Source/platform/graphics/gpu/WebGLImageConversion.cpp const IntSize& imageDataSize, IntSize 16 Source/platform/graphics/gpu/WebGLImageConversion.h class IntSize; IntSize 145 Source/platform/graphics/gpu/WebGLImageConversion.h static bool extractImageData(const uint8_t*, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data); IntSize 48 Source/platform/graphics/media/MediaPlayer.h class IntSize; IntSize 121 Source/platform/graphics/media/MediaPlayer.h virtual IntSize naturalSize() const = 0; IntSize 39 Source/platform/graphics/skia/GaneshUtils.cpp bool ensureTextureBackedSkBitmap(GrContext* gr, SkBitmap& bitmap, const IntSize& size, GrSurfaceOrigin origin, GrPixelConfig config) IntSize 41 Source/platform/graphics/skia/GaneshUtils.h bool PLATFORM_EXPORT ensureTextureBackedSkBitmap(GrContext*, SkBitmap&, const IntSize&, GrSurfaceOrigin, GrPixelConfig); IntSize 446 Source/platform/graphics/skia/NativeImageSkia.cpp const IntSize& repeatSpacing) const IntSize 134 Source/platform/graphics/skia/NativeImageSkia.h const IntSize& repeatSpacing) const; IntSize 47 Source/platform/graphics/test/MockImageDecoder.h virtual IntSize decodedSize() const { return IntSize(); } IntSize 64 Source/platform/graphics/test/MockImageDecoder.h virtual IntSize decodedSize() const OVERRIDE IntSize 120 Source/platform/graphics/test/MockImageDecoder.h return adoptPtr(new MockImageDecoderFactory(client, IntSize(decodedSize.width(), decodedSize.height()))); IntSize 123 Source/platform/graphics/test/MockImageDecoder.h static PassOwnPtr<MockImageDecoderFactory> create(MockImageDecoderClient* client, const IntSize& decodedSize) IntSize 137 Source/platform/graphics/test/MockImageDecoder.h MockImageDecoderFactory(MockImageDecoderClient* client, const IntSize& decodedSize) IntSize 144 Source/platform/graphics/test/MockImageDecoder.h IntSize m_decodedSize; IntSize 101 Source/platform/image-decoders/ImageDecoder.h virtual IntSize size() const { return m_size; } IntSize 105 Source/platform/image-decoders/ImageDecoder.h virtual IntSize decodedSize() const { return size(); } IntSize 112 Source/platform/image-decoders/ImageDecoder.h virtual IntSize frameSizeAtIndex(size_t) const IntSize 123 Source/platform/image-decoders/ImageDecoder.h m_size = IntSize(width, height); IntSize 297 Source/platform/image-decoders/ImageDecoder.h IntSize m_size; IntSize 83 Source/platform/image-decoders/ico/ICOImageDecoder.cpp IntSize ICOImageDecoder::size() const IntSize 88 Source/platform/image-decoders/ico/ICOImageDecoder.cpp IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const IntSize 97 Source/platform/image-decoders/ico/ICOImageDecoder.cpp return m_frameSize.isEmpty() ? ImageDecoder::setSize(width, height) : ((IntSize(width, height) == m_frameSize) || setFailed()); IntSize 225 Source/platform/image-decoders/ico/ICOImageDecoder.cpp m_frameSize = IntSize(); IntSize 309 Source/platform/image-decoders/ico/ICOImageDecoder.cpp entry.m_size = IntSize(width, height); IntSize 50 Source/platform/image-decoders/ico/ICOImageDecoder.h virtual IntSize size() const OVERRIDE; IntSize 51 Source/platform/image-decoders/ico/ICOImageDecoder.h virtual IntSize frameSizeAtIndex(size_t) const OVERRIDE; IntSize 74 Source/platform/image-decoders/ico/ICOImageDecoder.h IntSize m_size; IntSize 151 Source/platform/image-decoders/ico/ICOImageDecoder.h IntSize m_frameSize; IntSize 627 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp m_decodedSize = IntSize(width, height); IntSize 49 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h virtual IntSize decodedSize() const OVERRIDE { return m_decodedSize; } IntSize 71 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h IntSize m_decodedSize; IntSize 79 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp EXPECT_EQ(IntSize(*outputWidth, *outputHeight), decoder->decodedSize()); IntSize 120 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp static bool encodePixels(IntSize imageSize, unsigned char* inputPixels, bool premultiplied, int quality, Vector<unsigned char>* output) IntSize 207 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output); IntSize 71 Source/platform/image-encoders/skia/PNGImageEncoder.cpp static bool encodePixels(IntSize imageSize, unsigned char* inputPixels, bool premultiplied, Vector<unsigned char>* output) IntSize 124 Source/platform/image-encoders/skia/PNGImageEncoder.cpp return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char*>(bitmap.getPixels()), true, output); IntSize 86 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp static bool encodePixels(IntSize imageSize, const unsigned char* pixels, bool premultiplied, int quality, Vector<unsigned char>* output) IntSize 125 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output); IntSize 134 Source/platform/mac/ScrollAnimatorMac.h virtual IntSize stretchAmount() OVERRIDE; IntSize 47 Source/platform/mac/ScrollElasticityController.h virtual IntSize stretchAmount() = 0; IntSize 92 Source/platform/scroll/ScrollAnimator.cpp IntSize maxForwardScrollDelta = m_scrollableArea->maximumScrollPosition() - m_scrollableArea->scrollPosition(); IntSize 93 Source/platform/scroll/ScrollAnimator.cpp IntSize maxBackwardScrollDelta = m_scrollableArea->scrollPosition() - m_scrollableArea->minimumScrollPosition(); IntSize 181 Source/platform/scroll/ScrollView.cpp IntSize ScrollView::unscaledVisibleContentSize(IncludeScrollbarsInRect scrollbarInclusion) const IntSize 186 Source/platform/scroll/ScrollView.cpp IntSize ScrollView::excludeScrollbars(const IntSize& size) const IntSize 196 Source/platform/scroll/ScrollView.cpp return IntSize(max(0, size.width() - verticalScrollbarWidth), IntSize 208 Source/platform/scroll/ScrollView.cpp IntSize ScrollView::contentsSize() const IntSize 213 Source/platform/scroll/ScrollView.cpp void ScrollView::setContentsSize(const IntSize& newSize) IntSize 250 Source/platform/scroll/ScrollView.cpp IntSize scrollSize = m_contentsSize - visibleContentRect().size(); IntSize 267 Source/platform/scroll/ScrollView.cpp void ScrollView::scrollTo(const IntSize& newOffset) IntSize 269 Source/platform/scroll/ScrollView.cpp IntSize scrollDelta = newOffset - m_scrollOffset; IntSize 270 Source/platform/scroll/ScrollView.cpp if (scrollDelta == IntSize()) IntSize 290 Source/platform/scroll/ScrollView.cpp updateScrollbars(IntSize(newScrollPosition.x(), newScrollPosition.y())); IntSize 301 Source/platform/scroll/ScrollView.cpp IntSize ScrollView::overhangAmount() const IntSize 303 Source/platform/scroll/ScrollView.cpp IntSize stretch; IntSize 329 Source/platform/scroll/ScrollView.cpp void ScrollView::updateScrollbars(const IntSize& desiredOffset) IntSize 367 Source/platform/scroll/ScrollView.cpp IntSize docSize = contentsSize(); IntSize 368 Source/platform/scroll/ScrollView.cpp IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size(); IntSize 420 Source/platform/scroll/ScrollView.cpp IntSize newDocSize = contentsSize(); IntSize 523 Source/platform/scroll/ScrollView.cpp IntSize scrollDelta = m_pendingScrollDelta; IntSize 524 Source/platform/scroll/ScrollView.cpp m_pendingScrollDelta = IntSize(); IntSize 528 Source/platform/scroll/ScrollView.cpp void ScrollView::scrollContents(const IntSize& scrollDelta) IntSize 546 Source/platform/scroll/ScrollView.cpp IntRect panScrollIconDirtyRect = IntRect(panIconDirtySquareLocation, IntSize(panIconDirtySquareSizeLength, panIconDirtySquareSizeLength)); IntSize 561 Source/platform/scroll/ScrollView.cpp bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) IntSize 1102 Source/platform/scroll/ScrollView.cpp window->invalidateContentsAndRootView(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength, panIconSizeLength))); IntSize 1111 Source/platform/scroll/ScrollView.cpp window->invalidateContentsAndRootView(IntRect(m_panScrollIconPoint, IntSize(panIconSizeLength, panIconSizeLength))); IntSize 59 Source/platform/scroll/ScrollView.h virtual void scrollTo(const IntSize& newOffset); IntSize 122 Source/platform/scroll/ScrollView.h IntSize visibleSize() const { return visibleContentRect().size(); } IntSize 128 Source/platform/scroll/ScrollView.h IntSize unscaledVisibleContentSize(IncludeScrollbarsInRect = ExcludeScrollbars) const; IntSize 132 Source/platform/scroll/ScrollView.h virtual IntSize inputEventsOffsetForEmulation() const { return IntSize(); } IntSize 139 Source/platform/scroll/ScrollView.h virtual IntSize contentsSize() const OVERRIDE; // Always at least as big as the visibleWidth()/visibleHeight(). IntSize 142 Source/platform/scroll/ScrollView.h virtual void setContentsSize(const IntSize&); IntSize 146 Source/platform/scroll/ScrollView.h IntSize scrollOffset() const { return toIntSize(visibleContentRect().location()); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes. IntSize 147 Source/platform/scroll/ScrollView.h IntSize pendingScrollDelta() const { return m_pendingScrollDelta; } IntSize 155 Source/platform/scroll/ScrollView.h virtual IntSize overhangAmount() const OVERRIDE; IntSize 162 Source/platform/scroll/ScrollView.h void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); } IntSize 167 Source/platform/scroll/ScrollView.h void scrollContents(const IntSize& scrollDelta); IntSize 274 Source/platform/scroll/ScrollView.h virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); IntSize 285 Source/platform/scroll/ScrollView.h void updateScrollbars(const IntSize& desiredOffset); IntSize 287 Source/platform/scroll/ScrollView.h IntSize excludeScrollbars(const IntSize&) const; IntSize 300 Source/platform/scroll/ScrollView.h IntSize m_pendingScrollDelta; IntSize 301 Source/platform/scroll/ScrollView.h IntSize m_scrollOffset; // FIXME: Would rather store this as a position, but we will wait to make this change until more code is shared. IntSize 303 Source/platform/scroll/ScrollView.h IntSize m_contentsSize; IntSize 158 Source/platform/scroll/ScrollableArea.h virtual IntSize contentsSize() const = 0; IntSize 159 Source/platform/scroll/ScrollableArea.h virtual IntSize overhangAmount() const { return IntSize(); } IntSize 59 Source/platform/scroll/Scrollbar.h virtual IntSize size() const OVERRIDE { return Widget::size(); } IntSize 85 Source/platform/scroll/ScrollbarTheme.h virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&, const IntRect&) { } IntSize 47 Source/platform/scroll/ScrollbarThemeClient.h virtual IntSize size() const = 0; IntSize 68 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp IntSize scrollbarSize = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarVerticalTrack); IntSize 146 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp IntSize ScrollbarThemeGtkOrAura::buttonSize(ScrollbarThemeClient* scrollbar) IntSize 149 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarUpArrow); IntSize 150 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp return IntSize(size.width(), scrollbar->height() < 2 * size.height() ? scrollbar->height() / 2 : size.height()); IntSize 154 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarLeftArrow); IntSize 155 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp return IntSize(scrollbar->width() < 2 * size.width() ? scrollbar->width() / 2 : size.width(), size.height()); IntSize 161 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarVerticalThumb); IntSize 165 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarHorizontalThumb); IntSize 46 Source/platform/scroll/ScrollbarThemeGtkOrAura.h virtual IntSize buttonSize(ScrollbarThemeClient*) OVERRIDE; IntSize 48 Source/platform/scroll/ScrollbarThemeMacCommon.h virtual void paintOverhangShadows(GraphicsContext*, const IntSize& scrollOffset, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE; IntSize 50 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp IntSize size = buttonSize(scrollbar); IntSize 60 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp IntSize size = buttonSize(scrollbar); IntSize 74 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp IntSize bs = buttonSize(scrollbar); IntSize 52 Source/platform/scroll/ScrollbarThemeNonMacCommon.h virtual IntSize buttonSize(ScrollbarThemeClient*) = 0; IntSize 257 Source/platform/transforms/AffineTransform.cpp IntSize AffineTransform::mapSize(const IntSize& size) const IntSize 262 Source/platform/transforms/AffineTransform.cpp return IntSize(lround(width2), lround(height2)); IntSize 61 Source/platform/transforms/AffineTransform.h IntSize mapSize(const IntSize&) const; IntSize 498 Source/web/ChromeClientImpl.cpp const IntSize& scrollDelta, const IntRect& scrollRect, IntSize 529 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const IntSize 123 Source/web/ChromeClientImpl.h const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, IntSize 127 Source/web/ChromeClientImpl.h virtual void contentsSizeChanged(WebCore::LocalFrame*, const WebCore::IntSize&) const OVERRIDE; IntSize 78 Source/web/ColorChooserPopupUIController.cpp IntSize ColorChooserPopupUIController::contentSize() IntSize 80 Source/web/ColorChooserPopupUIController.cpp return IntSize(0, 0); IntSize 53 Source/web/ColorChooserPopupUIController.h virtual WebCore::IntSize contentSize() OVERRIDE; IntSize 79 Source/web/DateTimeChooserImpl.cpp WebCore::IntSize DateTimeChooserImpl::contentSize() IntSize 81 Source/web/DateTimeChooserImpl.cpp return WebCore::IntSize(0, 0); IntSize 58 Source/web/DateTimeChooserImpl.h virtual WebCore::IntSize contentSize() OVERRIDE; IntSize 75 Source/web/DragClientImpl.cpp IntSize offsetSize(eventPos - dragImageOrigin); IntSize 64 Source/web/ExternalPopupMenu.cpp void ExternalPopupMenu::show(const FloatQuad& controlPosition, const IntSize&, int index) IntSize 45 Source/web/ExternalPopupMenu.h class IntSize; IntSize 65 Source/web/ExternalPopupMenu.h virtual void show(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize&, int index) OVERRIDE; IntSize 132 Source/web/FullscreenController.cpp m_exitFullscreenScrollOffset = IntSize(); IntSize 65 Source/web/FullscreenController.h WebCore::IntSize m_exitFullscreenScrollOffset; IntSize 264 Source/web/LinkHighlight.cpp IntRect clipRect(IntPoint(webClipRect.x, webClipRect.y), IntSize(webClipRect.width, webClipRect.height)); IntSize 57 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::updatePageDefinedConstraints(const ViewportDescription& description, IntSize viewSize, Length legacyFallbackWidth) IntSize 85 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::adjustFinalConstraintsToContentsSize(IntSize viewSize, IntSize contentsSize, int nonOverlayScrollbarWidth) IntSize 97 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::didChangeContentsSize(IntSize contentsSize, float pageScaleFactor) IntSize 138 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::adjustForAndroidWebViewQuirks(const ViewportDescription& description, IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool supportTargetDensityDPI, bool wideViewportQuirkEnabled, bool useWideViewport, bool loadWithOverviewMode, bool nonUserScalableQuirkEnabled) IntSize 52 Source/web/PageScaleConstraintsSet.h void updatePageDefinedConstraints(const WebCore::ViewportDescription&, WebCore::IntSize viewSize, WebCore::Length legacyFallbackWidth); IntSize 53 Source/web/PageScaleConstraintsSet.h void adjustForAndroidWebViewQuirks(const WebCore::ViewportDescription&, WebCore::IntSize viewSize, int layoutFallbackWidth, float deviceScaleFactor, bool supportTargetDensityDPI, bool wideViewportQuirkEnabled, bool useWideViewport, bool loadWithOverviewMode, bool nonUserScalableQuirkEnabled); IntSize 64 Source/web/PageScaleConstraintsSet.h void adjustFinalConstraintsToContentsSize(WebCore::IntSize viewSize, WebCore::IntSize contentsSize, int nonOverlayScrollbarWidth); IntSize 66 Source/web/PageScaleConstraintsSet.h void didChangeContentsSize(WebCore::IntSize contentsSize, float pageScaleFactor); IntSize 107 Source/web/PopupContainer.cpp IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView) IntSize 160 Source/web/PopupContainer.cpp IntRect PopupContainer::layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, const IntPoint& popupInitialCoordinate) IntSize 188 Source/web/PopupContainer.cpp IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2); IntSize 219 Source/web/PopupContainer.cpp IntSize transformOffset(m_controlPosition.p4().x() - m_controlPosition.p1().x(), m_controlPosition.p4().y() - m_controlPosition.p1().y() - m_controlSize.height()); IntSize 378 Source/web/PopupContainer.cpp void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView* v, int index) IntSize 418 Source/web/PopupContainer.cpp IntRect widgetRectInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), locationInWindow); IntSize 77 Source/web/PopupContainer.h void showInRect(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize& controlSize, WebCore::FrameView*, int index); IntSize 112 Source/web/PopupContainer.h static WebCore::IntRect layoutAndCalculateWidgetRectInternal(WebCore::IntRect widgetRectInScreen, int targetControlHeight, const WebCore::FloatRect& windowRect, const WebCore::FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const WebCore::IntSize& transformOffset, PopupContent*, bool& needToResizeView); IntSize 124 Source/web/PopupContainer.h WebCore::IntRect layoutAndCalculateWidgetRect(int targetControlHeight, const WebCore::IntSize& transformOffset, const WebCore::IntPoint& popupInitialCoordinate); IntSize 150 Source/web/PopupContainer.h WebCore::IntSize m_controlSize; IntSize 802 Source/web/PopupListBox.cpp setContentsSize(IntSize(contentWidth, getRowBounds(numItems() - 1).maxY())); IntSize 58 Source/web/PopupMenuChromium.cpp void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) IntSize 52 Source/web/PopupMenuChromium.h virtual void show(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize& controlSize, int index) OVERRIDE; IntSize 206 Source/web/ScrollbarGroup.cpp IntSize ScrollbarGroup::contentsSize() const IntSize 208 Source/web/ScrollbarGroup.cpp IntSize size; IntSize 226 Source/web/ScrollbarGroup.cpp IntSize ScrollbarGroup::overhangAmount() const IntSize 228 Source/web/ScrollbarGroup.cpp return IntSize(); IntSize 68 Source/web/ScrollbarGroup.h virtual WebCore::IntSize contentsSize() const OVERRIDE; IntSize 69 Source/web/ScrollbarGroup.h virtual WebCore::IntSize overhangAmount() const OVERRIDE; IntSize 442 Source/web/TextFinder.cpp IntSize currentContentsSize = m_ownerFrame.contentsSize(); IntSize 250 Source/web/TextFinder.h WebCore::IntSize m_contentsSizeForCurrentFindMatchRects; IntSize 62 Source/web/ViewportAnchor.cpp IntSize pointOffset = viewRect.size(); IntSize 107 Source/web/ViewportAnchor.cpp IntPoint ViewportAnchor::computeOrigin(const IntSize& currentViewSize) const IntSize 42 Source/web/ViewportAnchor.h class IntSize; IntSize 62 Source/web/ViewportAnchor.h WebCore::IntPoint computeOrigin(const WebCore::IntSize& currentViewSize) const; IntSize 293 Source/web/WebDevToolsAgentImpl.cpp ic->webViewResized(IntSize()); IntSize 1459 Source/web/WebFrameImpl.cpp IntSize size = pageSize; IntSize 1737 Source/web/WebFrameImpl.cpp void WebFrameImpl::didChangeContentsSize(const IntSize& size) IntSize 1886 Source/web/WebFrameImpl.cpp void WebFrameImpl::setInputEventsTransformForEmulation(const IntSize& offset, float contentScaleFactor) IntSize 50 Source/web/WebFrameImpl.h class IntSize; IntSize 249 Source/web/WebFrameImpl.h void didChangeContentsSize(const WebCore::IntSize&); IntSize 305 Source/web/WebFrameImpl.h void setInputEventsTransformForEmulation(const WebCore::IntSize&, float); IntSize 365 Source/web/WebFrameImpl.h WebCore::IntSize m_inputEventsOffsetForEmulation; IntSize 64 Source/web/WebInputEventConversion.cpp static IntSize widgetInputEventsOffset(const Widget* widget) IntSize 67 Source/web/WebInputEventConversion.cpp return IntSize(); IntSize 70 Source/web/WebInputEventConversion.cpp return IntSize(); IntSize 80 Source/web/WebInputEventConversion.cpp IntSize offset = widgetInputEventsOffset(widget); IntSize 127 Source/web/WebInputEventConversion.cpp IntSize offset = widgetInputEventsOffset(widget); IntSize 168 Source/web/WebInputEventConversion.cpp IntSize offset = widgetInputEventsOffset(widget); IntSize 407 Source/web/WebInputEventConversion.cpp IntSize offset = widgetInputEventsOffset(widget); IntSize 242 Source/web/WebMediaPlayerClientImpl.cpp IntSize WebMediaPlayerClientImpl::naturalSize() const IntSize 246 Source/web/WebMediaPlayerClientImpl.cpp return IntSize(); IntSize 101 Source/web/WebMediaPlayerClientImpl.h virtual WebCore::IntSize naturalSize() const OVERRIDE; IntSize 100 Source/web/WebPagePopupImpl.cpp virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) OVERRIDE IntSize 402 Source/web/WebPluginContainerImpl.cpp IntSize scrollDelta(dx, dy); IntSize 418 Source/web/WebPopupMenuImpl.cpp void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) IntSize 125 Source/web/WebPopupMenuImpl.h const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect, IntSize 1003 Source/web/WebViewImpl.cpp HitTestResult result = mainFrameImpl()->frame()->eventHandler().hitTestResultAtPoint(point, hitType, IntSize(rect.width, rect.height)); IntSize 1027 Source/web/WebViewImpl.cpp IntSize scrollOffset; IntSize 1594 Source/web/WebViewImpl.cpp IntSize viewportSize = view->visibleContentRect().size(); IntSize 1657 Source/web/WebViewImpl.cpp IntSize(), 0, false, false, false, false, IntSize 2868 Source/web/WebViewImpl.cpp IntSize WebViewImpl::contentsSize() const IntSize 2872 Source/web/WebViewImpl.cpp return IntSize(); IntSize 2884 Source/web/WebViewImpl.cpp IntSize preferredMinimumSize(document->renderView()->minPreferredLogicalWidth(), document->documentElement()->scrollHeight()); IntSize 2917 Source/web/WebViewImpl.cpp m_savedScrollOffset = IntSize(); IntSize 404 Source/web/WebViewImpl.h WebCore::IntSize minAutoSize() const IntSize 409 Source/web/WebViewImpl.h WebCore::IntSize maxAutoSize() const IntSize 528 Source/web/WebViewImpl.h WebCore::IntSize contentsSize() const; IntSize 620 Source/web/WebViewImpl.h WebCore::IntSize m_minAutoSize; IntSize 622 Source/web/WebViewImpl.h WebCore::IntSize m_maxAutoSize; IntSize 655 Source/web/WebViewImpl.h WebCore::IntSize m_savedScrollOffset; IntSize 88 Source/web/tests/CompositedLayerMappingTest.cpp m_webViewImpl->resize(IntSize(320, 240)); IntSize 54 Source/web/tests/PopupContainerTest.cpp MockPopupContent(const IntSize& widgetSize) IntSize 76 Source/web/tests/PopupContainerTest.cpp static IntRect calculatePositionWithTransformAndRTL(const IntRect& initialRect, const IntSize& transformOffset, int verticalOffset, PopupContent* content) IntSize 93 Source/web/tests/PopupContainerTest.cpp return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, 0, IntSize(), content, needToResizeView); IntSize 182 Source/web/tests/PopupContainerTest.cpp IntSize transformOffset(-4, -8); IntSize 192 Source/web/tests/PopupContainerTest.cpp IntSize transformOffset(4, -8); IntSize 204 Source/web/tests/PopupMenuTest.cpp m_popupMenu->show(FloatQuad(FloatRect(0, 0, 100, 100)), IntSize(100, 100), 0); IntSize 65 Source/web/tests/ScrollAnimatorNoneTest.cpp MOCK_CONST_METHOD0(contentsSize, IntSize()); IntSize 66 Source/web/tests/ScrollAnimatorNoneTest.cpp MOCK_CONST_METHOD0(overhangAmount, IntSize()); IntSize 74 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp webViewImpl()->resize(IntSize(320, 240)); IntSize 63 Source/web/tests/ViewportTest.cpp using WebCore::IntSize; IntSize 129 Source/web/tests/ViewportTest.cpp IntSize initialViewportSize(initialWidth, initialHeight); IntSize 697 Source/web/tests/WebFrameTest.cpp webViewHelper.webViewImpl()->setFixedLayoutSize(WebCore::IntSize(100, 100)); IntSize 1700 Source/web/tests/WebFrameTest.cpp WebCore::IntSize unscaledSize = view->unscaledVisibleContentSize(WebCore::IncludeScrollbars); IntSize 1704 Source/web/tests/WebFrameTest.cpp WebCore::IntSize unscaledSizeMinusScrollbar = view->unscaledVisibleContentSize(WebCore::ExcludeScrollbars); IntSize 1708 Source/web/tests/WebFrameTest.cpp WebCore::IntSize scaledSize = view->visibleContentRect().size(); IntSize 2285 Source/web/tests/WebFrameTest.cpp WebCore::IntSize scrollDelta = webViewImpl->fakePageScaleAnimationTargetPositionForTesting() - webViewImpl->mainFrameImpl()->frameView()->scrollPosition(); IntSize 271 Source/web/tests/WebInputEventConversionTest.cpp PlatformGestureEvent platformGestureEvent(PlatformEvent::GestureScrollUpdate, IntPoint(10, 10), IntPoint(10, 10), IntSize(10, 10), 0, false, false, false, false, 10, 10, 10, 10); IntSize 66 public/platform/WebSize.h WebSize(const WebCore::IntSize& s) IntSize 72 public/platform/WebSize.h WebSize& operator=(const WebCore::IntSize& s) IntSize 79 public/platform/WebSize.h operator WebCore::IntSize() const IntSize 81 public/platform/WebSize.h return WebCore::IntSize(width, height);