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

/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.cc28 static size_t CalculateArraySize(const IndexedDBKey::KeyArray& keys) {
36 static IndexedDBKey::KeyArray CopyKeyArray(const T& array) {
37 IndexedDBKey::KeyArray result;
40 result.push_back(IndexedDBKey(array[i]));
47 IndexedDBKey::IndexedDBKey() function in class:content::IndexedDBKey
53 IndexedDBKey::IndexedDBKey(WebIDBKeyType type) function in class:content::IndexedDBKey
58 IndexedDBKey::IndexedDBKey(doubl function in class:content::IndexedDBKey
66 IndexedDBKey::IndexedDBKey(const KeyArray& keys) function in class:content::IndexedDBKey
73 IndexedDBKey::IndexedDBKey(const std::string& key) function in class:content::IndexedDBKey
79 IndexedDBKey::IndexedDBKey(const base::string16& key) function in class:content::IndexedDBKey
[all...]
H A Dindexed_db_key.h22 class CONTENT_EXPORT IndexedDBKey { class in namespace:content
24 typedef std::vector<IndexedDBKey> KeyArray;
26 IndexedDBKey(); // Defaults to blink::WebIDBKeyTypeInvalid.
27 IndexedDBKey(blink::WebIDBKeyType); // must be Null or Invalid
28 explicit IndexedDBKey(const KeyArray& array);
29 explicit IndexedDBKey(const std::string& binary);
30 explicit IndexedDBKey(const base::string16& str);
31 IndexedDBKey(double number,
33 ~IndexedDBKey();
37 int Compare(const IndexedDBKey
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_fake_backing_store.cc78 const IndexedDBKey&,
105 const IndexedDBKey&,
74 KeyExistsInObjectStore( Transaction*, int64 database_id, int64 object_store_id, const IndexedDBKey&, RecordIdentifier* found_record_identifier, bool* found) argument
101 PutIndexDataForRecord(Transaction*, int64 database_id, int64 object_store_id, int64 index_id, const IndexedDBKey&, const RecordIdentifier&) argument

Completed in 145 milliseconds