Searched defs:multiEntry (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/test/data/indexeddb/ |
D | bug_109187.js | 19 'index2Name', 'prop2', {multiEntry: true}); property
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBIndex.h | 60 bool multiEntry() const { return m_metadata.multiEntry; } in multiEntry() function
|
D | IDBMetadata.h | 51 bool multiEntry; member
|
D | IDBObjectStore.cpp | 391 bool multiEntry = false; in createIndex() local 397 …ptState, const String& name, const IDBKeyPath& keyPath, bool unique, bool multiEntry, ExceptionSta… in createIndex()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebIDBMetadata.h | 75 bool multiEntry; member
|
D | WebIDBDatabase.h | 65 …g indexId, const WebString& name, const WebIDBKeyPath&, bool unique, bool multiEntry) { BLINK_ASSE… in createIndex()
|
/external/chromium_org/tools/perf/page_sets/endure/ |
D | indexeddb_app.js | 74 'owner-index', 'owner', {multiEntry: true}); property
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | IndexedDBModel.js | 490 WebInspector.IndexedDBModel.Index = function(name, keyPath, unique, multiEntry) argument
|