sizeInBytes        39 Source/bindings/v8/custom/V8ArrayBufferCustom.h     virtual void arrayBufferDeallocated(unsigned sizeInBytes) OVERRIDE
sizeInBytes        41 Source/bindings/v8/custom/V8ArrayBufferCustom.h         v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-static_cast<int>(sizeInBytes));
sizeInBytes        46 Source/bindings/v8/custom/V8ArrayBufferCustom.h     virtual void blinkAllocatedMemory(unsigned sizeInBytes) OVERRIDE
sizeInBytes        48 Source/bindings/v8/custom/V8ArrayBufferCustom.h         v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(static_cast<int>(sizeInBytes));
sizeInBytes        80 Source/core/fetch/ScriptResource.cpp         setEncodedSize(script.sizeInBytes());
sizeInBytes      4090 Source/core/html/canvas/WebGLRenderingContextBase.cpp     unsigned typeSize = sizeInBytes(type);
sizeInBytes       378 Source/core/html/canvas/WebGLRenderingContextBase.h     unsigned sizeInBytes(GLenum type);
sizeInBytes        90 Source/core/inspector/NetworkResourcesData.cpp     return content.isNull() ? 0 : content.impl()->sizeInBytes();
sizeInBytes       149 Source/wtf/ArrayBuffer.h     return m_contents.sizeInBytes();
sizeInBytes        60 Source/wtf/ArrayBufferContents.cpp     void* data, unsigned sizeInBytes, ArrayBufferDeallocationObserver* observer)
sizeInBytes        62 Source/wtf/ArrayBufferContents.cpp     , m_sizeInBytes(sizeInBytes)
sizeInBytes        52 Source/wtf/ArrayBufferContents.h     ArrayBufferContents(void* data, unsigned sizeInBytes, ArrayBufferDeallocationObserver*);
sizeInBytes        59 Source/wtf/ArrayBufferContents.h     unsigned sizeInBytes() const { return m_sizeInBytes; }
sizeInBytes        38 Source/wtf/ArrayBufferDeallocationObserver.h     virtual void arrayBufferDeallocated(unsigned sizeInBytes) = 0;
sizeInBytes        43 Source/wtf/ArrayBufferDeallocationObserver.h     virtual void blinkAllocatedMemory(unsigned sizeInBytes) = 0;
sizeInBytes       104 Source/wtf/ListHashSet.h         size_t sizeInBytes() const;
sizeInBytes       593 Source/wtf/ListHashSet.h     size_t ListHashSet<T, inlineCapacity, U>::sizeInBytes() const
sizeInBytes       227 Source/wtf/text/StringImpl.h     size_t sizeInBytes() const;
sizeInBytes       183 Source/wtf/text/WTFString.h     unsigned sizeInBytes() const