m_capacity 71 Source/core/fetch/MemoryCache.cpp , m_capacity(cDefaultCacheCapacity) m_capacity 165 Source/core/fetch/MemoryCache.cpp size_t capacity = m_capacity - std::min(m_liveSize, m_capacity); // Start with available capacity. m_capacity 174 Source/core/fetch/MemoryCache.cpp return m_capacity - deadCapacity(); m_capacity 304 Source/core/fetch/MemoryCache.cpp m_capacity = totalBytes; m_capacity 580 Source/core/fetch/MemoryCache.cpp if (m_liveSize + m_deadSize <= m_capacity && m_maxDeadCapacity && m_deadSize <= m_maxDeadCapacity) // Fast path. m_capacity 175 Source/core/fetch/MemoryCache.h size_t capacity() const { return m_capacity; } m_capacity 214 Source/core/fetch/MemoryCache.h size_t m_capacity; m_capacity 5429 Source/core/html/canvas/WebGLRenderingContextBase.cpp for (i = 0; i < m_capacity; ++i) { m_capacity 5442 Source/core/html/canvas/WebGLRenderingContextBase.cpp i = std::min(m_capacity - 1, i); m_capacity 481 Source/core/html/canvas/WebGLRenderingContextBase.h int m_capacity; m_capacity 19 Source/wtf/TerminatedArrayBuilder.h , m_capacity(0) m_capacity 23 Source/wtf/TerminatedArrayBuilder.h m_capacity = m_count = m_array->size(); m_capacity 31 Source/wtf/TerminatedArrayBuilder.h ASSERT(!m_capacity); m_capacity 32 Source/wtf/TerminatedArrayBuilder.h m_capacity = count; m_capacity 33 Source/wtf/TerminatedArrayBuilder.h m_array = ArrayType<T>::Allocator::create(m_capacity); m_capacity 36 Source/wtf/TerminatedArrayBuilder.h m_capacity += count; m_capacity 37 Source/wtf/TerminatedArrayBuilder.h m_array = ArrayType<T>::Allocator::resize(m_array.release(), m_capacity); m_capacity 43 Source/wtf/TerminatedArrayBuilder.h RELEASE_ASSERT(m_count < m_capacity); m_capacity 50 Source/wtf/TerminatedArrayBuilder.h RELEASE_ASSERT(m_count == m_capacity); m_capacity 72 Source/wtf/TerminatedArrayBuilder.h size_t m_capacity; m_capacity 300 Source/wtf/Vector.h m_capacity = sizeToAllocate / sizeof(T); m_capacity 310 Source/wtf/Vector.h size_t capacity() const { return m_capacity; } m_capacity 315 Source/wtf/Vector.h , m_capacity(0) m_capacity 321 Source/wtf/Vector.h , m_capacity(capacity) m_capacity 326 Source/wtf/Vector.h unsigned m_capacity; m_capacity 364 Source/wtf/Vector.h m_capacity = 0; m_capacity 370 Source/wtf/Vector.h std::swap(m_capacity, other.m_capacity); m_capacity 390 Source/wtf/Vector.h using Base::m_capacity; m_capacity 431 Source/wtf/Vector.h m_capacity = inlineCapacity; m_capacity 455 Source/wtf/Vector.h ASSERT(m_capacity == other.m_capacity); m_capacity 467 Source/wtf/Vector.h std::swap(m_capacity, other.m_capacity); m_capacity 472 Source/wtf/Vector.h std::swap(m_capacity, other.m_capacity); m_capacity 475 Source/wtf/Vector.h std::swap(m_capacity, other.m_capacity); m_capacity 492 Source/wtf/Vector.h using Base::m_capacity;