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 string16& string) function in class:content::IndexedDBKeyPath
20 IndexedDBKeyPath::IndexedDBKeyPath(const std::vector<string16>& array) function in class:content::IndexedDBKeyPath
23 IndexedDBKeyPath::~IndexedDBKeyPath() {}
25 const std::vector<string16>& IndexedDBKeyPath::array() const {
30 const string16& IndexedDBKeyPath
[all...]
H A Dindexed_db_key_path.h17 class CONTENT_EXPORT IndexedDBKeyPath { class in namespace:content
19 IndexedDBKeyPath(); // Defaults to WebKit::WebIDBKeyPathTypeNull.
20 explicit IndexedDBKeyPath(const string16&);
21 explicit IndexedDBKeyPath(const std::vector<string16>&);
22 ~IndexedDBKeyPath();
25 bool operator==(const IndexedDBKeyPath& other) const;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_fake_backing_store.cc49 const IndexedDBKeyPath&,
95 const IndexedDBKeyPath&,
45 CreateObjectStore(Transaction*, int64 database_id, int64 object_store_id, const string16& name, const IndexedDBKeyPath&, bool auto_increment) argument
90 CreateIndex(Transaction*, int64 database_id, int64 object_store_id, int64 index_id, const string16& name, const IndexedDBKeyPath&, bool is_unique, bool is_multi_entry) argument

Completed in 69 milliseconds