Home
last modified time | relevance | path

Searched refs:dropVTable (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.h77 int dropVTable(const String& tableName, const String& moduleName);
DDatabaseAuthorizer.cpp298 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName) in dropVTable() function in blink::DatabaseAuthorizer
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteDatabase.cpp335 return auth->dropVTable(parameter1, parameter2); in authorizerFunction()