Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h293 TimeStamp m_lastCharTime; variable
DPopupListBox.cpp83 , m_lastCharTime(0) in PopupListBox()
317 TimeStamp delta = now - m_lastCharTime; in typeAheadFind()
322 m_lastCharTime = now; in typeAheadFind()