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

  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 426 m_authorizer = auth;
433 if (m_authorizer && enable)
434 sqlite3_set_authorizer(m_db, SQLiteDatabase::authorizerFunction, m_authorizer.get());
SQLiteDatabase.h 149 RefPtr<DatabaseAuthorizer> m_authorizer; member in class:WebCore::SQLiteDatabase

Completed in 176 milliseconds