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

  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h 63 int dropTempIndex(const String& indexName, const String& tableName);
DatabaseAuthorizer.cpp 204 int DatabaseAuthorizer::dropTempIndex(const String&, const String& tableName)
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 369 return auth->dropTempIndex(parameter1, parameter2);

Completed in 270 milliseconds