Home
last modified time | relevance | path

Searched refs:m_lastActionChangedDatabase (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/storage/
DDatabaseAuthorizer.cpp55 m_lastActionChangedDatabase = false; in reset()
133 m_lastActionChangedDatabase = true; in createTable()
172 m_lastActionChangedDatabase = true; in allowAlterTable()
181 m_lastActionChangedDatabase = true; in createIndex()
220 m_lastActionChangedDatabase = true; in createTrigger()
297 m_lastActionChangedDatabase = true; in createVTable()
326 m_lastActionChangedDatabase = true; in allowInsert()
336 m_lastActionChangedDatabase = true; in allowUpdate()
DDatabaseAuthorizer.h103 bool lastActionChangedDatabase() const { return m_lastActionChangedDatabase; } in lastActionChangedDatabase()
116 bool m_lastActionChangedDatabase : 1; variable
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1070216 …tabaseAuthorizer.cpp: Global rename of "m_lastActionIncreasedSize" to "m_lastActionChangedDatabase"