HomeSort by relevance Sort by last modified time
    Searched refs:IsNotFound (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/
sync_status_code.cc 97 else if (status.IsNotFound())
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
status.h 55 bool IsNotFound() const { return code() == kNotFound; }
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.cc 224 if (status.IsNotFound())
241 if (status.IsNotFound()) {
269 if (status.ok() || status.IsNotFound())
318 if (!status.IsNotFound()) {
sandbox_directory_database.cc 431 if (status.IsNotFound())
510 if (status.IsNotFound() && !file_id) {
534 if (!status.IsNotFound()) {
688 if (!status.IsNotFound()) {
848 if (!status.IsNotFound()) {
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.cc 226 // If the key is not found, the status of the iterator won't be IsNotFound(),
376 if (!DatabaseErrorCheck(s.ok() || s.IsNotFound()))
378 if (s.IsNotFound())
383 if (!DatabaseErrorCheck(s.ok() || s.IsNotFound()))
385 if (s.IsNotFound()) {
398 // If the key is not found, the status of the iterator won't be IsNotFound(),
473 if (s.IsNotFound()) {
487 if (!DatabaseErrorCheck(s.ok() || s.IsNotFound()))
490 if (s.IsNotFound()) {
511 // If the key is not found, the status of the iterator won't be IsNotFound(),
    [all...]
  /external/chromium_org/chrome/browser/value_store/
leveldb_value_store.cc 195 if (it->status().IsNotFound()) {
196 NOTREACHED() << "IsNotFound() but iterating over all keys?!";
285 if (!status.ok() && !status.IsNotFound())
318 if (it->status().IsNotFound())
319 NOTREACHED() << "IsNotFound() but clearing?!";
324 if (status.IsNotFound()) {
325 NOTREACHED() << "IsNotFound() but clearing?!";
372 if (s.IsNotFound()) {
374 // Check this first because ok() is false on IsNotFound.
419 if (status.IsNotFound()) {
    [all...]
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 253 if (s.IsNotFound())
349 if (s.IsNotFound())
370 if (s.IsNotFound())
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 392 if (!status.ok() && !status.IsNotFound()) {
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 85 if (status.IsNotFound())
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 211 if (!s.IsNotFound()) {
db_test.cc 302 if (s.IsNotFound()) {
    [all...]
  /external/chromium_org/chrome/browser/performance_monitor/
database.cc 489 if ((status.IsNotFound() && !options.create_if_missing) || !fix_if_damaged) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_metadata_store.cc 171 if (!status.IsNotFound())
metadata_database.cc 226 if (!status.IsNotFound())
    [all...]

Completed in 282 milliseconds