Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:repeat_count

1278 void AutocompleteEditViewWin::OnChar(TCHAR ch, UINT repeat_count, UINT flags) {
1296 HandleKeystroke(GetCurrentMessage()->message, ch, repeat_count, flags);
1380 UINT repeat_count,
1384 if (OnKeyDownAllModes(key, repeat_count, flags))
1389 DefWindowProc(GetCurrentMessage()->message, key, MAKELPARAM(repeat_count,
1394 if (OnKeyDownOnlyWritable(key, repeat_count, flags))
1399 HandleKeystroke(GetCurrentMessage()->message, key, repeat_count, flags);
1403 UINT repeat_count,
1426 DefWindowProc(WM_KEYUP, key, MAKELPARAM(repeat_count, flags));
1811 UINT repeat_count,
1842 UINT repeat_count,
1862 DefWindowProc(message, key, MAKELPARAM(repeat_count, flags));
1865 DefWindowProc(message, key, MAKELPARAM(repeat_count, flags));
1880 UINT repeat_count,
1888 int count = repeat_count;
2049 UINT repeat_count,