Home
last modified time | relevance | path

Searched refs:allowRead (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.h84 int allowRead(const String& tableName, const String& columnName);
DDatabaseAuthorizer.cpp342 int DatabaseAuthorizer::allowRead(const String& tableName, const String&) in allowRead() function in WebCore::DatabaseAuthorizer
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteDatabase.cpp407 return auth->allowRead(parameter1, parameter2); in authorizerFunction()