Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp54 static bool runCommands(SQLiteDatabase& sqliteDatabase, const char** commands, size_t numberOfComma… in runCommands() function
91 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0])); in createTables()
101 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0])); in createMetaDataTable()
144 if (!runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]))) in migrateDatabase()
159 if (!runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]))) in migrateDatabase()
/external/webkit/Source/WebCore/
DChangeLog48149 (WebCore::runCommands):
61531 (WebCore::runCommands):
DChangeLog-2011-02-1619133 (WebCore::runCommands):