totalSize 327 Source/core/fetch/MemoryCacheTest.cpp const unsigned totalSize = lowPrioritySize + highPrioritySize; totalSize 351 Source/core/fetch/MemoryCacheTest.cpp ASSERT_EQ(memoryCache()->liveSize(), totalSize); totalSize 361 Source/core/fetch/MemoryCacheTest.cpp ASSERT_EQ(memoryCache()->liveSize(), totalSize - lowPriorityMockDecodeSize); totalSize 367 Source/core/fetch/MemoryCacheTest.cpp ASSERT_EQ(memoryCache()->liveSize(), totalSize - lowPriorityMockDecodeSize - highPriorityMockDecodeSize); totalSize 187 Source/core/loader/appcache/ApplicationCacheHost.cpp return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize); totalSize 47 Source/core/xml/XMLHttpRequestProgressEvent.h unsigned long long totalSize() const { return total(); } totalSize 584 Source/modules/webdatabase/DatabaseBackendBase.cpp int64_t totalSize = m_sqliteDatabase.totalSize(); totalSize 585 Source/modules/webdatabase/DatabaseBackendBase.cpp if (totalSize <= 10 * freeSpaceSize) { totalSize 92 Source/modules/webdatabase/sqlite/SQLiteDatabase.h int64_t totalSize(); totalSize 336 Source/platform/SharedBuffer.cpp unsigned totalSize = size(); totalSize 337 Source/platform/SharedBuffer.cpp if (position >= totalSize) { totalSize 354 Source/platform/SharedBuffer.cpp unsigned bytesLeft = totalSize - consecutiveSize; totalSize 71 Source/platform/exported/WebScrollbarImpl.cpp return m_scrollbar->totalSize(); totalSize 48 Source/platform/exported/WebScrollbarImpl.h virtual int totalSize() const OVERRIDE; totalSize 174 Source/platform/exported/WebScrollbarThemeClientImpl.cpp return totalSize() - maximum(); totalSize 179 Source/platform/exported/WebScrollbarThemeClientImpl.cpp return m_scrollbar->totalSize(); totalSize 70 Source/platform/exported/WebScrollbarThemeClientImpl.h virtual int totalSize() const OVERRIDE; totalSize 127 Source/platform/graphics/BitmapImageTest.cpp size_t totalSize = decodedSize(); totalSize 133 Source/platform/graphics/BitmapImageTest.cpp EXPECT_GE(m_imageObserver.m_lastDecodedSizeChangedDelta, -static_cast<int>(totalSize - size)); totalSize 144 Source/platform/graphics/BitmapImageTest.cpp size_t totalSize = decodedSize(); totalSize 145 Source/platform/graphics/BitmapImageTest.cpp EXPECT_GT(totalSize, 0u); totalSize 147 Source/platform/graphics/BitmapImageTest.cpp EXPECT_EQ(-static_cast<int>(totalSize), m_imageObserver.m_lastDecodedSizeChangedDelta); totalSize 255 Source/platform/scroll/ScrollView.cpp return scrollbar->totalSize() - scrollbar->visibleSize(); totalSize 154 Source/platform/scroll/Scrollbar.cpp void Scrollbar::setProportion(int visibleSize, int totalSize) totalSize 156 Source/platform/scroll/Scrollbar.cpp if (visibleSize == m_visibleSize && totalSize == m_totalSize) totalSize 160 Source/platform/scroll/Scrollbar.cpp m_totalSize = totalSize; totalSize 89 Source/platform/scroll/Scrollbar.h virtual int totalSize() const OVERRIDE { return m_totalSize; } totalSize 112 Source/platform/scroll/Scrollbar.h void setProportion(int visibleSize, int totalSize); totalSize 241 Source/platform/scroll/ScrollbarTheme.cpp float overhangAtEnd = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize(); totalSize 243 Source/platform/scroll/ScrollbarTheme.cpp return scrollbar->totalSize() + overhang; totalSize 267 Source/platform/scroll/ScrollbarTheme.cpp else if (scrollbar->visibleSize() + scrollbar->currentPos() > scrollbar->totalSize()) totalSize 268 Source/platform/scroll/ScrollbarTheme.cpp overhang = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize(); totalSize 73 Source/platform/scroll/ScrollbarThemeClient.h virtual int totalSize() const = 0; totalSize 114 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp const float percent = static_cast<float>(i->y()) / scrollbar->totalSize(); totalSize 74 Source/platform/scroll/ScrollbarThemeOverlay.cpp if (!scrollbar->totalSize()) totalSize 78 Source/platform/scroll/ScrollbarThemeOverlay.cpp float proportion = static_cast<float>(scrollbar->currentPos()) / scrollbar->totalSize(); totalSize 86 Source/platform/scroll/ScrollbarThemeOverlay.cpp if (!scrollbar->totalSize()) totalSize 89 Source/platform/scroll/ScrollbarThemeOverlay.cpp float proportion = static_cast<float>(scrollbar->visibleSize()) / scrollbar->totalSize(); totalSize 100 Source/web/ScrollbarGroup.cpp return scrollbar->totalSize() - scrollbar->visibleSize(); totalSize 210 Source/web/ScrollbarGroup.cpp size.setWidth(m_horizontalScrollbar->scrollbar()->totalSize()); totalSize 217 Source/web/ScrollbarGroup.cpp size.setHeight(m_verticalScrollbar->scrollbar()->totalSize()); totalSize 147 Source/web/WebPluginScrollbarImpl.cpp return m_scrollbar->totalSize(); totalSize 210 Source/web/WebPluginScrollbarImpl.cpp m_scrollbar->setEnabled(m_scrollbar->totalSize() > length); totalSize 211 Source/web/WebPluginScrollbarImpl.cpp m_scrollbar->setProportion(length, m_scrollbar->totalSize()); totalSize 65 Source/web/WebPluginScrollbarImpl.h virtual int totalSize() const OVERRIDE; totalSize 49 Source/wtf/ArrayBufferContents.cpp unsigned totalSize = numElements * elementByteSize; totalSize 50 Source/wtf/ArrayBufferContents.cpp if (totalSize / numElements != elementByteSize) { totalSize 306 Source/wtf/PartitionAlloc.cpp size_t totalSize = kPartitionPageSize * numPartitionPages; totalSize 312 Source/wtf/PartitionAlloc.cpp root->nextPartitionPage += totalSize; totalSize 325 Source/wtf/PartitionAlloc.cpp root->nextPartitionPage = ret + totalSize; totalSize 112 public/platform/WebApplicationCacheHost.h long long totalSize; totalSize 113 public/platform/WebApplicationCacheHost.h CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { } totalSize 99 public/platform/WebScrollbar.h virtual int totalSize() const = 0; totalSize 80 public/platform/WebThemeEngine.h int totalSize;