Searched defs:is_temporary (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Durl_database.cc133 bool is_temporary) {
144 if (is_temporary) {
590 bool URLDatabase::CreateURLTable(bool is_temporary) { argument
591 const char* name = is_temporary ? "temp_urls" : "urls";
132 AddURLInternal(const history::URLRow& info, bool is_temporary) argument
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc1423 bool DirectoryBackingStore::CreateMetasTable(bool is_temporary) { argument
1425 query.append(is_temporary ? "temp_metas" : "metas");
1490 bool DirectoryBackingStore::CreateShareInfoTable(bool is_temporary) { argument
1491 const char* name = is_temporary ? "temp_share_info" : "share_info";
1512 bool is_temporary) {
1513 const char* name = is_temporary ? "temp_share_info" : "share_info";
1511 CreateShareInfoTableVersion71( bool is_temporary) argument
/external/qemu/include/block/
H A Dblock_int.h165 int is_temporary; member in struct:BlockDriverState

Completed in 905 milliseconds