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

/external/chromium_org/chrome/browser/history/
H A Dhistory_notifications.h51 // True if the data was archived. False if the data was deleted in response to
53 bool archived; member in struct:history::URLsDeletedDetails
H A Dtyped_url_syncable_service.cc177 bool archived,
191 if (archived)
176 OnUrlsDeleted(bool all_history, bool archived, URLRows* rows) argument
H A Dhistory_backend.cc94 // and is archived.
626 // to delete the archived database and need to do so before we try to
632 LOG(WARNING) << "Could not initialize the archived database.";
809 // We will add to either the archived database or the main one depending on
815 return; // No archived database to save it to, just forget this.
1287 // Now query the archived database. This is a bit tricky because we don't
1290 // TODO(brettw) bug 1171036: do blimpie querying for the archived database
1341 // The archived database may be out of sync with respect to starring,
1345 // Currently querying the archived DB, update with the main database to
2776 bool archived,
2775 NotifySyncURLsDeleted(bool all_history, bool archived, URLRows* rows) argument
[all...]

Completed in 64 milliseconds