Searched refs:m_lastCharTime (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h302 TimeStamp m_lastCharTime; member in class:blink::FINAL
H A DPopupListBox.cpp80 , m_lastCharTime(0)
314 TimeStamp delta = now - m_lastCharTime;
319 m_lastCharTime = now;

Completed in 45 milliseconds