HomeSort by relevance Sort by last modified time
    Searched full:database (Results 601 - 625 of 2940) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h 32 // Contains detailed information about an indexed database.
72 // Requests a single indexed database file to be deleted in the WEBKIT thread.
81 // not fetch its information from the indexed database tracker, but gets them
93 // Add a indexed database to the set of canned indexed databases that is
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 125 // TODO(brettw) currently the rows in the in-memory database don't match the
126 // IDs in the main database. This sucks. Instead of Add and Remove, we should
146 // create a new database to quickly clear everything out.
155 // Delete all matching URLs in our database.
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 22 // Implements the PersistentCookieStore interface in terms of a SQLite database.
  /external/chromium/chrome/browser/sync/engine/
store_timestamps_command.h 20 // database, meaning it is safe to update the persisted
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 49 // database doesn't have a favicon for a webpage.
fileicon_source.h 46 // database doesn't have a favicon for a webpage.
thumbnail_source.h 45 // database doesn't have a thumbnail for a webpage.
  /external/chromium/net/base/
cert_database.cc 22 // are added to the database.
platform_mime_util_win.cc 30 std::wstring key(L"MIME\\Database\\Content Type\\" + UTF8ToWide(mime_type));
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.leasedir.diff.gz 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-modelingschema.dump 6 -- Note that the database name for the stored CVS data is `modeling`, as in the Eclipse Modeling Project.
9 -- Host: localhost Database: modeling
24 DROP DATABASE IF EXISTS `modeling`;
25 CREATE DATABASE `modeling`;
mysql-users.dump 8 -- Note that the database name for the stored CVS data is `modeling`, as in the Eclipse Modeling Project.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
local_data.html 12 As the connection to the server database is too slow, local files containing
  /external/iproute2/
README 18 database routines. Often this is in the db-devel package.
  /external/javasqlite/src/main/java/SQLite/
Backup.java 78 * Return the total number of pages in the backup source database.
  /external/junit/src/org/junit/
BeforeClass.java 10 * (like logging into a database). While this can compromise the independence of
  /external/junit/src/org/junit/rules/
ExternalResource.java 8 * resource before a test (a file, socket, server, database connection, etc.),
  /external/oprofile/doc/
opgprof.1.in 33 Use sample database out of directory dir_path instead of the default location (/var/lib/oprofile).
  /external/webkit/LayoutTests/storage/indexeddb/
transaction-after-close-expected.txt 1 Test closing a database connection in IndexedDB.
  /external/webkit/LayoutTests/storage/
read-transactions-running-concurrently.html 65 This test tests that two read-only transactions on different handles to the same database run concurrently.<br>
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp 151 // When an icon load results in a 404 we commit it to the database here and clear the loading state.
159 LOG(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", iconURL.string().ascii().data());
161 // Setting the icon data only after committing to the database ensures that the data is
162 // kept in memory (so it does not have to be read from the database asynchronously), since
  /external/webkit/Source/WebCore/storage/
SQLStatementCallback.idl 31 Conditional=DATABASE,
SQLStatementErrorCallback.idl 31 Conditional=DATABASE,
SQLTransactionCallback.idl 31 Conditional=DATABASE,
SQLTransactionErrorCallback.idl 31 Conditional=DATABASE,

Completed in 611 milliseconds

<<21222324252627282930>>