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

  /external/webkit/Source/WebCore/platform/sql/
SQLiteTransaction.h 52 bool m_readOnly;
  /external/webkit/Source/WebCore/storage/
SQLTransactionSync.h 60 bool isReadOnly() const { return m_readOnly; }
72 bool m_readOnly;
SQLTransaction.h 77 bool isReadOnly() { return m_readOnly; }
125 bool m_readOnly;

Completed in 39 milliseconds