Searched defs:totalSize (Results 1 - 25 of 76) sorted by path

1234

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCacheTest.cpp322 const unsigned totalSize = lowPrioritySize + highPrioritySize; local
346 ASSERT_EQ(memoryCache()->liveSize(), totalSize);
356 ASSERT_EQ(memoryCache()->liveSize(), totalSize - lowPriorityMockDecodeSize);
362 ASSERT_EQ(memoryCache()->liveSize(), totalSize - lowPriorityMockDecodeSize - highPriorityMockDecodeSize);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEvent.h48 unsigned long long totalSize() const { return total(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabase.cpp703 int64_t totalSize = m_sqliteDatabase.totalSize(); local
704 if (totalSize <= 10 * freeSpaceSize) {
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp175 int64_t SQLiteDatabase::totalSize() function in class:blink::SQLiteDatabase
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedBuffer.cpp334 unsigned totalSize = size(); local
335 if (position >= totalSize) {
352 unsigned bytesLeft = totalSize - consecutiveSize;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarImpl.cpp69 int WebScrollbarImpl::totalSize() const function in class:blink::WebScrollbarImpl
71 return m_scrollbar->totalSize();
H A DWebScrollbarThemeClientImpl.cpp172 return totalSize() - maximum();
175 int WebScrollbarThemeClientImpl::totalSize() const function in class:blink::WebScrollbarThemeClientImpl
177 return m_scrollbar->totalSize();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp133 size_t totalSize = decodedSize(); local
139 EXPECT_GE(m_imageObserver.m_lastDecodedSizeChangedDelta, -static_cast<int>(totalSize - size));
150 size_t totalSize = decodedSize(); local
151 EXPECT_GT(totalSize, 0u);
153 EXPECT_EQ(-static_cast<int>(totalSize), m_imageObserver.m_lastDecodedSizeChangedDelta);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp147 void Scrollbar::setProportion(int visibleSize, int totalSize) argument
149 if (visibleSize == m_visibleSize && totalSize == m_totalSize)
153 m_totalSize = totalSize;
H A DScrollbarTheme.cpp243 float overhangAtEnd = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize();
245 return scrollbar->totalSize() + overhang;
269 else if (scrollbar->visibleSize() + scrollbar->currentPos() > scrollbar->totalSize())
270 overhang = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize();
272 float totalSize = usedTotalSize(scrollbar); local
273 if (totalSize > 0.0f) {
274 proportion = (scrollbar->visibleSize() - overhang) / totalSize;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp142 int WebPluginScrollbarImpl::totalSize() const function in class:blink::WebPluginScrollbarImpl
144 return m_scrollbar->totalSize();
207 m_scrollbar->setEnabled(m_scrollbar->totalSize() > length);
208 m_scrollbar->setProportion(length, m_scrollbar->totalSize());
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferContents.cpp49 unsigned totalSize = numElements * elementByteSize; local
50 if (totalSize / numElements != elementByteSize) {
H A DPartitionAlloc.cpp330 size_t totalSize = kPartitionPageSize * numPartitionPages; local
331 root->totalSizeOfCommittedPages += totalSize;
337 root->nextPartitionPage += totalSize;
354 root->nextPartitionPage = ret + totalSize;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebApplicationCacheHost.h112 long long totalSize; member in struct:blink::WebApplicationCacheHost::CacheInfo
113 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { }
H A DWebThemeEngine.h80 int totalSize; member in struct:blink::WebThemeEngine::ScrollbarInfo
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.cpp172 size_t totalSize; local
175 totalSize = structure->objectSize();
177 totalSize = primarySize * secondarySize;
182 if (arraySize > INT_MAX / totalSize)
183 totalSize = INT_MAX;
185 totalSize *= arraySize;
188 return totalSize;
H A DparseConst.cpp191 size_t totalSize = mIndex + mSize; local
196 for (size_t i = mIndex; i < totalSize; i++)
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2arrst.h60 size_t totalSize; /* total bytes allocated */ member in struct:CF2_ArrStackRec_
/external/chromium_org/third_party/icu/source/common/
H A Drbbidata.cpp337 int32_t totalSize = headerSize + breakDataLength; local
339 return totalSize;
345 if (length < totalSize) {
442 return totalSize;
H A Drbbirb.cpp165 int32_t totalSize = headerSize + forwardTableSize + reverseTableSize local
169 RBBIDataHeader *data = (RBBIDataHeader *)uprv_malloc(totalSize);
174 uprv_memset(data, 0, totalSize);
182 data->fLength = totalSize;
H A Ducnvsel.cpp183 int32_t totalSize = 0; local
186 totalSize +=
189 // 4-align the totalSize to 4-align the size of the serialized form
190 int32_t encodingStrPadding = totalSize & 3;
194 newSelector->encodingStrLength = totalSize += encodingStrPadding;
195 char* allStrings = (char*) uprv_malloc(totalSize);
315 int32_t totalSize = local
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
322 if (totalSize > bufferCapacity) {
324 return totalSize;
506 int32_t totalSize = ucnvsel_swap(ds, p, -1, NULL, status); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_impl.cpp755 int32_t totalSize = headerSize + spoofDataLength; local
757 return totalSize;
763 if (length < totalSize) {
840 return totalSize;

Completed in 532 milliseconds

1234