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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKey.h64 size_t sizeEstimate = 0; local
78 sizeEstimate += array[i]->m_sizeEstimate;
81 RefPtr<IDBKey> idbKey = adoptRef(new IDBKey(result, sizeEstimate));
88 size_t sizeEstimate = 0; local
90 sizeEstimate += array[i]->m_sizeEstimate;
92 return adoptRef(new IDBKey(array, sizeEstimate));
138 size_t sizeEstimate() const { return m_sizeEstimate; } function in class:WebCore::IDBKey

Completed in 323 milliseconds