Home
last modified time | relevance | path

Searched refs:InvalidId (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBMetadata.h53 static const int64_t InvalidId = -1; member
72 static const int64_t InvalidId = -1; member
DIDBObjectStore.cpp116 …backendDB()->get(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, false, WebIDBCa… in get()
479 if (indexId == IDBIndexMetadata::InvalidId) { in index()
492 ASSERT(indexMetadata->id != IDBIndexMetadata::InvalidId); in index()
519 if (indexId == IDBIndexMetadata::InvalidId) { in deleteIndex()
576 …backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, range, direction, … in openCursor()
612 …backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, directio… in openKeyCursor()
642 …backendDB()->count(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, WebIDBCallbac… in count()
658 ASSERT(it->key != IDBIndexMetadata::InvalidId); in findIndexId()
662 return IDBIndexMetadata::InvalidId; in findIndexId()
DIDBDatabase.cpp284 if (objectStoreId == IDBObjectStoreMetadata::InvalidId) { in deleteObjectStore()
325 if (objectStoreId == IDBObjectStoreMetadata::InvalidId) { in transaction()
434 ASSERT(it->key != IDBObjectStoreMetadata::InvalidId); in findObjectStoreId()
438 return IDBObjectStoreMetadata::InvalidId; in findObjectStoreId()
DIDBDatabase.h113 return findObjectStoreId(name) != IDBObjectStoreMetadata::InvalidId; in containsObjectStore()
DIDBObjectStore.h117 return findIndexId(name) != IDBIndexMetadata::InvalidId; in containsIndex()
DIDBIndex.cpp55 ASSERT(m_metadata.id != IDBIndexMetadata::InvalidId); in IDBIndex()
DIDBTransaction.cpp154 if (objectStoreId == IDBObjectStoreMetadata::InvalidId) { in objectStore()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc944 bool InvalidId(DownloadItem* valid_item, std::string* message_out) { in InvalidId() function
1150 if (InvalidId(download_item, &error_) || in RunSync()
1171 if (InvalidId(download_item, &error_) || in RunSync()
1244 if (InvalidId(download_item, &error_) || in RunAsync()
1284 if (InvalidId(download_item, &error_) || in PromptOrWait()
1326 if (InvalidId(download_item, &error_) || in DangerPromptCallback()
1353 if (InvalidId(download_item, &error_)) in RunAsync()
1385 if (InvalidId(download_item, &error_) || in RunSync()
1412 if (InvalidId(download_item, &error_) || in RunAsync()
1509 if (InvalidId(download_item, &error_) || in RunAsync()
[all …]
/external/chromium_org/gpu/command_buffer/tests/
Dgl_texture_storage_unittest.cc125 TEST_F(TextureStorageTest, InvalidId) { in TEST_F() argument
/external/chromium_org/chrome/test/chromedriver/chrome/
Ddevtools_http_client_unittest.cc116 TEST(ParseWebViewsInfo, InvalidId) { in TEST() argument