Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.h102 bool lastActionWasInsert() const { return m_lastActionWasInsert; } in lastActionWasInsert()
115 bool m_lastActionWasInsert : 1; variable
DDatabaseAuthorizer.cpp51 m_lastActionWasInsert = false; in reset()
324 m_lastActionWasInsert = true; in allowInsert()