Home
last modified time | relevance | path

Searched refs:SQLiteDatabase (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.cpp50 SQLiteDatabase::SQLiteDatabase() in SQLiteDatabase() function in WebCore::SQLiteDatabase
60 SQLiteDatabase::~SQLiteDatabase() in ~SQLiteDatabase()
65 bool SQLiteDatabase::open(const String& filename, bool forWebSQLDatabase) in open()
92 void SQLiteDatabase::close() in close()
108 void SQLiteDatabase::interrupt() in interrupt()
124 bool SQLiteDatabase::isInterrupted() in isInterrupted()
130 void SQLiteDatabase::setFullsync(bool fsync) in setFullsync()
138 int64_t SQLiteDatabase::maximumSize() in maximumSize()
153 void SQLiteDatabase::setMaximumSize(int64_t size) in setMaximumSize()
179 int SQLiteDatabase::pageSize() in pageSize()
[all …]
DSQLiteTransaction.h34 class SQLiteDatabase; variable
39 SQLiteTransaction(SQLiteDatabase& db, bool readOnly = false);
50 SQLiteDatabase& m_db;
DSQLiteDatabase.h53 class SQLiteDatabase {
54 WTF_MAKE_NONCOPYABLE(SQLiteDatabase);
57 SQLiteDatabase();
58 ~SQLiteDatabase();
DSQLiteStatement.h40 SQLiteStatement(SQLiteDatabase&, const String&);
92 SQLiteDatabase* database() { return &m_database; } in database()
97 SQLiteDatabase& m_database;
DSQLiteFileSystem.h41 class SQLiteDatabase; variable
67 const String& originIdentifier, SQLiteDatabase* db);
DSQLiteTransaction.cpp35 SQLiteTransaction::SQLiteTransaction(SQLiteDatabase& db, bool readOnly) in SQLiteTransaction()
DSQLiteFileSystem.cpp61 const String&, SQLiteDatabase* db) in getFileNameForNewDatabase()
DSQLiteStatement.cpp49 SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql) in SQLiteStatement()
/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp54 static bool runCommands(SQLiteDatabase& sqliteDatabase, const char** commands, size_t numberOfComma… in runCommands()
68 static bool createTables(SQLiteDatabase& sqliteDatabase) in createTables()
94 static bool createMetaDataTable(SQLiteDatabase& sqliteDatabase) in createMetaDataTable()
104 static bool getDatabaseSchemaVersion(SQLiteDatabase& sqliteDatabase, int* databaseVersion) in getDatabaseSchemaVersion()
114 static bool migrateDatabase(SQLiteDatabase& sqliteDatabase) in migrateDatabase()
284 static void doDelete(SQLiteDatabase& db, const char* sql, int64_t id) in doDelete()
695 …CursorImplCommon(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool ite… in CursorImplCommon()
718 SQLiteDatabase& m_db;
761 …ObjectStoreCursorImpl(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, boo… in ObjectStoreCursorImpl()
798 …IndexKeyCursorImpl(SQLiteDatabase& sqliteDatabase, String query, bool uniquenessConstraint, bool i… in IndexKeyCursorImpl()
[all …]
DAbstractDatabase.h67 SQLiteDatabase& sqliteDatabase() { return m_sqliteDatabase; } in sqliteDatabase()
123 SQLiteDatabase m_sqliteDatabase;
DStorageTracker.h97 SQLiteDatabase m_database;
DStorageAreaSync.h71 SQLiteDatabase m_database;
DSQLStatementSync.cpp58 SQLiteDatabase* database = &db->sqliteDatabase(); in execute()
DAbstractDatabase.cpp49 static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultS… in retrieveTextResultFromDatabase()
73 static bool setTextValueInDatabase(SQLiteDatabase& db, const String& query, const String& value) in setTextValueInDatabase()
DIDBSQLiteBackingStore.h74 SQLiteDatabase m_db;
DDatabaseTracker.h141 SQLiteDatabase m_database;
DSQLStatement.cpp74 SQLiteDatabase* database = &db->sqliteDatabase(); in execute()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationPermissions.h40 class SQLiteDatabase; variable
110 static bool openDatabase(WebCore::SQLiteDatabase*);
DGeolocationPermissions.cpp331 SQLiteDatabase database; in maybeLoadPermanentPermissions()
363 SQLiteDatabase database; in maybeStorePermanentPermissions()
400 bool GeolocationPermissions::openDatabase(SQLiteDatabase* database) in openDatabase()
/external/webkit/Source/WebCore/page/
DGeolocationPositionCache.cpp141 SQLiteDatabase database; in readFromDatabaseImpl()
200 SQLiteDatabase database; in writeToDatabaseImpl()
/external/webkit/Source/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromium.cpp58 const String&, const String& dbName, const String &originIdentifier, SQLiteDatabase*) in getFileNameForNewDatabase() argument
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.h141 SQLiteDatabase m_database;
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.h229 SQLiteDatabase m_syncDB;
DIconDatabase.cpp1054 static int databaseVersionNumber(SQLiteDatabase& db) in databaseVersionNumber()
1059 static bool isValidDatabase(SQLiteDatabase& db) in isValidDatabase()
1073 static void createDatabaseTables(SQLiteDatabase& db) in createDatabaseTables()
1855 inline void readySQLiteStatement(OwnPtr<SQLiteStatement>& statement, SQLiteDatabase& db, const Stri… in readySQLiteStatement()
/external/webkit/Source/WebCore/
DAndroid.mk791 platform/sql/SQLiteDatabase.cpp \

12