OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowRead
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/storage/
DatabaseAuthorizer.h
78
int
allowRead
(const String& tableName, const String& columnName);
DatabaseAuthorizer.cpp
315
int DatabaseAuthorizer::
allowRead
(const String& tableName, const String&)
/external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp
300
return auth->
allowRead
(parameter1, parameter2);
Completed in 171 milliseconds