Searched refs:runCommands (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBSQLiteBackingStore.cpp | 54 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/ |
D | ChangeLog | 48149 (WebCore::runCommands): 61531 (WebCore::runCommands):
|
D | ChangeLog-2011-02-16 | 19133 (WebCore::runCommands):
|