Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.cpp52 m_lastActionChangedDatabase = false; in reset()
130 m_lastActionChangedDatabase = true; in createTable()
169 m_lastActionChangedDatabase = true; in allowAlterTable()
178 m_lastActionChangedDatabase = true; in createIndex()
217 m_lastActionChangedDatabase = true; in createTrigger()
294 m_lastActionChangedDatabase = true; in createVTable()
323 m_lastActionChangedDatabase = true; in allowInsert()
333 m_lastActionChangedDatabase = true; in allowUpdate()
DDatabaseAuthorizer.h103 bool lastActionChangedDatabase() const { return m_lastActionChangedDatabase; } in lastActionChangedDatabase()
116 bool m_lastActionChangedDatabase : 1; variable