Home | History | Annotate | Download | only in browser

Lines Matching refs:suppress

138   // Set the suppress flag of an event specified by |type|. If |suppress| is
139 // true then the web page will suppress all events with |type|. Following
141 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) {
147 StringPrintf(kSuppressEventJS, type, GetBoolString(!suppress)),
149 ASSERT_EQ(!suppress, actual);
164 void SuppressAllEvents(int tab_index, bool suppress) {
165 SuppressEvents(tab_index, suppress, suppress, suppress, suppress);
275 " Suppress: keydown:%d, keypress:%d, keyup:%d, textInput:%d\n"
305 // a, suppress keydown
329 // a, suppress keydown
334 // a, suppress keypress
340 // a, suppress textInput