HomeSort by relevance Sort by last modified time
    Searched full:delete_in_backend (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_active_blob_registry.cc 62 bool delete_in_backend = false; local
67 delete_in_backend = blob_pair->second && !db_marked_for_deletion;
72 delete_in_backend = true;
77 if (delete_in_backend)

Completed in 40 milliseconds