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

  /external/chromium_org/sync/syncable/
directory_backing_store.cc 449 SafeDropTable("temp_metas");
468 SafeDropTable("metas");
475 SafeDropTable("temp_share_info");
490 SafeDropTable("share_info");
616 bool DirectoryBackingStore::SafeDropTable(const char* table_name) {
623 SafeDropTable("metas");
624 SafeDropTable("temp_metas");
625 SafeDropTable("share_info");
626 SafeDropTable("temp_share_info");
627 SafeDropTable("share_version")
    [all...]
directory_backing_store.h 96 bool SafeDropTable(const char* table_name);
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 538 SafeDropTable("temp_metas");
552 SafeDropTable("metas");
694 int DirectoryBackingStore::SafeDropTable(const char* table_name) {
710 SafeDropTable("metas");
711 SafeDropTable("temp_metas");
712 SafeDropTable("share_info");
713 SafeDropTable("temp_share_info");
714 SafeDropTable("share_version");
715 SafeDropTable("extended_attributes");
716 SafeDropTable("models")
    [all...]
directory_backing_store.h 113 int SafeDropTable(const char* table_name);

Completed in 360 milliseconds