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

  /external/webkit/Source/WebCore/storage/
StorageAreaSync.h 96 bool m_syncInProgress;
StorageAreaSync.cpp 62 , m_syncInProgress(false)
172 if (m_syncInProgress && !m_finalSyncScheduled) {
423 m_syncInProgress = true;
430 m_syncInProgress = false;

Completed in 421 milliseconds