OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_authorizer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp
448
m_authorizer
= auth;
455
if (
m_authorizer
&& enable)
456
sqlite3_set_authorizer(m_db, SQLiteDatabase::authorizerFunction,
m_authorizer
.get());
SQLiteDatabase.h
154
RefPtr<DatabaseAuthorizer>
m_authorizer
;
member in class:WebCore::SQLiteDatabase
Completed in 2865 milliseconds