Searched defs:size_estimate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.h48 size_t size_estimate() const { return size_estimate_; } function in class:content::IndexedDBKey
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.cc125 size_t size_estimate = 0; local
153 size_estimate += value.SizeEstimate();
160 size_estimate += cursor_->key().size_estimate();
161 size_estimate += cursor_->primary_key().size_estimate();
163 if (size_estimate > max_size_estimate)

Completed in 72 milliseconds