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.cpp80 , m_lastCharTime(0) in PopupListBox()
302 TimeStamp delta = now - m_lastCharTime; in typeAheadFind()
307 m_lastCharTime = now; in typeAheadFind()
DPopupListBox.h271 TimeStamp m_lastCharTime; variable