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

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBMetadata.h 64 long long maxIndexId;
  /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;

Completed in 203 milliseconds