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

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBMetadata.h 54 long long maxObjectStoreId;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBMetadata.h 91 IDBDatabaseMetadata(const String& name, int64_t id, const String& version, int64_t intVersion, int64_t maxObjectStoreId)
96 , maxObjectStoreId(maxObjectStoreId)
104 int64_t maxObjectStoreId;

Completed in 32 milliseconds