Searched defs:IndexedDBValue (Results 1 – 2 of 2) sorted by relevance
17 struct CONTENT_EXPORT IndexedDBValue { struct23 void swap(IndexedDBValue& value) { in swap() argument28 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;
11 IndexedDBValue::IndexedDBValue() {} in IndexedDBValue() function in content::IndexedDBValue12 IndexedDBValue::IndexedDBValue( in IndexedDBValue() function in content::IndexedDBValue