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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h 63 int dropTempIndex(const String& indexName, const String& tableName);
DatabaseAuthorizer.cpp 202 int DatabaseAuthorizer::dropTempIndex(const String&, const String& tableName)
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.cpp 394 return auth->dropTempIndex(parameter1, parameter2);

Completed in 229 milliseconds