Searched refs:SuppressEventByType (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/browser/ |
D | browser_keyevents_browsertest.cc | 141 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) { in SuppressEventByType() function in __anon3693359f0111::BrowserKeyEventsTest 155 SuppressEventByType(tab_index, L"keydown", keydown)); in SuppressEvents() 157 SuppressEventByType(tab_index, L"keypress", keypress)); in SuppressEvents() 159 SuppressEventByType(tab_index, L"keyup", keyup)); in SuppressEvents() 161 SuppressEventByType(tab_index, L"textInput", textinput)); in SuppressEvents()
|