Searched refs:hadDeletes (Results 1 – 4 of 4) sorted by relevance
104 bool hadDeletes() const { return m_hadDeletes; } in hadDeletes() function
104 bool hadDeletes();
683 bool Database::hadDeletes() in hadDeletes() function in blink::Database686 return m_databaseAuthorizer->hadDeletes(); in hadDeletes()
751 if (m_database->hadDeletes()) in postflightAndCommit()