Home
last modified time | relevance | path

Searched defs:WebIDBKeyPath (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBKeyPath.h45 WebIDBKeyPath(const WebIDBKeyPath& keyPath) { assign(keyPath); } in WebIDBKeyPath() function
DWebIDBCallbacks.h42 class WebIDBKeyPath; variable
56 …(const WebData&, const WebVector<WebBlobInfo>&, const WebIDBKey&, const WebIDBKeyPath&) { BLINK_AS… in onSuccess()
DWebIDBDatabase.h42 class WebIDBKeyPath; variable
50 …ng transactionId, long long objectStoreId, const WebString& name, const WebIDBKeyPath&, bool autoI… in createObjectStore()
59 …ong long objectStoreId, long long indexId, const WebString& name, const WebIDBKeyPath&, bool uniqu… in createIndex()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DWebIDBCallbacksImpl.h47 class WebIDBKeyPath; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBKeyPath.cpp91 WebIDBKeyPath::WebIDBKeyPath(const IDBKeyPath& value) in WebIDBKeyPath() function in blink::WebIDBKeyPath