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

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteAuthorizer.cpp 36 const int SQLAuthAllow = SQLITE_OK;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.cpp 254 return (!allowWrite() ? SQLAuthDeny : SQLAuthAllow);
262 return (!allowWrite() ? SQLAuthDeny : SQLAuthAllow);
271 return SQLAuthAllow;
283 return SQLAuthAllow;
340 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
353 return (!allowWrite() ? SQLAuthDeny : SQLAuthAllow);
363 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
368 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
373 return m_securityEnabled ? SQLAuthDeny : SQLAuthAllow;
381 return SQLAuthAllow;
    [all...]
DatabaseAuthorizer.h 39 extern const int SQLAuthAllow;
83 int allowSelect() { return SQLAuthAllow; }

Completed in 7880 milliseconds