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 76 int dropVTable(const String& tableName, const String& moduleName);
DatabaseAuthorizer.cpp 299 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName)
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.cpp 431 return auth->dropVTable(parameter1, parameter2);

Completed in 565 milliseconds