HomeSort by relevance Sort by last modified time
    Searched refs:SendCharA (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome_frame/test/
simulate_input.h 58 void SendCharA(char c, uint32 modifiers);
simulate_input.cc 127 void SendCharA(char c, uint32 modifiers) {
256 SendCharA(s[i], NONE);
mock_ie_event_sink_actions.h 426 FROM_HERE, base::Bind(simulate_input::SendCharA, c, mod), delay);
438 base::Bind(simulate_input::SendCharA, 'd', simulate_input::ALT), delay);
450 base::Bind(simulate_input::SendCharA, VK_RETURN, simulate_input::NONE),
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 462 simulate_input::SendCharA(VK_TAB, simulate_input::NONE);
467 simulate_input::SendCharA(VK_RETURN, simulate_input::NONE);
    [all...]

Completed in 37 milliseconds