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

  /external/webkit/Source/WebKit/android/plugins/
PluginTimer.cpp 41 m_unscheduled(false)
71 if (!m_unscheduled)
79 if ((!m_repeat || m_unscheduled) && refCount() > 1)
PluginTimer.h 48 void unschedule() { m_unscheduled = true; }
66 bool m_unscheduled; member in class:WebCore::PluginTimer

Completed in 827 milliseconds