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

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBMetadata.h 42 NoIntVersion = -1
57 : intVersion(NoIntVersion) { }
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBMetadata.h 81 NoIntVersion = -1,
88 : intVersion(NoIntVersion)
IDBFactory.cpp 109 ASSERT(version >= 1 || version == IDBDatabaseMetadata::NoIntVersion);
137 return openInternal(context, name, IDBDatabaseMetadata::NoIntVersion, exceptionState);
IDBOpenDBRequest.cpp 93 if (oldVersion == IDBDatabaseMetadata::NoIntVersion) {
103 if (m_version == IDBDatabaseMetadata::NoIntVersion)
IDBDatabase.cpp 166 if (intVersion == IDBDatabaseMetadata::NoIntVersion)
360 RefPtr<IDBAny> newVersionAny = newVersion == IDBDatabaseMetadata::NoIntVersion ? IDBAny::createNull() : IDBAny::create(newVersion);
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp     [all...]

Completed in 52 milliseconds