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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBMetadata.h53 static const int64_t InvalidId = -1; member in struct:WebCore::IDBIndexMetadata
72 static const int64_t InvalidId = -1; member in struct:WebCore::IDBObjectStoreMetadata
H A DIDBDatabase.cpp252 if (objectStoreId == IDBObjectStoreMetadata::InvalidId) {
288 if (objectStoreId == IDBObjectStoreMetadata::InvalidId) {
389 ASSERT(it->key != IDBObjectStoreMetadata::InvalidId);
393 return IDBObjectStoreMetadata::InvalidId;
H A DIDBObjectStore.cpp103 backendDB()->get(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange.release(), false, WebIDBCallbacksImpl::create(request).leakPtr());
456 if (indexId == IDBIndexMetadata::InvalidId) {
469 ASSERT(indexMetadata->id != IDBIndexMetadata::InvalidId);
496 if (indexId == IDBIndexMetadata::InvalidId) {
544 backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, range, direction, false, taskType, WebIDBCallbacksImpl::create(request).leakPtr());
575 backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange.release(), direction, true, WebIDBDatabase::NormalTask, WebIDBCallbacksImpl::create(request).leakPtr());
600 backendDB()->count(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange.release(), WebIDBCallbacksImpl::create(request).leakPtr());
616 ASSERT(it->key != IDBIndexMetadata::InvalidId);
620 return IDBIndexMetadata::InvalidId;
H A DIDBDatabase.h108 return findObjectStoreId(name) != IDBObjectStoreMetadata::InvalidId;
H A DIDBObjectStore.h110 return findIndexId(name) != IDBIndexMetadata::InvalidId;
H A DIDBIndex.cpp53 ASSERT(m_metadata.id != IDBIndexMetadata::InvalidId);
H A DIDBTransaction.cpp142 if (objectStoreId == IDBObjectStoreMetadata::InvalidId) {
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_texture_storage_unittests.cc125 TEST_F(TextureStorageTest, InvalidId) {
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_http_client_unittest.cc116 TEST(ParseWebViewsInfo, InvalidId) {
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc915 bool InvalidId(DownloadItem* valid_item, std::string* message_out) { function in namespace:__anon5007
1119 if (InvalidId(download_item, &error_) ||
1140 if (InvalidId(download_item, &error_) ||
1218 if (InvalidId(download_item, &error_) ||
1269 if (InvalidId(download_item, &error_) ||
1312 if (InvalidId(download_item, &error_) ||
1339 if (InvalidId(download_item, &error_))
1371 if (InvalidId(download_item, &error_) ||
1395 if (InvalidId(download_item, &error_) ||
1492 if (InvalidId(download_ite
[all...]

Completed in 559 milliseconds