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

  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h 76 int dropVTable(const String& tableName, const String& moduleName);
DatabaseAuthorizer.cpp 301 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName)
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 406 return auth->dropVTable(parameter1, parameter2);

Completed in 223 milliseconds