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

  /external/webkit/Source/WebCore/storage/
IDBIndexBackendImpl.h 55 ASSERT(m_id != InvalidId);
59 bool hasValidId() const { return m_id != InvalidId; };
81 static const int64_t InvalidId = 0;
IDBDatabaseBackendImpl.h 55 static const int64_t InvalidId = 0;
IDBObjectStoreBackendImpl.h 55 static const int64_t InvalidId = 0;
58 ASSERT(m_id != InvalidId);

Completed in 386 milliseconds