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

  /external/chromium_org/sync/syncable/
directory_backing_store.h 81 // is_temporary. Returns an sqlite
82 bool CreateShareInfoTable(bool is_temporary);
84 bool CreateShareInfoTableVersion71(bool is_temporary);
85 // Create 'metas' or 'temp_metas' depending on value of is_temporary. Also
87 bool CreateMetasTable(bool is_temporary);
directory_backing_store.cc     [all...]
  /external/chromium/chrome/browser/history/
thumbnail_database.h 231 // or was successfully created. |is_temporary| will be false when generating
237 bool InitFaviconsTable(sql::Connection* db, bool is_temporary);
257 bool InitIconMappingTable(sql::Connection* db, bool is_temporary);
267 // added to temp_icon_mapping table if is_temporary is true.
271 bool is_temporary);
url_database.h 244 // is_temporary is false when generating the "regular" URLs table. The expirer
247 bool CreateURLTable(bool is_temporary);
262 // if is_temporary is false, or the temporary URL table if is temporary is
265 URLID AddURLInternal(const URLRow& info, bool is_temporary);
thumbnail_database.cc 194 bool is_temporary) {
197 const char* name = is_temporary ? "temp_favicons" : "favicons";
699 bool is_temporary) {
700 const char* name = is_temporary ? "temp_icon_mapping" : "icon_mapping";
725 bool is_temporary) {
726 const char* name = is_temporary ? "temp_icon_mapping" : "icon_mapping";
728 is_temporary ? "add_temp_icon_mapping" : "add_icon_mapping";
url_database.cc 152 bool is_temporary) {
163 if (is_temporary) {
532 bool URLDatabase::CreateURLTable(bool is_temporary) {
533 const char* name = is_temporary ? "temp_urls" : "urls";
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 97 // is_temporary. Returns an sqlite
99 int CreateShareInfoTable(bool is_temporary);
101 int CreateShareInfoTableVersion71(bool is_temporary);
102 // Create 'metas' or 'temp_metas' depending on value of is_temporary.
104 int CreateMetasTable(bool is_temporary);
directory_backing_store.cc     [all...]
  /external/chromium_org/chrome/browser/history/
url_database.h 263 // is_temporary is false when generating the "regular" URLs table. The expirer
266 bool CreateURLTable(bool is_temporary);
281 // if is_temporary is false, or the temporary URL table if is temporary is
284 URLID AddURLInternal(const URLRow& info, bool is_temporary);
thumbnail_database.h 354 // or was successfully created. |is_temporary| will be false when generating
360 bool InitFaviconsTable(sql::Connection* db, bool is_temporary);
370 bool InitFaviconBitmapsTable(sql::Connection* db, bool is_temporary);
381 bool InitIconMappingTable(sql::Connection* db, bool is_temporary);
394 // added to temp_icon_mapping table if is_temporary is true.
398 bool is_temporary);
thumbnail_database.cc 509 bool is_temporary) {
512 const char* name = is_temporary ? "temp_favicons" : "favicons";
536 bool is_temporary) {
539 const char* name = is_temporary ? "temp_favicon_bitmaps" : "favicon_bitmaps";
    [all...]
url_database.cc 145 bool is_temporary) {
156 if (is_temporary) {
577 bool URLDatabase::CreateURLTable(bool is_temporary) {
578 const char* name = is_temporary ? "temp_urls" : "urls";
  /external/chromium/chrome/browser/download/
download_history.cc 58 download_item->is_temporary() || !hs) {
download_item.h 276 bool is_temporary() const { return is_temporary_; } function in class:DownloadItem
download_item.cc 382 is_temporary()) {
386 if (!is_temporary())
download_manager.cc 143 if (it->second->is_temporary() &&
155 if (!it->second->is_temporary() &&
169 if (item->is_temporary())
200 if (download_item->is_temporary() || download_item->is_extension_install())
    [all...]
  /external/qemu/
block_int.h 165 int is_temporary; member in struct:BlockDriverState
block.c 451 if (bs->is_temporary) {
477 if (bs->is_temporary) {
581 bs->is_temporary = 1;
623 if (bs->is_temporary) {
641 if (bs->is_temporary) {
660 if (bs->is_temporary) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 492 is_temporary = False
496 is_temporary = True
506 if is_temporary:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 492 is_temporary = False
496 is_temporary = True
506 if is_temporary:
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 261 dl_item_value->SetBoolean("is_temporary", download->is_temporary());
    [all...]

Completed in 461 milliseconds