Searched refs:allowAlterTable (Results 1 – 3 of 3) sorted by relevance
58 int allowAlterTable(const String& databaseName, const String& tableName);
164 int DatabaseAuthorizer::allowAlterTable(const String&, const String& tableName) in allowAlterTable() function in WebCore::DatabaseAuthorizer
419 return auth->allowAlterTable(parameter1, parameter2); in authorizerFunction()