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

  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h 84 int allowRead(const String& tableName, const String& columnName);
DatabaseAuthorizer.cpp 345 int DatabaseAuthorizer::allowRead(const String& tableName, const String&)
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 385 return auth->allowRead(parameter1, parameter2);

Completed in 35 milliseconds