Home
last modified time | relevance | path

Searched defs:multiEntry (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/test/data/indexeddb/
Dbug_109187.js19 'index2Name', 'prop2', {multiEntry: true}); property
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBIndex.h60 bool multiEntry() const { return m_metadata.multiEntry; } in multiEntry() function
DIDBMetadata.h51 bool multiEntry; member
DIDBObjectStore.cpp391 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/
DWebIDBMetadata.h75 bool multiEntry; member
DWebIDBDatabase.h65 …g indexId, const WebString& name, const WebIDBKeyPath&, bool unique, bool multiEntry) { BLINK_ASSE… in createIndex()
/external/chromium_org/tools/perf/page_sets/endure/
Dindexeddb_app.js74 'owner-index', 'owner', {multiEntry: true}); property
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DIndexedDBModel.js490 WebInspector.IndexedDBModel.Index = function(name, keyPath, unique, multiEntry) argument