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

  /external/webkit/WebCore/platform/sql/
SQLiteAuthorizer.cpp 35 const int SQLAuthAllow = SQLITE_OK;
  /external/webkit/WebCore/storage/
DatabaseAuthorizer.cpp 242 return (m_readOnly && m_securityEnabled ? SQLAuthDeny : SQLAuthAllow);
250 return (m_readOnly && m_securityEnabled ? SQLAuthDeny : SQLAuthAllow);
255 return (m_readOnly && m_securityEnabled ? SQLAuthDeny : SQLAuthAllow);
263 return (m_readOnly && m_securityEnabled ? SQLAuthDeny : SQLAuthAllow);
272 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
280 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
312 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
322 return (m_readOnly && m_securityEnabled ? SQLAuthDeny : SQLAuthAllow);
332 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
337 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
    [all...]
DatabaseAuthorizer.h 40 extern const int SQLAuthAllow;
77 int allowSelect() { return SQLAuthAllow; }

Completed in 584 milliseconds