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

  /external/webkit/Source/WebCore/storage/
SQLTransactionSync.h 74 bool m_modifiedDatabase;
SQLTransactionSync.cpp 61 , m_modifiedDatabase(false)
119 m_modifiedDatabase = true;
191 if (m_modifiedDatabase)
SQLTransaction.h 123 bool m_modifiedDatabase;
SQLTransaction.cpp 78 , m_modifiedDatabase(false)
375 m_modifiedDatabase = true;
479 if (m_modifiedDatabase)

Completed in 32 milliseconds