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

  /external/webkit/WebCore/storage/
StorageAreaSync.cpp 52 : m_syncTimer(this, &StorageAreaSync::syncTimerFired)
75 ASSERT(!m_syncTimer.isActive());
86 if (m_syncTimer.isActive())
87 m_syncTimer.stop();
95 syncTimerFired(&m_syncTimer);
105 if (!m_syncTimer.isActive()) {
106 m_syncTimer.startOneShot(StorageSyncInterval);
121 if (!m_syncTimer.isActive()) {
122 m_syncTimer.startOneShot(StorageSyncInterval);
StorageAreaSync.h 59 Timer<StorageAreaSync> m_syncTimer;
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 50 , m_syncTimer(this, &ChromeClientAndroid::syncTimerFired)
179 Timer<ChromeClientAndroid> m_syncTimer;
ChromeClientAndroid.cpp 79 if (!m_syncTimer.isActive())
80 m_syncTimer.startOneShot(0);
  /external/webkit/WebCore/loader/icon/
IconDatabase.h 119 Timer<IconDatabase> m_syncTimer;
IconDatabase.cpp     [all...]

Completed in 35 milliseconds