/external/webkit/Source/WebCore/page/ |
GeolocationPositionCache.h | 42 // reading the position to a database on a background thread. The Geolocation 44 // best-effort approach where we do not wait for database reads or writes.
|
/external/webkit/Source/WebCore/storage/ |
DatabaseSync.h | 34 #if ENABLE(DATABASE) 73 #endif // ENABLE(DATABASE)
|
SQLTransactionSync.h | 34 #if ENABLE(DATABASE) 59 DatabaseSync* database() { return m_database.get(); } function in class:WebCore::SQLTransactionSync
|
/external/webkit/Source/WebCore/storage/chromium/ |
QuotaTracker.cpp | 34 #if ENABLE(DATABASE) 72 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 42 and included in the plugin database. This class contains information about 242 The QWebPluginDatabase class is a database of Netscape plugins that are used 331 The database is automatically refreshed. 343 // PluginDatabase::setPluginDirectories() does not refresh the database. 349 The database is automatically refreshed. 356 // PluginDatabase::addExtraPluginDirectory() does refresh the database. 360 Refreshes the plugin database, adds new plugins that have been found and removes 365 in that case WebKit automatically refreshes the database.
|
/external/webkit/Source/cmake/ |
OptionsWinCE.cmake | 26 WEBKIT_FEATURE(ENABLE_DATABASE "Enable database" DEFAULT OFF) 37 WEBKIT_FEATURE(ENABLE_ICONDATABASE "Enable icon database" DEFAULT OFF)
|
/frameworks/av/media/mtp/ |
MtpDatabase.h | 32 // called from SendObjectInfo to reserve a database entry for the incoming file 42 // failure should remove the database entry created in beginSendObject
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteClosable.java | 17 package android.database.sqlite; 24 * This class implements a primitive reference counting scheme for database objects.
|
SQLiteQuery.java | 17 package android.database.sqlite; 19 import android.database.CursorWindow;
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SuggestionProvider.java | 24 import android.database.Cursor; 25 import android.database.MatrixCursor;
|
/frameworks/base/core/tests/coretests/src/android/database/ |
CursorWindowTest.java | 17 package android.database; 20 import android.database.CursorWindow;
|
DatabaseStressTest.java | 17 package android.database; 20 import android.database.sqlite.*;
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListWithDisappearingItemBug.java | 22 import android.database.Cursor; 55 // Map the NAME column in the people database to...
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.widget.CursorAdapter.html | 85 <A NAME="android.widget.CursorAdapter.ctor_added(android.content.Context, android.database.Cursor, int)"></A> 86 <nobr><A HREF="../../../../reference/android/widget/CursorAdapter.html#CursorAdapter(android.content.Context, android.database.Cursor, int)" target="_top"><code>CursorAdapter</code></A>(<code>Context,</nobr> Cursor<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 100 <A NAME="android.widget.CursorAdapter.ctor_changed(android.content.Context, android.database.Cursor)"></A> 101 <nobr><A HREF="../../../../reference/android/widget/CursorAdapter.html#CursorAdapter(android.content.Context, android.database.Cursor)" target="_top"><code>CursorAdapter</code></A>(<code>Context,</nobr> Cursor<nobr><nobr></code>) </nobr> 119 <A NAME="android.widget.CursorAdapter.swapCursor_added(android.database.Cursor)"></A> 120 <nobr><code>Cursor</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#swapCursor(android.database.Cursor)" target="_top"><code>swapCursor</code></A>(<code>Cursor</code>)</nobr> 134 <A NAME="android.widget.CursorAdapter.init_changed(android.content.Context, android.database.Cursor, boolean)"></A> 135 <nobr><code>void</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#init(android.content.Context, android.database.Cursor, boolean)" target="_top"><code>init</code></A>(<code>Context,</nobr> Cursor<nobr>,</nobr> boolean<nobr><nobr></code>) </nobr>
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerListHelper.java | 20 import android.database.Cursor;
52 // Used to map tracker entries from the database to views
|
/libcore/luni/src/main/java/javax/sql/ |
CommonDataSource.java | 32 * While attempting to connect to a database, this method get the maximum 52 * While attempting to connect to a database, this method set the maximum
|
RowSetReader.java | 24 * to get data from a database into its rows. The {@code RowSet} calls the 51 * if a problem occurs accessing the database or if the reader
|
/libcore/luni/src/test/java/tests/java/sql/ |
UpdateFunctionalityTest.java | 112 assertEquals("Not all records in the database were updated", 138 assertEquals("Not all records in the database were updated", 170 assertEquals("Not all records in the database were updated", 201 assertEquals("Not all records in the database were updated", 248 assertEquals("Not all records in the database were updated", 275 assertEquals("Not all records in the database were updated", 303 assertEquals("Not all records in the database were updated", 335 assertEquals("Not all records in the database were updated",
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactLoader.java | 20 import android.database.Cursor; 21 import android.database.CursorWrapper;
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
DrmImageList.java | 20 import android.database.Cursor; 30 // TODO: get other field from database too ?
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMediaItem.java | 19 import android.database.Cursor; 35 // database fields
|
/packages/apps/Mms/src/com/android/mms/util/ |
AddressUtils.java | 24 import android.database.sqlite.SqliteWrapper; 27 import android.database.Cursor;
|
/packages/apps/Music/src/com/android/music/ |
ScanningProgress.java | 20 import android.database.Cursor; 49 // The external media database is now ready for querying
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
HangingSuggestionProvider.java | 21 import android.database.Cursor; 22 import android.database.MatrixCursor;
|
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/ |
SlowSuggestionProvider.java | 23 import android.database.Cursor; 24 import android.database.MatrixCursor;
|