OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:size_estimate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.cc
125
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)
/external/chromium_org/content/common/indexed_db/
indexed_db_key.h
48
size_t
size_estimate
() const { return size_estimate_; }
function in class:content::IndexedDBKey
Completed in 65 milliseconds