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

  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h 61 int createTempIndex(const String& indexName, const String& tableName);
DatabaseAuthorizer.cpp 185 int DatabaseAuthorizer::createTempIndex(const String&, const String& tableName)
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 351 return auth->createTempIndex(parameter1, parameter2);

Completed in 186 milliseconds