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