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

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

Completed in 51 milliseconds