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/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h
58
int
allowAlterTable
(const String& databaseName, const String& tableName);
DatabaseAuthorizer.cpp
164
int DatabaseAuthorizer::
allowAlterTable
(const String&, const String& tableName)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp
419
return auth->
allowAlterTable
(parameter1, parameter2);
Completed in 77 milliseconds