Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.h62 int dropIndex(const String& indexName, const String& tableName);
DDatabaseAuthorizer.cpp193 int DatabaseAuthorizer::dropIndex(const String&, const String& tableName) in dropIndex() function in WebCore::DatabaseAuthorizer
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteDatabase.cpp387 return auth->dropIndex(parameter1, parameter2); in authorizerFunction()