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

  /external/chromium_org/chrome/browser/history/
history_notifications.cc 20 archived(false) {
history_notifications.h 51 // True if the data was archived. False if the data was deleted in response to
53 bool archived; member in struct:history::URLsDeletedDetails
expire_history_backend.h 40 bool archived,
60 // history, as well as moving data from the main database to the archived
132 // Moves the given visits from the main database to the archived one.
156 // Adds or merges the given URL row with the archived database, returning the
157 // ID of the URL in the archived database, or 0 on failure. The main (source)
160 // Assumes the archived database is not NULL.
188 // Creates entries in the archived database for the unique URLs referenced
208 // History data was automatically archived due to being more than 90 days
266 // the archived database.
typed_url_syncable_service.h 61 void OnUrlsDeleted(bool all_history, bool archived, URLRows* rows);
typed_url_syncable_service.cc 177 bool archived,
191 if (archived)
expire_history_backend.cc 215 // should also delete from the archived DB.
245 // TODO(brettw): bug 1171164: We should query the archived database here, too.
278 // TODO(brettw): bug 1171164: We should query the archived database here, too.
383 deleted_details->archived = (type == DELETION_ARCHIVED);
387 deleted_details->archived,
446 // See if this URL is present in the archived database already. Note that
459 // This row is not in the archived DB, add it.
540 // archived database. We will also keep the mapping between the main DB URLID
541 // and the archived one.
549 URLID archived_id; // ID in the archived DB
    [all...]
expire_history_backend_unittest.cc 45 FILE_PATH_LITERAL("Archived History");
172 bool archived,
336 EXPECT_FALSE(details->archived);
740 // Make sure the archived database has nothing in it.
745 // one will actually be archived instead of deleted.
750 // Make sure the archived database has an entry for the second URL.
752 // Note that the ID is different in the archived DB, so look up by URL.
777 // in the main DB and not in the archived one since it is starred.
780 // Note that the ID is different in the archived DB, so look up by URL.
787 // archived. It should be present in both the main DB (because it's starred
    [all...]
history_backend.h     [all...]
history_backend.cc 100 // and is archived.
657 // Archived database.
660 // to delete the archived database and need to do so before we try to
666 LOG(WARNING) << "Could not initialize the archived database.";
843 // We will add to either the archived database or the main one depending on
849 return; // No archived database to save it to, just forget this.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ToastBarOperation.java 163 resId = R.string.archived;
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 191 if (details->archived)
favicon_cache.cc 603 if (deleted_details->archived)
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_copy_manager.js 331 * @param {Array.<Entry>} sources The array of entries to be archived.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4 902 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
    [all...]

Completed in 807 milliseconds