Searched refs:WebIndexKeys (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h64 typedef WebVector<WebIDBKey> WebIndexKeys; typedef in class:blink::WebIDBDatabase
67 virtual void put(long long transactionId, long long objectStoreId, const WebData& value, const WebVector<WebBlobInfo>&, const WebIDBKey&, WebIDBPutMode, WebIDBCallbacks*, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); }
68 virtual void setIndexKeys(long long transactionId, long long objectStoreId, const WebIDBKey&, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); }
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.h61 const blink::WebVector<WebIndexKeys>&);
66 const blink::WebVector<WebIndexKeys>&);
H A Dwebidbdatabase_impl.cc126 const WebVector<WebIndexKeys>& web_index_keys) {
146 const WebVector<WebIndexKeys>& index_keys) {

Completed in 87 milliseconds