Home
last modified time | relevance | path

Searched refs:m_readOnly (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/storage/
DDatabaseAuthorizer.cpp48 m_readOnly = false; in reset()
116 if (m_readOnly && m_securityEnabled) in createTable()
128 if (m_readOnly && m_securityEnabled) in createTempTable()
136 if (m_readOnly && m_securityEnabled) in dropTable()
147 if (m_readOnly && m_securityEnabled) in dropTempTable()
155 if (m_readOnly && m_securityEnabled) in allowAlterTable()
164 if (m_readOnly && m_securityEnabled) in createIndex()
176 if (m_readOnly && m_securityEnabled) in createTempIndex()
184 if (m_readOnly && m_securityEnabled) in dropIndex()
195 if (m_readOnly && m_securityEnabled) in dropTempIndex()
[all …]
DSQLTransaction.cpp80 , m_readOnly(readOnly) in SQLTransaction()
97 bool readOnlyMode = m_readOnly; in executeSQL()
246 if (!m_readOnly) in openTransactionAndPreflight()
250 m_sqliteTransaction.set(new SQLiteTransaction(m_database->m_sqliteDatabase, m_readOnly)); in openTransactionAndPreflight()
DSQLTransaction.h82 bool isReadOnly() { return m_readOnly; } in isReadOnly()
130 bool m_readOnly; variable
DSQLStatement.cpp57 , m_readOnly(readOnly) in SQLStatement()
73 if (m_readOnly) in execute()
DSQLStatement.h82 bool m_readOnly; variable
DDatabaseAuthorizer.h105 bool m_readOnly : 1; variable
/external/webkit/WebCore/html/
DHTMLFormControlElement.cpp57 , m_readOnly(false) in HTMLFormControlElement()
105 bool oldReadOnly = m_readOnly; in parseMappedAttribute()
106 m_readOnly = !attr->isNull(); in parseMappedAttribute()
107 if (oldReadOnly != m_readOnly) { in parseMappedAttribute()
308 return m_form && m_hasName && !m_disabled && !m_readOnly; in willValidate()
DHTMLFormControlElement.h75 virtual bool isReadOnlyFormControl() const { return m_readOnly; } in isReadOnlyFormControl()
138 bool m_readOnly : 1; variable
/external/webkit/WebCore/platform/sql/
DSQLiteTransaction.cpp36 , m_readOnly(readOnly) in SQLiteTransaction()
57 if (m_readOnly) in begin()
DSQLiteTransaction.h51 bool m_readOnly; variable
/external/webkit/WebCore/
DChangeLog-2006-05-101619 Added stateValue and restoreState functions. Made m_form, m_disabled, and m_readOnly
DChangeLog-2009-06-1619594 (WebCore::SQLStatement::create): Add a m_readOnly flag.
19596 (WebCore::SQLStatement::execute): If m_readOnly is set, tell the authorizer to change