Searched defs:growth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/quota/
H A Dopen_file_handle.cc20 int64 growth = 0; local
21 context_->UpdateMaxWrittenOffset(offset, &new_file_size, &growth);
23 if (growth > 0)
24 reservation_->ConsumeReservation(growth);
H A Dopen_file_handle_context.cc28 int64* growth) {
31 *growth = offset - maximum_written_offset_;
34 *growth = 0;
49 // |quota_consumption| may be greater than the recorded file growth when a
25 UpdateMaxWrittenOffset( int64 offset, int64* new_file_size, int64* growth) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.cc458 static void RecordGrowth(size_t growth) { argument
461 t->size = growth;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.cc397 static void RecordGrowth(size_t growth) { argument
400 t->size = growth;
/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c377 void* growth = NULL; local
383 growth = realloc(inContainer->mObjects, (inContainer->mObjectCount + 1) * sizeof(MSDump_Object));
384 if(NULL != growth)
389 inContainer->mObjects = growth;
/external/chromium_org/webkit/browser/fileapi/
H A Dobfuscated_file_util.cc75 bool AllocateQuota(FileSystemOperationContext* context, int64 growth) { argument
79 int64 new_quota = context->allowed_bytes_growth() - growth;
80 if (growth > 0 && new_quota < 0)
89 int64 growth) {
91 &FileUpdateObserver::OnUpdate, MakeTuple(url, growth));
326 int64 growth = UsageForPath(file_info.name.size()); local
327 if (!AllocateQuota(context, growth))
333 UpdateUsage(context, url, growth);
386 int64 growth = UsageForPath(file_info.name.size()); local
387 if (!AllocateQuota(context, growth))
86 UpdateUsage( FileSystemOperationContext* context, const FileSystemURL& url, int64 growth) argument
560 int64 growth = 0; local
684 int64 growth = src_platform_file_info.size; local
1358 int64 growth = UsageForPath(file_info.name.size()); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp46 void growUsedBreadth(LayoutUnit growth) argument
48 ASSERT(growth >= 0);
49 m_usedBreadth += growth;
53 void growMaxBreadth(LayoutUnit growth) argument
56 m_maxBreadth = m_usedBreadth + growth;
58 m_maxBreadth += growth;
639 LayoutUnit growth = sizingData.distributeTrackVector[i] - (tracks[i]->*trackGetter)(); local
640 if (growth >= 0)
641 (tracks[i]->*trackGrowthFunction)(growth);
/external/flac/libFLAC/
H A Dmetadata_iterators.c1102 const unsigned growth = FLAC__STREAM_METADATA_HEADER_LENGTH + node->next->data->length; local
1103 node->data->length += growth;
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1602 float growth; local
1606 growth = cellGrowth(pRtree, &cell, pCell);
1615 || (overlap==fMinOverlap && growth<fMinGrowth)
1616 || (overlap==fMinOverlap && growth==fMinGrowth && area<fMinArea)
1621 if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){
1627 fMinGrowth = growth;
1830 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); local
1831 float waste = growth - right;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c19926 /* When converting from UTF-16, the maximum growth results from
19934 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
126061 float growth; local
126289 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c20735 /* When converting from UTF-16, the maximum growth results from
20743 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
131719 float growth; local
131948 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20735 /* When converting from UTF-16, the maximum growth results from
20743 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
131767 float growth; local
131996 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1529 milliseconds