Searched refs:InvalidId (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBMetadata.h | 53 static const int64_t InvalidId = -1; member 72 static const int64_t InvalidId = -1; member
|
D | IDBObjectStore.cpp | 116 …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()
|
D | IDBDatabase.cpp | 284 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()
|
D | IDBDatabase.h | 113 return findObjectStoreId(name) != IDBObjectStoreMetadata::InvalidId; in containsObjectStore()
|
D | IDBObjectStore.h | 117 return findIndexId(name) != IDBIndexMetadata::InvalidId; in containsIndex()
|
D | IDBIndex.cpp | 55 ASSERT(m_metadata.id != IDBIndexMetadata::InvalidId); in IDBIndex()
|
D | IDBTransaction.cpp | 154 if (objectStoreId == IDBObjectStoreMetadata::InvalidId) { in objectStore()
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
D | downloads_api.cc | 944 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/ |
D | gl_texture_storage_unittest.cc | 125 TEST_F(TextureStorageTest, InvalidId) { in TEST_F() argument
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | devtools_http_client_unittest.cc | 116 TEST(ParseWebViewsInfo, InvalidId) { in TEST() argument
|