Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.h88 int allowAnalyze(const String& tableName);
DDatabaseAuthorizer.cpp355 int DatabaseAuthorizer::allowAnalyze(const String& tableName) in allowAnalyze() function in blink::DatabaseAuthorizer
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteDatabase.cpp331 return auth->allowAnalyze(parameter1); in authorizerFunction()