Searched refs:HandleKeystroke (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.h | 308 void HandleKeystroke(UINT message, TCHAR key, UINT repeat_count, UINT flags);
|
D | autocomplete_edit_view_win.cc | 1296 HandleKeystroke(GetCurrentMessage()->message, ch, repeat_count, flags); in OnChar() 1399 HandleKeystroke(GetCurrentMessage()->message, key, repeat_count, flags); in OnKeyDown() 1840 void AutocompleteEditViewWin::HandleKeystroke(UINT message, in HandleKeystroke() function in AutocompleteEditViewWin
|