Home
last modified time | relevance | path

Searched refs:IsNotFound (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
Dsandbox_origin_database.cc230 if (status.IsNotFound()) in HasOriginPath()
247 if (status.IsNotFound()) { in GetPathForOrigin()
275 if (status.ok() || status.IsNotFound()) in RemovePathForOrigin()
324 if (!status.IsNotFound()) { in GetLastPathNumber()
Dsandbox_directory_database.cc434 if (status.IsNotFound()) in GetChildWithName()
513 if (status.IsNotFound() && !file_id) { in GetFileInfo()
537 if (!status.IsNotFound()) { in AddFileInfo()
693 if (!status.IsNotFound()) { in GetNextInteger()
873 if (!status.IsNotFound()) { in GetLastFileId()
/external/chromium_org/content/browser/dom_storage/
Dsession_storage_database.cc424 if (!DatabaseErrorCheck(s.ok() || s.IsNotFound())) in CreateNamespace()
426 if (s.IsNotFound()) in CreateNamespace()
431 if (!DatabaseErrorCheck(s.ok() || s.IsNotFound())) in CreateNamespace()
433 if (s.IsNotFound()) { in CreateNamespace()
521 if (s.IsNotFound()) { in GetMapForArea()
535 if (!DatabaseErrorCheck(s.ok() || s.IsNotFound())) in CreateMapForArea()
538 if (s.IsNotFound()) { in CreateMapForArea()
/external/chromium_org/extensions/browser/value_store/
Dleveldb_value_store.cc160 if (it->status().IsNotFound()) { in Get()
246 if (!status.ok() && !status.IsNotFound()) in Remove()
353 if (s.IsNotFound()) { in ReadFromDb()
434 CHECK(!status.IsNotFound()); // not an error in ToValueStoreError()
/external/chromium_org/content/browser/indexed_db/leveldb/
Dleveldb_database.cc252 if (s.IsNotFound()) in HistogramLevelDBError()
365 if (!s.IsNotFound()) in Remove()
385 if (s.IsNotFound()) in Get()
/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_metadata_storage.cc149 if (status.IsNotFound()) in LevelDBStatusToDBInitStatus()
162 if (status.IsNotFound()) in LevelDBStatusToFileError()
466 if (status.IsNotFound() && in UpgradeOldDB()
474 } else if (status.IsNotFound()) { in UpgradeOldDB()
725 if (!status.ok() && !status.IsNotFound()) // Unexpected errors. in PutEntry()
976 if (status.IsNotFound()) in CheckValidity()
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
Dstatus.h55 bool IsNotFound() const { return code() == kNotFound; } in IsNotFound() function
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dmetadata_database_index_on_disk.cc275 if (status.IsNotFound()) in GetFileMetadata()
306 if (status.IsNotFound()) in GetFileTracker()
397 if (status.IsNotFound()) in GetAppRootTracker()
506 if (status.IsNotFound()) in DemoteDirtyTracker()
1087 if (status.IsNotFound()) in EraseInTrackerIDSetWithPrefix()
1110 if (status.IsNotFound() || in ActivateInTrackerIDSetWithPrefix()
Ddrive_backend_util.cc180 } else if (status.IsNotFound()) { in InitializeServiceMetadata()
Dmetadata_database_index_on_disk_unittest.cc218 EXPECT_TRUE(db->Get(key, &value).IsNotFound()); in TEST_F()
Dmetadata_database.cc244 if (!status.IsNotFound()) in MigrateDatabaseIfNeeded()
/external/chromium_org/chrome/browser/sync_file_system/
Dsync_status_code.cc101 else if (status.IsNotFound()) in LevelDBStatusToSyncStatusCode()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dservlet.py143 def IsNotFound(self): member in Response
/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_change_tracker.cc564 if (!status.ok() && !status.IsNotFound()) { in ClearDirty()
607 if (!status.ok() && !status.IsNotFound()) { in WriteBatch()
/external/chromium_org/third_party/leveldatabase/src/db/
Dc.cc211 if (!s.IsNotFound()) { in leveldb_get()
Ddb_test.cc301 if (s.IsNotFound()) { in Get()
1773 if (s.IsNotFound()) { in MTThreadBody()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_database.cc255 else if (status.IsNotFound()) in LevelDBStatusToStatus()
/external/chromium_org/google_apis/gcm/engine/
Dgcm_store_impl.cc646 if (s.IsNotFound()) { in LoadDeviceCredentials()