HomeSort by relevance Sort by last modified time
    Searched refs:m_authorizer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h 154 RefPtr<DatabaseAuthorizer> m_authorizer; member in class:WebCore::SQLiteDatabase
SQLiteDatabase.cpp 448 m_authorizer = auth;
455 if (m_authorizer && enable)
456 sqlite3_set_authorizer(m_db, SQLiteDatabase::authorizerFunction, m_authorizer.get());

Completed in 475 milliseconds