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

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.cpp 451 m_authorizer = auth;
458 if (m_authorizer && enable)
459 sqlite3_set_authorizer(m_db, SQLiteDatabase::authorizerFunction, m_authorizer.get());
SQLiteDatabase.h 153 RefPtr<DatabaseAuthorizer> m_authorizer; member in class:WebCore::SQLiteDatabase

Completed in 52 milliseconds