OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createVTable
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h
75
int
createVTable
(const String& tableName, const String& moduleName);
DatabaseAuthorizer.cpp
285
int DatabaseAuthorizer::
createVTable
(const String& tableName, const String& moduleName)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp
426
return auth->
createVTable
(parameter1, parameter2);
Completed in 499 milliseconds