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 83 typedef WebVector<WebIDBKey> WebIndexKeys;
86 virtual void put(long long transactionId, long long objectStoreId, const WebData& value, const WebVector<WebBlobInfo>&, const WebIDBKey&, blink::WebIDBPutMode, WebIDBCallbacks*, const WebVector<long long>& indexIds, const WebVector<WebIndexKeys>&) { BLINK_ASSERT_NOT_REACHED(); }
87 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 57 const blink::WebVector<WebIndexKeys>&);
62 const blink::WebVector<WebIndexKeys>&);
webidbdatabase_impl.cc 120 const WebVector<WebIndexKeys>& web_index_keys) {
140 const WebVector<WebIndexKeys>& index_keys) {

Completed in 198 milliseconds