HomeSort by relevance Sort by last modified time
    Searched refs:maxIndexId (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBMetadata.h 58 IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId)
63 , maxIndexId(maxIndexId)
70 int64_t maxIndexId;
IDBObjectStore.cpp 438 int64_t indexId = m_metadata.maxIndexId + 1;
441 ++m_metadata.maxIndexId;
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBMetadata.cpp 55 webObjectStore.maxIndexId = objectStore.maxIndexId;
77 IDBObjectStoreMetadata objectStore(webObjectStore.name, webObjectStore.id, webObjectStore.keyPath, webObjectStore.autoIncrement, webObjectStore.maxIndexId);
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBMetadata.h 64 long long maxIndexId;
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 108 web_store_metadata.maxIndexId = idb_store_metadata.max_index_id;

Completed in 217 milliseconds