HomeSort by relevance Sort by last modified time
    Searched full:archived (Results 1 - 25 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.
archived_database.cc 103 LOG(WARNING) << "Archived database is too new.";
107 // NOTICE: If you are changing structures for things shared with the archived
116 LOG(WARNING) << "Unable to update archived database to version 2.";
135 LOG(WARNING) << "Unable to update archived database to version 4.";
147 "Archived database version " << cur_version << " is too old to handle.";
archived_database.h 21 // Encapsulates the database operations for archived history.
47 // Returns the current version that we will generate archived databases with.
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...]
history_querying_unittest.cc 386 // archived database. This also tests that imported URLs can be found, since
394 row1.set_title(UTF8ToUTF16("archived title same"));
408 // Query all time. The title we get should be the one in the archived and
411 QueryHistory("archived", options, &results);
416 // Check query is ordered correctly when split between archived and
417 // non-archived database.
428 have tiered history, there could be a dupe in the archived history which
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...]
  /external/chromium/chrome/browser/history/
archived_database.cc 92 LOG(WARNING) << "Archived database is too new.";
96 // NOTICE: If you are changing structures for things shared with the archived
105 LOG(WARNING) << "Unable to update archived database to version 2.";
125 "Archived database version " << cur_version << " is too old to handle.";
expire_history_backend.h 58 // history, as well as moving data from the main database to the archived
120 // TODO(brettw) when we have an "archived" history database, this should take
134 // Moves the given visits from the main database to the archived one.
159 // Adds or merges the given URL row with the archived database, returning the
160 // ID of the URL in the archived database, or 0 on failure. The main (source)
163 // Assumes the archived database is not NULL.
191 // Creates entries in the archived database for the unique URLs referenced
263 // the archived database.
expire_history_backend.cc 199 // TODO(brettw): bug 1171148: We should also delete from the archived DB.
234 // TODO(brettw): bug 1171164: We should query the archived database here, too.
434 // See if this URL is present in the archived database already. Note that
447 // This row is not in the archived DB, add it.
526 // archived database. We will also keep the mapping between the main DB URLID
527 // and the archived one.
535 URLID archived_id; // ID in the archived DB.
543 // archived it.
549 // Retrieve the sources for all the archived visits before archiving.
558 // archived
    [all...]
archived_database.h 20 // Encapsulates the database operations for archived history.
history_querying_unittest.cc 299 // Tests that FTS queries can find URLs when they exist only in the archived
308 row1.set_title(UTF8ToUTF16("archived title"));
325 QueryHistory("archived", options, &results);
333 have tiered history, there could be a dupe in the archived history which
  /external/libxslt/
README 19 the list and archived for public access unless pricacy is explicitely
  /external/chromium_org/chrome/tools/build/android/
FILES.cfg 19 # archive == filename, filename is archived directly, not zipped.
20 # direct_archive: Force a file to be archived as-is, bypassing zip creation.
  /frameworks/base/docs/html/sdk/
download.jd 1 page.title=Download an Archived Android SDK
36 download one of the archived SDKs, because these SDK packages contain Google software (whereas, the
72 recommended. We no longer maintain documentation about how to install these archived SDKs nor
  /external/chromium_org/chrome/tools/build/mac/
FILES.cfg 18 # archive == filename, filename is archived directly, not zipped.
19 # direct_archive: Force a file to be archived as-is, bypassing zip creation.
  /external/chromium/build/
extract_from_cab.py 23 # The expand utility preserves the modification date and time of the archived
  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.cc 33 // Don't consider an archived archive to be executable, but record
  /external/chromium_org/third_party/libxml/src/
README 34 the list and archived for public access unless pricacy is explicitely
  /external/chromium_org/chrome/tools/build/chromeos/
FILES.cfg 18 # archive == filename, filename is archived directly, not zipped.
19 # direct_archive: Force a file to be archived as-is, bypassing zip creation.
  /external/oprofile/doc/
oparchive.1.in 60 Only list the files that would be archived, don't copy them.
  /sdk/eclipse/
README_WINDOWS.txt 9 Then in Eclipse, you can use Help > Software Updates > Find and Install > Search for new Features > Next > New Archived Site > select the new android-eclipse.zip. Then with the new archive checked, click Finish/Next.
  /external/chromium_org/v8/src/
v8threads.cc 161 // First check whether the current thread has been 'lazily archived', i.e.
162 // not archived at all. If that is the case we put the state storage we
178 // it is being archived or restored.
181 // If there is another thread that was lazily archived then we have to really
290 // Gets the first in the list of archived threads.
357 // Ensure that data containing GC roots are archived first, and handle them
  /external/v8/src/
v8threads.cc 157 // First check whether the current thread has been 'lazily archived', i.e.
158 // not archived at all. If that is the case we put the state storage we
174 // it is being archived or restored.
177 // If there is another thread that was lazily archived then we have to really
280 // Gets the first in the list of archived threads.
336 // Ensure that data containing GC roots are archived first, and handle them

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>