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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
SearchInputType.h 66 Timer<SearchInputType> m_searchEventTimer;
SearchInputType.cpp 51 , m_searchEventTimer(this, &SearchInputType::searchEventTimerFired)
128 m_searchEventTimer.startOneShot(max(0.2, 0.6 - 0.1 * length), FROM_HERE);
133 m_searchEventTimer.stop();

Completed in 171 milliseconds