/external/webkit/Source/WebKit/efl/ewk/ |
ewk_history.cpp | 572 * @note in order to have this working, one must open icon database 599 * @note in order to have this working, one must open icon database
|
/external/webkit/Source/WebKit/gtk/po/ |
et.po | 383 msgid "Enable HTML5 Database" 386 msgid "Whether to enable HTML5 database support"
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebChromeClient.mm | 676 #if ENABLE(DATABASE) 688 CallUIDelegate(m_webView, @selector(webView:frame:exceededDatabaseQuotaForSecurityOrigin:database:), kit(frame), webOrigin, (NSString *)databaseName); [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
ChromeClientQt.cpp | 529 #if ENABLE(DATABASE) 741 // in a separate database
|
/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.cpp | 181 #if ENABLE(DATABASE) 182 // Make sure the WebDatabaseManager is initialized so that the Database directory is set.
|
/frameworks/base/core/java/android/content/ |
ContentService.java | 20 import android.database.IContentObserver; 21 import android.database.sqlite.SQLiteException;
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
fields_index_changes.html | 133 <nobr><A HREF="android.database.AbstractCursor.html#android.database.AbstractCursor.mUpdatedRows" class="hiddenlink" target="rightframe">mUpdatedRows</A>
|
/frameworks/base/drm/java/android/drm/ |
DrmManagerClient.java | 22 import android.database.Cursor; 23 import android.database.sqlite.SQLiteException;
|
/frameworks/base/media/java/android/media/ |
RingtoneManager.java | 19 import com.android.internal.database.SortCursor; 27 import android.database.Cursor;
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileFilter.java | 104 ignoreResultList.add("storage/database-lock-after-reload.html"); // Succeeds but DumpRenderTree does not read result correctly 106 ignoreResultList.add("storage/open-database-creation-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld()
|
TestShellActivity.java | 721 "UI DELEGATE DATABASE CALLBACK: " + 723 ", " + host + ", " + port + "} database:" + [all...] |
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
Summarizer.java | 23 import android.database.Cursor; 221 * We don't run the database I/O in a separate thread to avoid consumer/producer problem
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 25 import android.database.Cursor; 296 // If a user types a string very quickly and database is slow, "constraint" refers to [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 35 import android.database.Cursor; 206 * This notifies the handler that the database has changed and it should [all...] |
Event.java | 24 import android.database.Cursor; 384 // Read the color from the database
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventFragment.java | 32 import android.database.Cursor; 33 import android.database.MatrixCursor; [all...] |
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 22 import android.database.Cursor; 315 // update the attachment in the database as well
|
/packages/apps/Email/src/com/android/email/widget/ |
EmailWidget.java | 39 import android.database.Cursor; 94 // TODO Can this be moved to the loader and made a database 'LIMIT'?
|
/packages/apps/Email/tests/src/com/android/email/ |
ControllerProviderOpsTests.java | 40 * ProviderTestCase (which is a real provider running on a temp database). This would be more of 63 // Invalidate all caches, since we reset the database for each test
|
LegacyConversionsTests.java | 42 import android.database.Cursor; 54 * ProviderTestCase (which is a real provider running on a temp database). This would be more of
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 41 import android.database.Cursor; 191 // Scan database to find all pending operations. [all...] |
/packages/apps/Music/src/com/android/music/ |
ArtistAlbumBrowserActivity.java | 33 import android.database.Cursor; 34 import android.database.CursorWrapper; [all...] |
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 33 import android.database.Cursor; 471 } catch(UnsupportedOperationException ex) { // Database manipulation failure
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyApiSupport.java | 36 import android.database.Cursor; 37 import android.database.DatabaseUtils; 38 import android.database.SQLException; 39 import android.database.sqlite.SQLiteDatabase; 40 import android.database.sqlite.SQLiteDoneException; 41 import android.database.sqlite.SQLiteQueryBuilder; 42 import android.database.sqlite.SQLiteStatement; 551 Log.i(TAG, "Bootstrapping database legacy support"); [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactDirectoryManagerTest.java | 27 import android.database.Cursor; 28 import android.database.MatrixCursor;
|