HomeSort by relevance Sort by last modified time
    Searched refs:dropVTable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h 77 int dropVTable(const String& tableName, const String& moduleName);
DatabaseAuthorizer.cpp 298 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp 335 return auth->dropVTable(parameter1, parameter2);

Completed in 237 milliseconds