Home
last modified time | relevance | path

Searched defs:IndexedDBValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_value.h17 struct CONTENT_EXPORT IndexedDBValue { struct
23 void swap(IndexedDBValue& value) { in swap() argument
28 bool empty() const { return bits.empty(); } in empty()
29 void clear() { in clear()
34 size_t SizeEstimate() const { in SizeEstimate()
38 std::string bits;
39 std::vector<IndexedDBBlobInfo> blob_info;
Dindexed_db_value.cc11 IndexedDBValue::IndexedDBValue() {} in IndexedDBValue() function in content::IndexedDBValue
12 IndexedDBValue::IndexedDBValue( in IndexedDBValue() function in content::IndexedDBValue