OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeDropTable
(Results
1 - 2
of
2
) sorted by null
/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 825 milliseconds