OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowPragma
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h
90
int
allowPragma
(const String& pragmaName, const String& firstArgument);
DatabaseAuthorizer.cpp
360
int DatabaseAuthorizer::
allowPragma
(const String&, const String&)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp
312
return auth->
allowPragma
(parameter1, parameter2);
Completed in 2377 milliseconds