Searched defs:keypress (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dunpack.cc33 DEFINE_string(keypress_file, "keypress.bool", "The name of the keypress file.");
192 bool keypress = msg.keypress(); local
193 WriteData(&keypress, sizeof(keypress), keypress_file,
/external/chromium_org/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc64 // the result of keydown, keypress, keyup and textInput events.
65 // For keydown, keypress and keyup events, the format of the result string is:
67 // where <type> may be 'D' (keydown), 'P' (keypress) or 'U' (keyup).
148 // event types are supported: keydown, keypress, keyup and textInput.
159 void SuppressEvents(int tab_index, bool keydown, bool keypress, argument
164 SuppressEventByType(tab_index, L"keypress", keypress));
283 " Suppress: keydown:%d, keypress:%d, keyup:%d, textInput:%d\n"
343 // a, suppress keypress
421 // keypress even
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js46 // in the content area (e.g. "keypress" while start and keep looping while
49 "keypress": "typewriter-1.mp3",
267 stopSound("keypress");
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2086 keydown: 2, keypress: 2, keyup: 2, //keyboard

Completed in 2991 milliseconds