Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/platform/sql/
DSQLiteDatabase.cpp47 SQLiteDatabase::SQLiteDatabase() in SQLiteDatabase() function in WebCore::SQLiteDatabase
55 SQLiteDatabase::~SQLiteDatabase() in ~SQLiteDatabase()
60 bool SQLiteDatabase::open(const String& filename) in open()
82 void SQLiteDatabase::close() in close()
94 void SQLiteDatabase::setFullsync(bool fsync) in setFullsync()
102 int64_t SQLiteDatabase::maximumSize() in maximumSize()
114 void SQLiteDatabase::setMaximumSize(int64_t size) in setMaximumSize()
136 int SQLiteDatabase::pageSize() in pageSize()
153 int64_t SQLiteDatabase::freeSpaceSize() in freeSpaceSize()
165 void SQLiteDatabase::setSynchronous(SynchronousPragma sync) in setSynchronous()
[all …]
DSQLiteTransaction.h33 class SQLiteDatabase; variable
38 SQLiteTransaction(SQLiteDatabase& db);
48 SQLiteDatabase& m_db;
DSQLiteStatement.h39 SQLiteStatement(SQLiteDatabase&, const String&);
87 SQLiteDatabase* database() { return &m_database; } in database()
92 SQLiteDatabase& m_database;
DSQLiteDatabase.h52 class SQLiteDatabase : public Noncopyable {
55 SQLiteDatabase();
56 ~SQLiteDatabase();
DSQLiteFileSystem.h41 class SQLiteDatabase; variable
64 const String& originIdentifier, SQLiteDatabase* db);
DSQLiteTransaction.cpp33 SQLiteTransaction::SQLiteTransaction(SQLiteDatabase& db) in SQLiteTransaction()
DSQLiteFileSystem.cpp57 const String&, SQLiteDatabase* db) in getFileNameForNewDatabase()
DSQLiteStatement.cpp46 SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql) in SQLiteStatement()
/external/webkit/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromium.cpp65 const String&, const String& dbName, const String &originIdentifier, SQLiteDatabase*) in getFileNameForNewDatabase() argument
/external/webkit/WebKit/android/WebCoreSupport/
DGeolocationPermissions.cpp279 SQLiteDatabase database; in maybeLoadPermanentPermissions()
312 SQLiteDatabase database; in maybeStorePermanentPermissions()
/external/webkit/WebCore/storage/
DStorageAreaSync.h69 SQLiteDatabase m_database;
DDatabaseTracker.h104 SQLiteDatabase m_database;
DDatabase.h147 SQLiteDatabase m_sqliteDatabase;
DSQLStatement.cpp76 SQLiteDatabase* database = &db->m_sqliteDatabase; in execute()
DDatabase.cpp220 static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultS… in retrieveTextResultFromDatabase()
258 static bool setTextValueInDatabase(SQLiteDatabase& db, const String& query, const String& value) in setTextValueInDatabase()
/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.h108 SQLiteDatabase m_database;
/external/webkit/WebCore/loader/icon/
DIconDatabase.h215 SQLiteDatabase m_syncDB;
DIconDatabase.cpp1055 static int databaseVersionNumber(SQLiteDatabase& db) in databaseVersionNumber()
1060 static bool isValidDatabase(SQLiteDatabase& db) in isValidDatabase()
1075 static void createDatabaseTables(SQLiteDatabase& db) in createDatabaseTables()
1833 inline void readySQLiteStatement(OwnPtr<SQLiteStatement>& statement, SQLiteDatabase& db, const Stri… in readySQLiteStatement()
/external/webkit/WebCore/page/
DGeolocation.cpp145 SQLiteDatabase database; in readFromDB()
186 SQLiteDatabase database; in writeToDB()
/external/webkit/WebCore/
DAndroid.v8.mk577 platform/sql/SQLiteDatabase.cpp \
DAndroid.mk753 platform/sql/SQLiteDatabase.cpp \
DWebCore.pro1852 platform/sql/SQLiteDatabase.h \
2452 platform/sql/SQLiteDatabase.cpp \
DChangeLog-2008-08-1047011 * platform/sql/SQLiteDatabase.h:
48559 …Transaction::stop() should also reset the transaction-in-progress flag in its parent SQLiteDatabase
50457 * platform/sql/SQLiteDatabase.cpp:
50458 (WebCore::SQLiteDatabase::close): Assert we are on the opening thread.
55404 * platform/sql/SQLiteDatabase.cpp:
55405 (WebCore::SQLiteDatabase::clearAllTables): Ditto.
55417 * platform/sql/SQLiteDatabase.h: Removed unneeded includes.
58376 * platform/sql/SQLiteDatabase.cpp:
58377 (WebCore::SQLiteDatabase::open): Use a local variable instead of a data member to
58379 (WebCore::SQLiteDatabase::close): Removed the code to clear out m_path.
[all …]
DWebCore.gypi2361 'platform/sql/SQLiteDatabase.cpp',
2362 'platform/sql/SQLiteDatabase.h',
DGNUmakefile.am2076 WebCore/platform/sql/SQLiteDatabase.cpp \
2077 WebCore/platform/sql/SQLiteDatabase.h \

12