Home
last modified time | relevance | path

Searched refs:executeSQLCommand (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp551 bool ApplicationCacheStorage::executeSQLCommand(const String& sql) in executeSQLCommand() function in WebCore::ApplicationCacheStorage
614executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheGroups (id INTEGER PRIMARY KEY AUTOINCREMENT, " in openDatabase()
616executeSQLCommand("CREATE TABLE IF NOT EXISTS Caches (id INTEGER PRIMARY KEY AUTOINCREMENT, cacheG… in openDatabase()
617executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheWhitelistURLs (url TEXT NOT NULL ON CONFLICT FA… in openDatabase()
618executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheAllowsAllNetworkRequests (wildcard INTEGER NOT … in openDatabase()
619executeSQLCommand("CREATE TABLE IF NOT EXISTS FallbackURLs (namespace TEXT NOT NULL ON CONFLICT FA… in openDatabase()
621executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheEntries (cache INTEGER NOT NULL ON CONFLICT FAI… in openDatabase()
622executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheResources (id INTEGER PRIMARY KEY AUTOINCREMENT… in openDatabase()
624executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheResourceData (id INTEGER PRIMARY KEY AUTOINCREM… in openDatabase()
625executeSQLCommand("CREATE TABLE IF NOT EXISTS DeletedCacheResources (id INTEGER PRIMARY KEY AUTOIN… in openDatabase()
[all …]
DApplicationCacheStorage.h127 bool executeSQLCommand(const String&);
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1022865 (WebCore::ApplicationCacheStorage::executeSQLCommand):