OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIndexKeys
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h
64
typedef WebVector<WebIDBKey>
WebIndexKeys
;
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/
webidbdatabase_impl.h
61
const blink::WebVector<
WebIndexKeys
>&);
66
const blink::WebVector<
WebIndexKeys
>&);
webidbdatabase_impl.cc
126
const WebVector<
WebIndexKeys
>& web_index_keys) {
146
const WebVector<
WebIndexKeys
>& index_keys) {
Completed in 75 milliseconds