m_size             33 Source/core/animation/InterpolableValue.cpp     ASSERT(toList->m_size == m_size);
m_size             42 Source/core/animation/InterpolableValue.cpp     OwnPtrWillBeRawPtr<InterpolableList> result = create(m_size);
m_size             43 Source/core/animation/InterpolableValue.cpp     for (size_t i = 0; i < m_size; i++) {
m_size            102 Source/core/animation/InterpolableValue.h         ASSERT(position < m_size);
m_size            107 Source/core/animation/InterpolableValue.h         ASSERT(position < m_size);
m_size            110 Source/core/animation/InterpolableValue.h     size_t length() const { return m_size; }
m_size            118 Source/core/animation/InterpolableValue.h         : m_size(size)
m_size            119 Source/core/animation/InterpolableValue.h         , m_values(m_size)
m_size            124 Source/core/animation/InterpolableValue.h         : m_size(other.m_size)
m_size            125 Source/core/animation/InterpolableValue.h         , m_values(m_size)
m_size            127 Source/core/animation/InterpolableValue.h         for (size_t i = 0; i < m_size; i++)
m_size            131 Source/core/animation/InterpolableValue.h     size_t m_size;
m_size            114 Source/core/editing/TextIterator.cpp     : m_size(0)
m_size            124 Source/core/editing/TextIterator.cpp     unsigned index = m_size / bitsInWord;
m_size            125 Source/core/editing/TextIterator.cpp     unsigned shift = m_size & bitInWordMask;
m_size            136 Source/core/editing/TextIterator.cpp     ++m_size;
m_size            141 Source/core/editing/TextIterator.cpp     if (m_size)
m_size            142 Source/core/editing/TextIterator.cpp         --m_size;
m_size            147 Source/core/editing/TextIterator.cpp     if (!m_size)
m_size            149 Source/core/editing/TextIterator.cpp     unsigned shift = (m_size - 1) & bitInWordMask;
m_size            155 Source/core/editing/TextIterator.cpp     return m_size;
m_size             68 Source/core/editing/TextIterator.h     unsigned m_size;
m_size            271 Source/core/frame/FrameView.cpp     m_size = LayoutSize();
m_size            904 Source/core/frame/FrameView.cpp                     if (!m_firstLayout && m_size.height() != layoutSize().height() && body->renderer()->enclosingBox()->stretchesToViewport())
m_size            944 Source/core/frame/FrameView.cpp             LayoutSize oldSize = m_size;
m_size            946 Source/core/frame/FrameView.cpp             m_size = LayoutSize(layoutSize().width(), layoutSize().height());
m_size            948 Source/core/frame/FrameView.cpp             if (oldSize != m_size) {
m_size            955 Source/core/frame/FrameView.cpp                 if (!renderView()->style()->isHorizontalWritingMode() || oldSize.width() != m_size.width())
m_size            426 Source/core/frame/FrameView.h     LayoutSize m_size;
m_size             76 Source/core/html/HTMLCanvasElement.cpp     , m_size(DefaultWidth, DefaultHeight)
m_size            357 Source/core/html/HTMLCanvasElement.cpp     m_size = size;
m_size            387 Source/core/html/HTMLCanvasElement.cpp     if (m_size.isEmpty() || !buffer())
m_size             78 Source/core/html/HTMLCanvasElement.h     const IntSize& size() const { return m_size; }
m_size            173 Source/core/html/HTMLCanvasElement.h     IntSize m_size;
m_size            107 Source/core/html/HTMLInputElement.cpp     , m_size(defaultSize)
m_size            662 Source/core/html/HTMLInputElement.cpp         int oldSize = m_size;
m_size            664 Source/core/html/HTMLInputElement.cpp         m_size = valueAsInteger > 0 ? valueAsInteger : defaultSize;
m_size            665 Source/core/html/HTMLInputElement.cpp         if (m_size != oldSize && renderer())
m_size            909 Source/core/html/HTMLInputElement.cpp     return m_size;
m_size            380 Source/core/html/HTMLInputElement.h     int m_size;
m_size             68 Source/core/html/HTMLSelectElement.cpp     , m_size(0)
m_size            185 Source/core/html/HTMLSelectElement.cpp     return !m_multiple && m_size <= 1;
m_size            318 Source/core/html/HTMLSelectElement.cpp         int oldSize = m_size;
m_size            334 Source/core/html/HTMLSelectElement.cpp         m_size = size;
m_size            336 Source/core/html/HTMLSelectElement.cpp         if (m_size != oldSize && inActiveDocument()) {
m_size            802 Source/core/html/HTMLSelectElement.cpp                 } else if (m_size <= 1 && !foundSelected && !option.isDisabledFormControl()) {
m_size            821 Source/core/html/HTMLSelectElement.cpp     if (!foundSelected && m_size <= 1 && firstOption && !firstOption->selected())
m_size           1106 Source/core/html/HTMLSelectElement.cpp     if (!selectedOption && firstOption && !m_multiple && m_size <= 1)
m_size             60 Source/core/html/HTMLSelectElement.h     int size() const { return m_size; }
m_size            204 Source/core/html/HTMLSelectElement.h     int m_size;
m_size            128 Source/core/html/ImageData.cpp     : m_size(size)
m_size            135 Source/core/html/ImageData.cpp     : m_size(size)
m_size             50 Source/core/html/ImageData.h     IntSize size() const { return m_size; }
m_size             51 Source/core/html/ImageData.h     int width() const { return m_size.width(); }
m_size             52 Source/core/html/ImageData.h     int height() const { return m_size.height(); }
m_size             61 Source/core/html/ImageData.h     IntSize m_size;
m_size             45 Source/core/html/canvas/WebGLActiveInfo.h     GLint size() const { return m_size; }
m_size             51 Source/core/html/canvas/WebGLActiveInfo.h         , m_size(size)
m_size             60 Source/core/html/canvas/WebGLActiveInfo.h     GLint m_size;
m_size            159 Source/core/inspector/InspectorApplicationCacheAgent.cpp         .setSize(applicationCacheInfo.m_size)
m_size            198 Source/core/inspector/InspectorApplicationCacheAgent.cpp         .setSize(static_cast<int>(resourceInfo.m_size))
m_size            342 Source/core/inspector/InspectorOverlay.cpp     m_size = size;
m_size            398 Source/core/inspector/InspectorOverlay.cpp     bool hasAlwaysVisibleElements = m_highlightNode || m_eventTargetNode || m_highlightQuad || !m_size.isEmpty() || m_drawViewSize;
m_size            417 Source/core/inspector/InspectorOverlay.cpp     IntSize size = m_size.isEmpty() ? frameViewFullSize : m_size;
m_size            422 Source/core/inspector/InspectorOverlay.cpp     reset(size, m_size.isEmpty() ? IntSize() : frameViewFullSize, viewRect.x(), viewRect.y());
m_size            445 Source/core/inspector/InspectorOverlay.cpp     m_size = IntSize();
m_size            176 Source/core/inspector/InspectorOverlay.h     IntSize m_size;
m_size             81 Source/core/loader/appcache/ApplicationCacheHost.h                 , m_size(size) { }
m_size             85 Source/core/loader/appcache/ApplicationCacheHost.h             long long m_size;
m_size             96 Source/core/loader/appcache/ApplicationCacheHost.h                 , m_size(size) { }
m_size            103 Source/core/loader/appcache/ApplicationCacheHost.h             long long m_size;
m_size             44 Source/core/xml/parser/XMLParserInput.h         , m_size(0)
m_size             55 Source/core/xml/parser/XMLParserInput.h             m_size = m_source.length() * sizeof(LChar);
m_size             59 Source/core/xml/parser/XMLParserInput.h             m_size = m_source.length() * sizeof(UChar);
m_size             65 Source/core/xml/parser/XMLParserInput.h     int size() const { return m_size; }
m_size             71 Source/core/xml/parser/XMLParserInput.h     int m_size;
m_size             72 Source/platform/DragImageTest.cpp         return m_size;
m_size             77 Source/platform/DragImageTest.cpp         if (m_size.isZero())
m_size             99 Source/platform/DragImageTest.cpp     IntSize m_size;
m_size            156 Source/platform/PODArena.h             , m_size(size)
m_size            177 Source/platform/PODArena.h             if (m_currentOffset + size > m_size)
m_size            188 Source/platform/PODArena.h         size_t m_size;
m_size            143 Source/platform/SharedBuffer.cpp     : m_size(0)
m_size            152 Source/platform/SharedBuffer.cpp     : m_size(size)
m_size            163 Source/platform/SharedBuffer.cpp     : m_size(0)
m_size            178 Source/platform/SharedBuffer.cpp     : m_size(0)
m_size            193 Source/platform/SharedBuffer.cpp     : m_size(0)
m_size            220 Source/platform/SharedBuffer.cpp     buffer->m_size = buffer->m_buffer.size();
m_size            226 Source/platform/SharedBuffer.cpp     return m_size;
m_size            251 Source/platform/SharedBuffer.cpp     ASSERT(m_size >= m_buffer.size());
m_size            252 Source/platform/SharedBuffer.cpp     unsigned positionInSegment = offsetInSegment(m_size - m_buffer.size());
m_size            253 Source/platform/SharedBuffer.cpp     m_size += length;
m_size            255 Source/platform/SharedBuffer.cpp     if (m_size <= segmentSize) {
m_size            295 Source/platform/SharedBuffer.cpp     m_size = 0;
m_size            302 Source/platform/SharedBuffer.cpp     clone->m_size = m_size;
m_size            303 Source/platform/SharedBuffer.cpp     clone->m_buffer.reserveCapacity(m_size);
m_size            320 Source/platform/SharedBuffer.cpp     if (m_size > bufferSize) {
m_size            321 Source/platform/SharedBuffer.cpp         m_buffer.reserveCapacity(m_size);
m_size            322 Source/platform/SharedBuffer.cpp         unsigned bytesLeft = m_size - bufferSize;
m_size            342 Source/platform/SharedBuffer.cpp     ASSERT_WITH_SECURITY_IMPLICATION(position < m_size);
m_size            113 Source/platform/SharedBuffer.h     unsigned m_size;
m_size             41 Source/platform/audio/AudioArray.h     AudioArray() : m_allocation(0), m_alignedData(0), m_size(0) { }
m_size             42 Source/platform/audio/AudioArray.h     explicit AudioArray(size_t n) : m_allocation(0), m_alignedData(0), m_size(0)
m_size             91 Source/platform/audio/AudioArray.h                 m_size = n;
m_size            103 Source/platform/audio/AudioArray.h     size_t size() const { return m_size; }
m_size            154 Source/platform/audio/AudioArray.h     size_t m_size;
m_size            228 Source/platform/blob/BlobData.h     unsigned long long size() { return m_size; }
m_size            239 Source/platform/blob/BlobData.h     const long long m_size;
m_size             41 Source/platform/fonts/FontPlatformData.cpp     , m_size(0)
m_size             58 Source/platform/fonts/FontPlatformData.cpp     , m_size(0)
m_size             75 Source/platform/fonts/FontPlatformData.cpp     , m_size(size)
m_size             93 Source/platform/fonts/FontPlatformData.cpp     , m_size(size)
m_size            108 Source/platform/fonts/FontPlatformData.cpp     , m_size(source.m_size)
m_size            128 Source/platform/fonts/FontPlatformData.cpp     m_size = other.m_size;
m_size            113 Source/platform/fonts/FontPlatformData.h     float size() const { return m_size; }
m_size            114 Source/platform/fonts/FontPlatformData.h     void setSize(float size) { m_size = size; }
m_size            145 Source/platform/fonts/FontPlatformData.h             && m_size == other.m_size
m_size            187 Source/platform/fonts/FontPlatformData.h     float m_size;
m_size            136 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     const float size = m_platformData->m_size;
m_size             60 Source/platform/fonts/mac/FontMac.cpp     const float textSize = platformData.m_size >= 0 ? platformData.m_size : 12;
m_size            154 Source/platform/geometry/FloatRect.cpp     m_size.setWidth(width() * sx);
m_size            155 Source/platform/geometry/FloatRect.cpp     m_size.setHeight(height() * sy);
m_size             58 Source/platform/geometry/FloatRect.h         : m_location(location), m_size(size) { }
m_size             60 Source/platform/geometry/FloatRect.h         : m_location(FloatPoint(x, y)), m_size(FloatSize(width, height)) { }
m_size             68 Source/platform/geometry/FloatRect.h     FloatSize size() const { return m_size; }
m_size             71 Source/platform/geometry/FloatRect.h     void setSize(const FloatSize& size) { m_size = size; }
m_size             77 Source/platform/geometry/FloatRect.h     float width() const { return m_size.width(); }
m_size             78 Source/platform/geometry/FloatRect.h     float height() const { return m_size.height(); }
m_size             82 Source/platform/geometry/FloatRect.h     void setWidth(float width) { m_size.setWidth(width); }
m_size             83 Source/platform/geometry/FloatRect.h     void setHeight(float height) { m_size.setHeight(height); }
m_size             85 Source/platform/geometry/FloatRect.h     bool isEmpty() const { return m_size.isEmpty(); }
m_size             86 Source/platform/geometry/FloatRect.h     bool isZero() const { return m_size.isZero(); }
m_size             95 Source/platform/geometry/FloatRect.h     void expand(const FloatSize& size) { m_size += size; }
m_size             96 Source/platform/geometry/FloatRect.h     void expand(float dw, float dh) { m_size.expand(dw, dh); }
m_size             97 Source/platform/geometry/FloatRect.h     void contract(const FloatSize& size) { m_size -= size; }
m_size             98 Source/platform/geometry/FloatRect.h     void contract(float dw, float dh) { m_size.expand(-dw, -dh); }
m_size            124 Source/platform/geometry/FloatRect.h     FloatPoint maxXMinYCorner() const { return FloatPoint(m_location.x() + m_size.width(), m_location.y()); } // typically topRight
m_size            125 Source/platform/geometry/FloatRect.h     FloatPoint minXMaxYCorner() const { return FloatPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
m_size            126 Source/platform/geometry/FloatRect.h     FloatPoint maxXMaxYCorner() const { return FloatPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
m_size            148 Source/platform/geometry/FloatRect.h         m_size.setWidth(m_size.width() + dx + dx);
m_size            153 Source/platform/geometry/FloatRect.h         m_size.setHeight(m_size.height() + dy + dy);
m_size            159 Source/platform/geometry/FloatRect.h     FloatRect transposedRect() const { return FloatRect(m_location.transposedPoint(), m_size.transposedSize()); }
m_size            179 Source/platform/geometry/FloatRect.h     FloatSize m_size;
m_size            184 Source/platform/geometry/FloatRect.h         m_size.setWidth(right - left);
m_size            185 Source/platform/geometry/FloatRect.h         m_size.setHeight(bottom - top);
m_size             80 Source/platform/geometry/IntRect.cpp     m_size.setWidth(right - left);
m_size             81 Source/platform/geometry/IntRect.cpp     m_size.setHeight(bottom - top);
m_size            101 Source/platform/geometry/IntRect.cpp     m_size.setWidth(right - left);
m_size            102 Source/platform/geometry/IntRect.cpp     m_size.setHeight(bottom - top);
m_size            122 Source/platform/geometry/IntRect.cpp     m_size.setWidth(right - left);
m_size            123 Source/platform/geometry/IntRect.cpp     m_size.setHeight(bottom - top);
m_size            130 Source/platform/geometry/IntRect.cpp     m_size.setWidth((int)(width() * s));
m_size            131 Source/platform/geometry/IntRect.cpp     m_size.setHeight((int)(height() * s));
m_size             54 Source/platform/geometry/IntRect.h         : m_location(location), m_size(size) { }
m_size             56 Source/platform/geometry/IntRect.h         : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
m_size             62 Source/platform/geometry/IntRect.h     IntSize size() const { return m_size; }
m_size             65 Source/platform/geometry/IntRect.h     void setSize(const IntSize& size) { m_size = size; }
m_size             71 Source/platform/geometry/IntRect.h     int width() const { return m_size.width(); }
m_size             72 Source/platform/geometry/IntRect.h     int height() const { return m_size.height(); }
m_size             76 Source/platform/geometry/IntRect.h     void setWidth(int width) { m_size.setWidth(width); }
m_size             77 Source/platform/geometry/IntRect.h     void setHeight(int height) { m_size.setHeight(height); }
m_size             79 Source/platform/geometry/IntRect.h     bool isEmpty() const { return m_size.isEmpty(); }
m_size             89 Source/platform/geometry/IntRect.h     void expand(const IntSize& size) { m_size += size; }
m_size             90 Source/platform/geometry/IntRect.h     void expand(int dw, int dh) { m_size.expand(dw, dh); }
m_size             91 Source/platform/geometry/IntRect.h     void contract(const IntSize& size) { m_size -= size; }
m_size             92 Source/platform/geometry/IntRect.h     void contract(int dw, int dh) { m_size.expand(-dw, -dh); }
m_size            118 Source/platform/geometry/IntRect.h     IntPoint maxXMinYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y()); } // typically topRight
m_size            119 Source/platform/geometry/IntRect.h     IntPoint minXMaxYCorner() const { return IntPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
m_size            120 Source/platform/geometry/IntRect.h     IntPoint maxXMaxYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
m_size            138 Source/platform/geometry/IntRect.h         m_size.setWidth(m_size.width() + dx + dx);
m_size            143 Source/platform/geometry/IntRect.h         m_size.setHeight(m_size.height() + dy + dy);
m_size            151 Source/platform/geometry/IntRect.h     IntRect transposedRect() const { return IntRect(m_location.transposedPoint(), m_size.transposedSize()); }
m_size            165 Source/platform/geometry/IntRect.h     IntSize m_size;
m_size             72 Source/platform/geometry/LayoutRect.cpp     m_size = newMaxPoint - newLocation;
m_size             89 Source/platform/geometry/LayoutRect.cpp     m_size = newMaxPoint - newLocation;
m_size            106 Source/platform/geometry/LayoutRect.cpp     m_size = newMaxPoint - newLocation;
m_size            112 Source/platform/geometry/LayoutRect.cpp     m_size.scale(s);
m_size            118 Source/platform/geometry/LayoutRect.cpp     m_size.scale(xAxisScale, yAxisScale);
m_size             47 Source/platform/geometry/LayoutRect.h         : m_location(location), m_size(size) { }
m_size             49 Source/platform/geometry/LayoutRect.h         : m_location(LayoutPoint(x, y)), m_size(LayoutSize(width, height)) { }
m_size             51 Source/platform/geometry/LayoutRect.h         : m_location(location), m_size(size) { }
m_size             52 Source/platform/geometry/LayoutRect.h     LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { }
m_size             57 Source/platform/geometry/LayoutRect.h     LayoutSize size() const { return m_size; }
m_size             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())); }
m_size             63 Source/platform/geometry/LayoutRect.h     void setSize(const LayoutSize& size) { m_size = size; }
m_size             69 Source/platform/geometry/LayoutRect.h     LayoutUnit width() const { return m_size.width(); }
m_size             70 Source/platform/geometry/LayoutRect.h     LayoutUnit height() const { return m_size.height(); }
m_size             76 Source/platform/geometry/LayoutRect.h     int pixelSnappedMaxX() const { return (m_location.x() + m_size.width()).round(); }
m_size             77 Source/platform/geometry/LayoutRect.h     int pixelSnappedMaxY() const { return (m_location.y() + m_size.height()).round(); }
m_size             81 Source/platform/geometry/LayoutRect.h     void setWidth(LayoutUnit width) { m_size.setWidth(width); }
m_size             82 Source/platform/geometry/LayoutRect.h     void setHeight(LayoutUnit height) { m_size.setHeight(height); }
m_size             84 Source/platform/geometry/LayoutRect.h     bool isEmpty() const { return m_size.isEmpty(); }
m_size             94 Source/platform/geometry/LayoutRect.h     void expand(const LayoutSize& size) { m_size += size; }
m_size             98 Source/platform/geometry/LayoutRect.h         m_size.expand(box.left() + box.right(), box.top() + box.bottom());
m_size            100 Source/platform/geometry/LayoutRect.h     void expand(LayoutUnit dw, LayoutUnit dh) { m_size.expand(dw, dh); }
m_size            101 Source/platform/geometry/LayoutRect.h     void contract(const LayoutSize& size) { m_size -= size; }
m_size            105 Source/platform/geometry/LayoutRect.h         m_size.shrink(box.left() + box.right(), box.top() + box.bottom());
m_size            107 Source/platform/geometry/LayoutRect.h     void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); }
m_size            133 Source/platform/geometry/LayoutRect.h     LayoutPoint maxXMinYCorner() const { return LayoutPoint(m_location.x() + m_size.width(), m_location.y()); } // typically topRight
m_size            134 Source/platform/geometry/LayoutRect.h     LayoutPoint minXMaxYCorner() const { return LayoutPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
m_size            135 Source/platform/geometry/LayoutRect.h     LayoutPoint maxXMaxYCorner() const { return LayoutPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
m_size            153 Source/platform/geometry/LayoutRect.h         m_size.setWidth(m_size.width() + dx + dx);
m_size            158 Source/platform/geometry/LayoutRect.h         m_size.setHeight(m_size.height() + dy + dy);
m_size            164 Source/platform/geometry/LayoutRect.h     LayoutRect transposedRect() const { return LayoutRect(m_location.transposedPoint(), m_size.transposedSize()); }
m_size            174 Source/platform/geometry/LayoutRect.h     LayoutSize m_size;
m_size             66 Source/platform/graphics/BitmapImage.cpp     , m_size(nativeImage->bitmap().width(), nativeImage->bitmap().height())
m_size             84 Source/platform/graphics/BitmapImage.cpp     m_sizeRespectingOrientation = m_size;
m_size            156 Source/platform/graphics/BitmapImage.cpp     const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
m_size            157 Source/platform/graphics/BitmapImage.cpp     if (frameSize != m_size)
m_size            173 Source/platform/graphics/BitmapImage.cpp     m_size = m_source.size();
m_size            181 Source/platform/graphics/BitmapImage.cpp     return m_size;
m_size            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).
m_size             43 Source/platform/graphics/CrossfadeGeneratedImage.cpp     m_size = size;
m_size            102 Source/platform/graphics/CrossfadeGeneratedImage.cpp     OwnPtr<ImageBuffer> imageBuffer = context->createCompatibleBuffer(m_size);
m_size            141 Source/platform/graphics/DeferredImageDecoder.cpp     return m_actualDecoder ? m_actualDecoder->size() : m_size;
m_size            148 Source/platform/graphics/DeferredImageDecoder.cpp     return m_actualDecoder ? m_actualDecoder->frameSizeAtIndex(index) : m_size;
m_size            211 Source/platform/graphics/DeferredImageDecoder.cpp     m_size = m_actualDecoder->size();
m_size             94 Source/platform/graphics/DeferredImageDecoder.h     IntSize m_size;
m_size             39 Source/platform/graphics/GeneratedImage.h     virtual void setContainerSize(const IntSize& size) OVERRIDE { m_size = size; }
m_size             45 Source/platform/graphics/GeneratedImage.h     virtual IntSize size() const OVERRIDE { return m_size; }
m_size             60 Source/platform/graphics/GeneratedImage.h     IntSize m_size;
m_size             44 Source/platform/graphics/GradientGeneratedImage.cpp     destContext->fillRect(FloatRect(FloatPoint(), m_size));
m_size             59 Source/platform/graphics/GradientGeneratedImage.h         m_size = size;
m_size            502 Source/platform/graphics/GraphicsLayer.cpp         FloatRect largestRepaintRect(FloatPoint(), m_size);
m_size            559 Source/platform/graphics/GraphicsLayer.cpp     if (m_size != IntSize()) {
m_size            561 Source/platform/graphics/GraphicsLayer.cpp         ts << "(bounds " << m_size.width() << " " << m_size.height() << ")\n";
m_size            809 Source/platform/graphics/GraphicsLayer.cpp     if (clampedSize == m_size)
m_size            812 Source/platform/graphics/GraphicsLayer.cpp     m_size = clampedSize;
m_size            814 Source/platform/graphics/GraphicsLayer.cpp     m_layer->layer()->setBounds(flooredIntSize(m_size));
m_size            973 Source/platform/graphics/GraphicsLayer.cpp         addRepaintRect(FloatRect(FloatPoint(), m_size));
m_size            158 Source/platform/graphics/GraphicsLayer.h     const FloatSize& size() const { return m_size; }
m_size            345 Source/platform/graphics/GraphicsLayer.h     FloatSize m_size;
m_size            146 Source/platform/graphics/ImageBuffer.h     ImageDataBuffer(const IntSize& size, PassRefPtr<Uint8ClampedArray> data) : m_size(size), m_data(data) { }
m_size            147 Source/platform/graphics/ImageBuffer.h     IntSize size() const { return m_size; }
m_size            150 Source/platform/graphics/ImageBuffer.h     IntSize m_size;
m_size             75 Source/platform/graphics/ImageBufferSurface.h     const IntSize& size() const { return m_size; }
m_size             84 Source/platform/graphics/ImageBufferSurface.h     IntSize m_size;
m_size            235 Source/platform/graphics/ImageDecodingStore.h             , m_size(SkISize::Make(m_cachedDecoder->decodedSize().width(), m_cachedDecoder->decodedSize().height()))
m_size            239 Source/platform/graphics/ImageDecodingStore.h         virtual size_t memoryUsageInBytes() const OVERRIDE { return m_size.width() * m_size.height() * 4; }
m_size            250 Source/platform/graphics/ImageDecodingStore.h         DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); }
m_size            255 Source/platform/graphics/ImageDecodingStore.h         SkISize m_size;
m_size             75 Source/platform/graphics/ImageLayerChromiumTest.cpp         return m_size;
m_size             80 Source/platform/graphics/ImageLayerChromiumTest.cpp         if (m_size.isZero())
m_size             97 Source/platform/graphics/ImageLayerChromiumTest.cpp     IntSize m_size;
m_size            110 Source/platform/graphics/gpu/DrawingBuffer.cpp     , m_size(-1, -1)
m_size            193 Source/platform/graphics/gpu/DrawingBuffer.cpp         unsigned newColorBuffer = createColorTexture(m_size);
m_size            260 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (mailboxInfo->size != m_size) {
m_size            262 Source/platform/graphics/gpu/DrawingBuffer.cpp         texImage2DResourceSafe(GL_TEXTURE_2D, 0, m_internalColorFormat, m_size.width(), m_size.height(), 0, m_colorFormat, GL_UNSIGNED_BYTE);
m_size            263 Source/platform/graphics/gpu/DrawingBuffer.cpp         mailboxInfo->size = m_size;
m_size            274 Source/platform/graphics/gpu/DrawingBuffer.cpp     returnMailbox->size = m_size;
m_size            449 Source/platform/graphics/gpu/DrawingBuffer.cpp     unsigned sourceTexture = createColorTexture(m_size);
m_size            668 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (m_size == size)
m_size            672 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_size = size;
m_size            676 Source/platform/graphics/gpu/DrawingBuffer.cpp     return (max(0, size.width()) * max(0, size.height())) - (max(0, m_size.width()) * max(0, m_size.height()));
m_size            731 Source/platform/graphics/gpu/DrawingBuffer.cpp     bool isNewContext = m_size.isEmpty();
m_size            743 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (adjustedSize != m_size) {
m_size            784 Source/platform/graphics/gpu/DrawingBuffer.cpp         width = m_size.width();
m_size            786 Source/platform/graphics/gpu/DrawingBuffer.cpp         height = m_size.height();
m_size             98 Source/platform/graphics/gpu/DrawingBuffer.h     IntSize size() const { return m_size; }
m_size             99 Source/platform/graphics/gpu/DrawingBuffer.h     bool isZeroSized() const { return m_size.isEmpty(); }
m_size            203 Source/platform/graphics/gpu/DrawingBuffer.h     IntSize m_size;
m_size             86 Source/platform/heap/Heap.cpp         return m_base <= addr && addr < (m_base + m_size);
m_size             92 Source/platform/heap/Heap.cpp         return contains(other.m_base) && contains(other.m_base + other.m_size - 1);
m_size             98 Source/platform/heap/Heap.cpp         int err = munmap(m_base, m_size);
m_size            109 Source/platform/heap/Heap.cpp         int err = mprotect(m_base, m_size, PROT_READ | PROT_WRITE);
m_size            111 Source/platform/heap/Heap.cpp             madvise(m_base, m_size, MADV_NORMAL);
m_size            116 Source/platform/heap/Heap.cpp         void* result = VirtualAlloc(m_base, m_size, MEM_COMMIT, PAGE_READWRITE);
m_size            124 Source/platform/heap/Heap.cpp         int err = mprotect(m_base, m_size, PROT_NONE);
m_size            127 Source/platform/heap/Heap.cpp         madvise(m_base, m_size, MADV_DONTNEED);
m_size            129 Source/platform/heap/Heap.cpp         bool success = VirtualFree(m_base, m_size, MEM_DECOMMIT);
m_size            138 Source/platform/heap/Heap.cpp     size_t m_size;
m_size            294 Source/platform/heap/Heap.cpp     return m_size & markBitMask;
m_size            301 Source/platform/heap/Heap.cpp     m_size &= ~markBitMask;
m_size            308 Source/platform/heap/Heap.cpp     return m_size & debugBitMask;
m_size            315 Source/platform/heap/Heap.cpp     m_size &= ~debugBitMask;
m_size            322 Source/platform/heap/Heap.cpp     m_size |= debugBitMask;
m_size            238 Source/platform/heap/Heap.h         : m_size(encodedSize) { }
m_size            243 Source/platform/heap/Heap.h     bool isFree() { return m_size & freeListMask; }
m_size            246 Source/platform/heap/Heap.h     size_t size() const { return m_size & sizeMask; }
m_size            249 Source/platform/heap/Heap.h     size_t m_size;
m_size           1134 Source/platform/heap/Heap.h     m_size |= markBitMask;
m_size             42 Source/platform/heap/HeapLinkedStack.h     HeapLinkedStack() : m_size(0) { }
m_size             70 Source/platform/heap/HeapLinkedStack.h     size_t m_size;
m_size             90 Source/platform/heap/HeapLinkedStack.h     ++m_size;
m_size            102 Source/platform/heap/HeapLinkedStack.h     ASSERT(m_head && m_size);
m_size            104 Source/platform/heap/HeapLinkedStack.h     --m_size;
m_size            110 Source/platform/heap/HeapLinkedStack.h     return m_size;
m_size            132 Source/platform/image-decoders/ImageDecoder.cpp     return m_size.area() * sizeof(ImageFrame::PixelData);
m_size            101 Source/platform/image-decoders/ImageDecoder.h     virtual IntSize size() const { return m_size; }
m_size            123 Source/platform/image-decoders/ImageDecoder.h         m_size = IntSize(width, height);
m_size            297 Source/platform/image-decoders/ImageDecoder.h     IntSize m_size;
m_size             90 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return (index && (index < m_dirEntries.size())) ? m_dirEntries[index].m_size : size();
m_size            160 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     const int aEntryArea = a.m_size.width() * a.m_size.height();
m_size            161 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     const int bEntryArea = b.m_size.width() * b.m_size.height();
m_size            223 Source/platform/image-decoders/ico/ICOImageDecoder.cpp         m_frameSize = dirEntry.m_size;
m_size            237 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     if (m_pngDecoders[index]->isSizeAvailable() && (m_pngDecoders[index]->size() != dirEntry.m_size))
m_size            292 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return setSize(dirEntry.m_size.width(), dirEntry.m_size.height());
m_size            309 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     entry.m_size = IntSize(width, height);
m_size             74 Source/platform/image-decoders/ico/ICOImageDecoder.h         IntSize m_size;
m_size            177 Source/web/WebPopupMenuImpl.cpp     if (m_size == newSize)
m_size            179 Source/web/WebPopupMenuImpl.cpp     m_size = newSize;
m_size            182 Source/web/WebPopupMenuImpl.cpp         IntRect newGeometry(0, 0, m_size.width, m_size.height);
m_size            187 Source/web/WebPopupMenuImpl.cpp         WebRect damagedRect(0, 0, m_size.width, m_size.height);
m_size            229 Source/web/WebPopupMenuImpl.cpp             m_rootLayer->layer()->setBounds(m_size);
m_size            241 Source/web/WebPopupMenuImpl.cpp     m_client->didInvalidateRect(IntRect(0, 0, m_size.width, m_size.height));
m_size             68 Source/web/WebPopupMenuImpl.h     virtual WebSize size() OVERRIDE FINAL { return m_size; }
m_size            134 Source/web/WebPopupMenuImpl.h     WebSize m_size;
m_size           1083 Source/web/WebViewImpl.cpp                 static_cast<int>(defaultMargin * rect.width / m_size.width),
m_size           1084 Source/web/WebViewImpl.cpp                 static_cast<int>(minimumMargin * rect.width / m_size.width));
m_size           1086 Source/web/WebViewImpl.cpp         scale = static_cast<float>(m_size.width) / rect.width;
m_size           1100 Source/web/WebViewImpl.cpp     float screenWidth = m_size.width / scale;
m_size           1101 Source/web/WebViewImpl.cpp     float screenHeight = m_size.height / scale;
m_size           1539 Source/web/WebViewImpl.cpp     return m_size;
m_size           1544 Source/web/WebViewImpl.cpp     if (m_shouldAutoResize || m_size == newSize)
m_size           1551 Source/web/WebViewImpl.cpp     WebSize oldSize = m_size;
m_size           1555 Source/web/WebViewImpl.cpp     m_size = newSize;
m_size           1578 Source/web/WebViewImpl.cpp             webFrame->frameView()->resize(m_size);
m_size           1580 Source/web/WebViewImpl.cpp                 page()->frameHost().pinchViewport().setSize(m_size);
m_size           1774 Source/web/WebViewImpl.cpp     WebRect damagedRect(0, 0, m_size.width, m_size.height);
m_size           2529 Source/web/WebViewImpl.cpp     int viewWidth = m_size.width / newScale;
m_size           2530 Source/web/WebViewImpl.cpp     int viewHeight = m_size.height / newScale;
m_size           2777 Source/web/WebViewImpl.cpp         m_pageScaleConstraintsSet.adjustFinalConstraintsToContentsSize(m_size, contentsSize(), verticalScrollbarWidth);
m_size           2797 Source/web/WebViewImpl.cpp     if (!settings()->viewportEnabled() || !page() || (!m_size.width && !m_size.height))
m_size           2811 Source/web/WebViewImpl.cpp         if (adjustedDescription.maxHeight.isFixed() && adjustedDescription.maxHeight.value() <= m_size.height)
m_size           2818 Source/web/WebViewImpl.cpp     m_pageScaleConstraintsSet.updatePageDefinedConstraints(adjustedDescription, m_size, defaultMinWidth);
m_size           2828 Source/web/WebViewImpl.cpp     m_pageScaleConstraintsSet.adjustForAndroidWebViewQuirks(adjustedDescription, m_size, defaultMinWidth.intValue(), deviceScaleFactor(), settingsImpl()->supportDeprecatedTargetDensityDPI(), page()->settings().wideViewportQuirkEnabled(), page()->settings().useWideViewport(), page()->settings().loadWithOverviewMode(), settingsImpl()->viewportMetaNonUserScalableQuirk());
m_size           2853 Source/web/WebViewImpl.cpp     WebSize layoutSize = m_size;
m_size           3201 Source/web/WebViewImpl.cpp             WebRect damagedRect(0, 0, m_size.width, m_size.height);
m_size           3467 Source/web/WebViewImpl.cpp         if (frameSize != m_size) {
m_size           3468 Source/web/WebViewImpl.cpp             m_size = frameSize;
m_size           3469 Source/web/WebViewImpl.cpp             m_client->didAutoResize(m_size);
m_size           3838 Source/web/WebViewImpl.cpp     m_client->didInvalidateRect(IntRect(0, 0, m_size.width, m_size.height));
m_size           3986 Source/web/WebViewImpl.cpp     return mainFrameImpl()->frameView()->layoutSize().width() == m_size.width
m_size            615 Source/web/WebViewImpl.h     WebSize m_size;
m_size             93 Source/web/tests/WebViewTest.cpp     void setSize(const WebSize& newSize) { m_size = newSize; }
m_size            102 Source/web/tests/WebViewTest.cpp     int width() const { return m_size.width; }
m_size            103 Source/web/tests/WebViewTest.cpp     int height() const { return m_size.height; }
m_size            106 Source/web/tests/WebViewTest.cpp     WebSize m_size;
m_size             43 Source/wtf/LinkedStack.h     LinkedStack() : m_size(0) { }
m_size             67 Source/wtf/LinkedStack.h     size_t m_size;
m_size             87 Source/wtf/LinkedStack.h     ++m_size;
m_size             99 Source/wtf/LinkedStack.h     ASSERT(m_head && m_size);
m_size            101 Source/wtf/LinkedStack.h     --m_size;
m_size            107 Source/wtf/LinkedStack.h     return m_size;
m_size             44 Source/wtf/StreamBuffer.h         : m_size(0)
m_size             60 Source/wtf/StreamBuffer.h         m_size += size;
m_size             75 Source/wtf/StreamBuffer.h         ASSERT(m_size >= size);
m_size             76 Source/wtf/StreamBuffer.h         if (!m_size)
m_size             82 Source/wtf/StreamBuffer.h         m_size -= size;
m_size             89 Source/wtf/StreamBuffer.h     size_t size() const { return m_size; }
m_size             93 Source/wtf/StreamBuffer.h         if (!m_size)
m_size            101 Source/wtf/StreamBuffer.h         if (!m_size)
m_size            108 Source/wtf/StreamBuffer.h     size_t m_size;
m_size            327 Source/wtf/Vector.h         unsigned m_size;
m_size            380 Source/wtf/Vector.h         using Base::m_size;
m_size            456 Source/wtf/Vector.h                 if (m_size > other.m_size) {
m_size            457 Source/wtf/Vector.h                     TypeOperations::swap(inlineBuffer(), inlineBuffer() + other.m_size, other.inlineBuffer());
m_size            458 Source/wtf/Vector.h                     TypeOperations::move(inlineBuffer() + other.m_size, inlineBuffer() + m_size, other.inlineBuffer() + other.m_size);
m_size            460 Source/wtf/Vector.h                     TypeOperations::swap(inlineBuffer(), inlineBuffer() + m_size, other.inlineBuffer());
m_size            461 Source/wtf/Vector.h                     TypeOperations::move(other.inlineBuffer() + m_size, other.inlineBuffer() + other.m_size, inlineBuffer() + m_size);
m_size            466 Source/wtf/Vector.h                 TypeOperations::move(inlineBuffer(), inlineBuffer() + m_size, other.inlineBuffer());
m_size            471 Source/wtf/Vector.h                 TypeOperations::move(other.inlineBuffer(), other.inlineBuffer() + other.m_size, inlineBuffer());
m_size            483 Source/wtf/Vector.h         using Base::m_size;
m_size            576 Source/wtf/Vector.h             m_size = 0;
m_size            587 Source/wtf/Vector.h             m_size = size;
m_size            601 Source/wtf/Vector.h             if (LIKELY(m_size) && !(Allocator::isGarbageCollected && this->hasOutOfLineBuffer())) {
m_size            603 Source/wtf/Vector.h                 m_size = 0; // Partial protection against use-after-free.
m_size            632 Source/wtf/Vector.h         size_t size() const { return m_size; }
m_size            654 Source/wtf/Vector.h         iterator end() { return begin() + m_size; }
m_size            656 Source/wtf/Vector.h         const_iterator end() const { return begin() + m_size; }
m_size            706 Source/wtf/Vector.h             m_size = size;
m_size            718 Source/wtf/Vector.h             std::swap(m_size, other.m_size);
m_size            732 Source/wtf/Vector.h         using Base::m_size;
m_size            744 Source/wtf/Vector.h         m_size = other.size();
m_size            753 Source/wtf/Vector.h         m_size = other.size();
m_size            779 Source/wtf/Vector.h         m_size = other.size();
m_size            811 Source/wtf/Vector.h         m_size = other.size();
m_size            820 Source/wtf/Vector.h         m_size = 0;
m_size            881 Source/wtf/Vector.h         m_size = newSize;
m_size            936 Source/wtf/Vector.h         if (size <= m_size)
m_size            944 Source/wtf/Vector.h         m_size = size;
m_size            950 Source/wtf/Vector.h         ASSERT(size <= m_size);
m_size            953 Source/wtf/Vector.h         m_size = size;
m_size            959 Source/wtf/Vector.h         ASSERT(size >= m_size);
m_size            963 Source/wtf/Vector.h         m_size = size;
m_size            981 Source/wtf/Vector.h         ASSERT(!m_size);
m_size           1020 Source/wtf/Vector.h         size_t newSize = m_size + dataSize;
m_size           1025 Source/wtf/Vector.h         RELEASE_ASSERT(newSize >= m_size);
m_size           1028 Source/wtf/Vector.h         m_size = newSize;
m_size           1036 Source/wtf/Vector.h             ++m_size;
m_size           1053 Source/wtf/Vector.h         ++m_size;
m_size           1065 Source/wtf/Vector.h         ++m_size;
m_size           1078 Source/wtf/Vector.h         size_t newSize = m_size + dataSize;
m_size           1083 Source/wtf/Vector.h         RELEASE_ASSERT(newSize >= m_size);
m_size           1087 Source/wtf/Vector.h         m_size = newSize;
m_size           1102 Source/wtf/Vector.h         ++m_size;
m_size           1137 Source/wtf/Vector.h         --m_size;
m_size           1150 Source/wtf/Vector.h         m_size -= length;
m_size           1156 Source/wtf/Vector.h         for (size_t i = 0; i < m_size / 2; ++i)
m_size           1157 Source/wtf/Vector.h             std::swap(at(i), at(m_size - 1 - i));
m_size             17 public/platform/WebBlobInfo.h         , m_size(-1)
m_size             25 public/platform/WebBlobInfo.h         , m_size(size)
m_size             33 public/platform/WebBlobInfo.h         , m_size(-1)
m_size             43 public/platform/WebBlobInfo.h         , m_size(size)
m_size             63 public/platform/WebBlobInfo.h         return m_size;
m_size             82 public/platform/WebBlobInfo.h     long long m_size;
m_size             84 public/platform/WebVector.h         initializeFrom(other.m_ptr, other.m_size);
m_size            121 public/platform/WebVector.h     size_t size() const { return m_size; }
m_size            122 public/platform/WebVector.h     bool isEmpty() const { return !m_size; }
m_size            126 public/platform/WebVector.h         BLINK_ASSERT(i < m_size);
m_size            131 public/platform/WebVector.h         BLINK_ASSERT(i < m_size);
m_size            137 public/platform/WebVector.h         for (size_t i = 0; i < m_size; i++) {
m_size            150 public/platform/WebVector.h         std::swap(m_size, other.m_size);
m_size            156 public/platform/WebVector.h         m_size = size;
m_size            157 public/platform/WebVector.h         if (!m_size)
m_size            160 public/platform/WebVector.h             m_ptr = static_cast<T*>(::operator new(sizeof(T) * m_size));
m_size            161 public/platform/WebVector.h             for (size_t i = 0; i < m_size; ++i)
m_size            169 public/platform/WebVector.h         m_size = size;
m_size            170 public/platform/WebVector.h         if (!m_size)
m_size            173 public/platform/WebVector.h             m_ptr = static_cast<T*>(::operator new(sizeof(T) * m_size));
m_size            174 public/platform/WebVector.h             for (size_t i = 0; i < m_size; ++i)
m_size            181 public/platform/WebVector.h         for (size_t i = 0; i < m_size; ++i)
m_size            187 public/platform/WebVector.h     size_t m_size;