Searched
full:database (Results
576 -
600 of
2668) sorted by null
<<21222324252627282930>>
/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,
|
SQLTransactionSync.idl | 34 Conditional=DATABASE,
|
SQLTransactionSyncCallback.idl | 33 Conditional=DATABASE,
|
/external/webkit/Source/WebCore/workers/ |
WorkerContext.h | 50 class Database; 113 #if ENABLE(DATABASE) 114 // HTML 5 client-side database 115 PassRefPtr<Database> openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode&);
|
/external/webkit/Source/WebKit/mac/Storage/ |
WebDatabaseManagerInternal.h | 29 #if ENABLE(DATABASE)
|
/external/webkit/Source/WebKit/win/ |
WebSecurityOrigin.cpp | 36 #if !ENABLE(DATABASE) 133 #if ENABLE(DATABASE) 149 #if ENABLE(DATABASE) 164 #if ENABLE(DATABASE)
|
/frameworks/base/core/java/android/database/ |
ContentObservable.java | 17 package android.database;
|
CrossProcessCursor.java | 17 package android.database;
|
DataSetObserver.java | 17 package android.database;
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteMisuseException.java | 17 package android.database.sqlite;
|
/frameworks/base/core/java/android/widget/ |
FilterQueryProvider.java | 19 import android.database.Cursor;
|
/frameworks/base/core/jni/ |
android_database_SQLiteDebug.cpp | 190 { "getPagerStats", "(Landroid/database/sqlite/SQLiteDebug$PagerStats;)V", 202 clazz = env->FindClass("android/database/sqlite/SQLiteDebug$PagerStats"); 204 LOGE("Can't find android/database/sqlite/SQLiteDebug$PagerStats"); 226 return jniRegisterNativeMethods(env, "android/database/sqlite/SQLiteDebug",
|
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/ |
DisabledProvider.java | 21 import android.database.Cursor;
|
EnabledProvider.java | 21 import android.database.Cursor;
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
pkg_android.database.sqlite.html | 10 android.database.sqlite 74 Package <A HREF="../../../../reference/android/database/sqlite/package-summary.html" target="_top"><font size="+1"><code>android.database.sqlite</code></font></A> 85 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html">SQLiteDatabase</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
pkg_android.database.html | 10 android.database 74 Package <A HREF="../../../../reference/android/database/package-summary.html" target="_top"><font size="+1"><code>android.database</code></font></A> 85 <nobr><A HREF="android.database.DatabaseUtils.html">DatabaseUtils</A></nobr>
|
/frameworks/base/media/java/android/media/ |
IMediaScannerListener.aidl | 30 * and the file was added to the media database, or null if scanning failed.
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 31 import android.database.Cursor; 32 import android.database.sqlite.SQLiteDatabase; 33 import android.database.sqlite.SQLiteException; 34 import android.database.sqlite.SQLiteQueryBuilder; 64 // database mutations are currently being handled. Used by 65 // sFileObserver to not reload the database when it's ourselves 85 * used to access the corresponding database rows. 214 // FileObserver for external modifications to the database file. 217 // sqlite database out from under the SettingsProvider, which is 218 // normally the exclusive owner of the database. But we keep thi [all...] |
/frameworks/ex/common/java/com/android/common/io/ |
MoreCloseables.java | 20 import android.database.Cursor;
|
/packages/apps/Browser/src/com/android/browser/ |
AutoFillProfileDatabase.java | 20 import android.database.Cursor; 21 import android.database.sqlite.SQLiteDatabase; 22 import android.database.sqlite.SQLiteOpenHelper; 76 Log.w(LOGTAG, "Upgrading database from version " + oldVersion + " to "
|
AutofillHandler.java | 23 import android.database.Cursor; 49 * Load settings from the browser app's database. It is performed in 81 // Load the autofill profile data from the database. We use a database separate
|
DownloadTouchIcon.java | 29 import android.database.Cursor; 57 * Use this ctor to store the touch icon in the bookmarks database for 72 * Use this ctor to download the touch icon and update the bookmarks database 88 * Use this ctor to not store the touch icon in a database, rather add it to
|
Completed in 1323 milliseconds
<<21222324252627282930>>