Searched defs:InvalidId (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseBackendImpl.h55 static const int64_t InvalidId = 0; member in class:WebCore::IDBDatabaseBackendImpl
H A DIDBIndexBackendImpl.h55 ASSERT(m_id != InvalidId);
59 bool hasValidId() const { return m_id != InvalidId; };
81 static const int64_t InvalidId = 0; member in class:WebCore::IDBIndexBackendImpl
H A DIDBObjectStoreBackendImpl.h55 static const int64_t InvalidId = 0; member in class:WebCore::IDBObjectStoreBackendImpl
58 ASSERT(m_id != InvalidId);

Completed in 116 milliseconds