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

/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key_path.cc15 IndexedDBKeyPath::IndexedDBKeyPath() : type_(WebIDBKeyPathTypeNull) {} function in class:content::IndexedDBKeyPath
17 IndexedDBKeyPath::IndexedDBKeyPath(const base::string16& string) function in class:content::IndexedDBKeyPath
20 IndexedDBKeyPath::IndexedDBKeyPath(const std::vector<base::string16>& array) function in class:content::IndexedDBKeyPath
23 IndexedDBKeyPath::~IndexedDBKeyPath() {}
25 const std::vector<base::string16>& IndexedDBKeyPath::array() const {
30 const base::string16& IndexedDBKeyPath
[all...]
H A Dindexed_db_key_path.h18 class CONTENT_EXPORT IndexedDBKeyPath { class in namespace:content
20 IndexedDBKeyPath(); // Defaults to blink::WebIDBKeyPathTypeNull.
21 explicit IndexedDBKeyPath(const base::string16&);
22 explicit IndexedDBKeyPath(const std::vector<base::string16>&);
23 ~IndexedDBKeyPath();
26 bool operator==(const IndexedDBKeyPath& other) const;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_fake_backing_store.cc68 const IndexedDBKeyPath&,
135 const IndexedDBKeyPath&,
63 CreateObjectStore( Transaction*, int64 database_id, int64 object_store_id, const base::string16& name, const IndexedDBKeyPath&, bool auto_increment) argument
129 CreateIndex( Transaction*, int64 database_id, int64 object_store_id, int64 index_id, const base::string16& name, const IndexedDBKeyPath&, bool is_unique, bool is_multi_entry) argument

Completed in 88 milliseconds