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

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 72 typedef WebVector<WebIDBKey> WebIndexKeys;
76 virtual void put(long long transactionId, long long objectStoreId, const WebData& value, const WebIDBKey&, PutMode, WebIDBCallbacks*, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); }
77 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/
webidbdatabase_impl.h 54 const blink::WebVector<WebIndexKeys>&);
59 const blink::WebVector<WebIndexKeys>&);
webidbdatabase_impl.cc 115 const WebVector<WebIndexKeys>& web_index_keys) {
134 const WebVector<WebIndexKeys>& index_keys) {

Completed in 379 milliseconds