HomeSort by relevance Sort by last modified time
    Searched defs:IndexKeys (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabaseBackendInterface.h 76 typedef Vector<RefPtr<IDBKey> > IndexKeys;
80 virtual void put(int64_t transactionId, int64_t objectStoreId, PassRefPtr<SharedBuffer> value, PassRefPtr<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, const Vector<int64_t>& indexIds, const Vector<IndexKeys>&) = 0;
81 virtual void setIndexKeys(int64_t transactionId, int64_t objectStoreId, PassRefPtr<IDBKey> prpPrimaryKey, const Vector<int64_t>& indexIds, const Vector<IndexKeys>&) = 0;
IDBObjectStore.h 95 typedef Vector<RefPtr<IDBKey> > IndexKeys;
96 typedef HashMap<String, IndexKeys> IndexKeyMap;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.h 46 typedef std::vector<IndexedDBKey> IndexKeys;
135 const std::vector<IndexKeys>& index_keys);
140 const std::vector<IndexKeys>& index_keys);

Completed in 738 milliseconds