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

  /external/chromium_org/webkit/browser/database/
database_tracker.cc 33 FILE_PATH_LITERAL("databases");
35 FILE_PATH_LITERAL("databases-incognito");
37 FILE_PATH_LITERAL("Databases.db");
57 std::vector<base::string16>* databases) const {
60 databases->push_back(it->first);
196 // size of each open databases and notify any differences between the
228 std::set<base::string16>& databases = found_origin->second; local
229 databases.erase(database_name);
230 if (databases.empty()) {
401 // Create a temporary directory to move possibly still existing databases to
826 std::vector<base::string16> databases; local
    [all...]
database_tracker.h 53 // This class is used to store information about all databases in an origin.
62 void GetAllDatabaseNames(std::vector<base::string16>* databases) const;
78 // This class manages the main database and keeps track of open databases.
154 // Delete any databases that have been touched since the cutoff date that's
156 // Returns net::OK on success, net::FAILED if not all databases could be
163 // Delete all databases that belong to the given origin. Returns net::OK on
164 // success, net::FAILED if not all databases could be deleted, and
221 // Deletes session-only databases. Blocks databases from being created/opened.
267 // Schedule a set of open databases for deletion. If non-null, callback i
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper.cc 83 std::vector<base::string16> databases; local
84 ori->GetAllDatabaseNames(&databases);
85 for (std::vector<base::string16>::const_iterator db = databases.begin();
86 db != databases.end(); ++db) {
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.h 44 CannedBrowsingDataDatabaseHelper* databases() const { function in class:LocalSharedObjectsContainer
local_shared_objects_container.cc 65 count += databases()->GetDatabaseCount();
152 // Count databases for the domain of the given |origin|.
155 databases()->GetPendingDatabaseInfo();
188 databases(),
tab_specific_content_settings.cc 429 blocked_local_shared_objects_.databases()->AddDatabase(
433 allowed_local_shared_objects_.databases()->AddDatabase(
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Database.js 158 databases: function()
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 111 'Preferences: Preferences and selection of databases to index are\r\n'
115 'Reindexing: Selecting \'Reindex all databases\' will index all the \r\n'
136 'Only local databases can be indexed. If they can be determined, \r\n'
138 'list automatically. Mail archives and other databases must be \r\n'
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 72 // Stores reference to all databases opened in the current process.
126 // True if the database has attached databases.
239 * Write-ahead logging cannot be used with read-only databases so the value of
2031 ArrayList<SQLiteDatabase> databases = new ArrayList<SQLiteDatabase>(); local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 113 * Separate databases are kept for each external storage card we see (using the
417 * For devices that have removable storage, we support keeping multiple databases
419 * On such devices, touch this particular database and garbage collect old databases.
420 * An LRU cache system is used to clean up databases for old external
442 // delete least recently used databases if we are over the limit
443 String[] databases = mContext.databaseList(); local
444 int count = databases.length;
447 // delete external databases that have not been used in the past two months
449 for (int i = 0; i < databases.length; i++) {
450 File other = mContext.getDatabasePath(databases[i])
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 317 # Set $autovacuum to non-zero for databases that support auto-vacuum.
475 auto-vacuum. This is zero for databases that do not support auto-vacuum.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js 58 this.databasesListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Web SQL"), "Databases", ["database-storage-tree-item"]);
125 WebInspector.databaseModel.databases().forEach(this._addDatabase.bind(this));
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 161 <li><a href="<?cs var:toroot ?>training/basics/data-storage/databases.html">
162 Saving Data in SQL Databases
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 389 milliseconds