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

  /external/webkit/Tools/QtTestBrowser/
locationedit.h 59 QTimer m_clearTimer;
locationedit.cpp 48 m_clearTimer.setSingleShot(true);
49 connect(&m_clearTimer, SIGNAL(timeout()), this, SLOT(reset()));
66 m_clearTimer.stop();
121 m_clearTimer.start(100);

Completed in 165 milliseconds