Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.h61 bigtime_t fLastFilterKeypress; variable
H A DImageFunctionsView.cpp647 fLastFilterKeypress(0) in ImageFunctionsView()
745 fLastFilterKeypress = system_time(); in MessageReceived()
754 if (system_time() - fLastFilterKeypress >= kKeypressTimeout) { in MessageReceived()