Home
last modified time | relevance | path

Searched refs:SQLiteDatabase (Results 1 – 25 of 29) 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, bool readOnly = false);
49 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, bool readOnly) in SQLiteTransaction()
DSQLiteFileSystem.cpp57 const String&, SQLiteDatabase* db) in getFileNameForNewDatabase()
DSQLiteStatement.cpp46 SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql) in SQLiteStatement()
/external/webkit/WebKit/android/WebCoreSupport/
DGeolocationPermissions.h42 class SQLiteDatabase; variable
113 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/WebCore/page/
DGeolocationPositionCache.cpp85 SQLiteDatabase database; in readFromDB()
127 SQLiteDatabase database; in writeToDB()
/external/webkit/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromium.cpp66 const String&, const String& dbName, const String &originIdentifier, SQLiteDatabase*) in getFileNameForNewDatabase() argument
/external/webkit/WebCore/storage/
DStorageAreaSync.h69 SQLiteDatabase m_database;
DDatabaseTracker.h129 SQLiteDatabase m_database;
DDatabase.h162 SQLiteDatabase m_sqliteDatabase;
DSQLStatement.cpp76 SQLiteDatabase* database = &db->m_sqliteDatabase; in execute()
DDatabase.cpp249 static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultS… in retrieveTextResultFromDatabase()
287 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.cpp1046 static int databaseVersionNumber(SQLiteDatabase& db) in databaseVersionNumber()
1051 static bool isValidDatabase(SQLiteDatabase& db) in isValidDatabase()
1066 static void createDatabaseTables(SQLiteDatabase& db) in createDatabaseTables()
1824 inline void readySQLiteStatement(OwnPtr<SQLiteStatement>& statement, SQLiteDatabase& db, const Stri… in readySQLiteStatement()
/external/webkit/WebCore/
DAndroid.mk539 platform/sql/SQLiteDatabase.cpp \
DWebCore.pro1557 platform/sql/SQLiteDatabase.h \
2174 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.gypi2603 'platform/sql/SQLiteDatabase.cpp',
2604 'platform/sql/SQLiteDatabase.h',
DGNUmakefile.am2228 WebCore/platform/sql/SQLiteDatabase.cpp \
2229 WebCore/platform/sql/SQLiteDatabase.h \

12