HomeSort by relevance Sort by last modified time
    Searched refs:m_lastChangesCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.h 164 int m_lastChangesCount;
SQLiteDatabase.cpp 61 , m_lastChangesCount(0)
330 m_lastChangesCount = sqlite3_total_changes(m_db);
338 return sqlite3_total_changes(m_db) - m_lastChangesCount;

Completed in 189 milliseconds