OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowAlterTable
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/storage/
DatabaseAuthorizer.h
52
int
allowAlterTable
(const String& databaseName, const String& tableName);
DatabaseAuthorizer.cpp
153
int DatabaseAuthorizer::
allowAlterTable
(const String&, const String& tableName)
/external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp
312
return auth->
allowAlterTable
(parameter1, parameter2);
Completed in 93 milliseconds