HomeSort by relevance Sort by last modified time
    Searched full:databases (Results 26 - 50 of 474) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_data_deleter.h 29 // A helper class that takes care of removing local storage, databases and
40 // databases are deleted asynchronously on the webkit and file threads,
  /external/chromium_org/chrome/browser/history/
archived_database.h 47 // Returns the current version that we will generate archived databases with.
53 // Implemented for the specialized databases.
  /external/chromium/chrome/browser/
browsing_data_database_helper.cc 99 std::vector<string16> databases; local
100 ori->GetAllDatabaseNames(&databases);
101 for (std::vector<string16>::const_iterator db = databases.begin();
102 db != databases.end(); ++db) {
browsing_data_database_helper.h 93 // Enumerates all databases. This must be called in the WEBKIT thread.
117 // Add a database to the set of canned databases that is returned by this
123 // Clear the list of canned databases.
126 // True if no databases are currently stored.
  /external/chromium/chrome/browser/ui/views/
database_info_view.h 30 // Clears the cookie display to indicate that no or multiple databases are
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper.cc 84 std::vector<string16> databases; local
85 ori->GetAllDatabaseNames(&databases);
86 for (std::vector<string16>::const_iterator db = databases.begin();
87 db != databases.end(); ++db) {
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 64 count += databases()->GetDatabaseCount();
151 // Count databases for the domain of the given |origin|.
154 databases()->GetPendingDatabaseInfo();
187 databases()->Clone(),
local_shared_objects_container.h 44 CannedBrowsingDataDatabaseHelper* databases() const { function in class:LocalSharedObjectsContainer
  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.h 19 // An InMemoryDirectoryBackingStore cannot load data from existing databases.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-sql-transaction-error.html 14 <li>Go to the Databases panel</li>
  /external/chromium_org/tools/grit/grit/testdata/
README.txt 41 Preferences: Preferences and selection of databases to index are
45 Reindexing: Selecting 'Reindex all databases' will index all the
66 Only local databases can be indexed. If they can be determined,
68 list automatically. Mail archives and other databases must be
  /external/chromium_org/webkit/
DEPS 24 # For databases/
  /external/chromium_org/webkit/browser/database/
database_quota_client.cc 129 // All databases are in the temp namespace for now.
148 // All databases are in the temp namespace for now.
172 // All databases are in the temp namespace for now.
197 // All databases are in the temp namespace for now, so nothing to delete.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteOpenHelper.java 13 * databases and partially implements the subclass contract. (Currently,
  /frameworks/base/core/java/android/database/sqlite/
package.html 6 Applications use these classes to manage private databases. If creating a
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 37 * Tests to make sure we're handling DB transactions properly in regard to two databases,
59 * Make sure we start/finish transactions on the right databases for insert.
86 * Make sure we start/finish transactions on the right databases for update.
120 * Make sure we start/finish transactions on the right databases for delete.
149 * Make sure we start/finish transactions on the right databases for bulk insert.
  /external/chromium/chrome/browser/history/
text_database_manager.h 28 // Manages a set of text databases representing different time periods. This
30 // spanning multiple databases.
46 // databases. This is opaque to the caller, but allows it to pass back a list
49 // This is necessary for the feature where we optimize full text databases
144 // Calls optimize on all the databases identified in a given change set (see
253 // Non-owning pointers to the recent history databases for URLs and visits.
280 // databases will be in here, and non-existant ones will not, so we don't
292 // Lists all databases with open transactions. These will have to be closed
archived_database.h 43 // Implemented for the specialized databases.
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_backend.h 38 // databases will be at base_path/extension_id.
88 // The base file path to create any leveldb databases at.
  /external/chromium_org/content/test/data/
simple_database.html 7 document.write("Error: Web SQL databases are not supported.");
144 This page is used for testing Web SQL databases.
  /external/chromium_org/third_party/sqlite/src/test/
thread002.test 28 # Create 3 databases with identical schemas:
88 # Check all three databases are Ok.
  /packages/apps/Launcher2/
fill_screens.py 37 + " /data/data/com.android.launcher/databases/launcher.db"
47 + " /data/data/com.android.launcher/databases/launcher.db")
  /packages/apps/Launcher3/
fill_screens.py 37 + " /data/data/com.android.launcher/databases/launcher.db"
47 + " /data/data/com.android.launcher/databases/launcher.db")
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_finder_mac.mm 50 // In case of two databases with the same modified time, tie breaker goes
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.h 51 // Iterates over all databases; for diagnostics only.

Completed in 1140 milliseconds

12 3 4 5 6 7 8 91011>>