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

  /external/chromium_org/content/browser/renderer_host/input/
input_router.h 34 virtual bool SendInput(scoped_ptr<IPC::Message> message) = 0;
input_router_impl.h 50 virtual bool SendInput(scoped_ptr<IPC::Message> message) OVERRIDE;
input_router_impl_unittest.cc 292 input_router_->SendInput(scoped_ptr<IPC::Message>(
301 input_router_->SendInput(scoped_ptr<IPC::Message>(
305 input_router_->SendInput(scoped_ptr<IPC::Message>(
331 input_router_->SendInput(
338 input_router_->SendInput(
342 input_router_->SendInput(
    [all...]
input_router_impl.cc 122 bool InputRouterImpl::SendInput(scoped_ptr<IPC::Message> message) {
131 NOTREACHED() << "WebInputEvents should never be sent via SendInput.";
  /external/chromium_org/chromeos/process_proxy/
process_proxy_registry.h 47 bool SendInput(pid_t pid, const std::string& data);
process_proxy_unittest.cc 86 EXPECT_TRUE(registry->SendInput(pid_, kTestLineToSend));
144 EXPECT_TRUE(registry->SendInput(pid_, "p"));
172 EXPECT_TRUE(registry->SendInput(pid_, "\003"));
process_proxy_registry.cc 109 bool ProcessProxyRegistry::SendInput(pid_t pid, const std::string& data) {
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_api.cc 25 namespace SendInput = extensions::api::terminal_private::SendInput;
137 scoped_ptr<SendInput::Params> params(SendInput::Params::Create(*args_));
149 bool success = chromeos::ProcessProxyRegistry::Get()->SendInput(pid, text);
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 140 // parameters required by SendInput
158 if (!::SendInput(1, &input, sizeof(INPUT)))
175 // SendInput only works as we expect it if one of our windows is the
187 // If a pop-up menu is open, it won't receive events sent using SendInput.
249 if (::SendInput(i, input, sizeof(INPUT)) != i)
283 if (!::SendInput(1, &input, sizeof(INPUT)))
328 if ((state & DOWN) && !::SendInput(1, &input, sizeof(INPUT)))
332 if ((state & UP) && !::SendInput(1, &input, sizeof(INPUT)))
  /external/chromium_org/chrome_frame/test/
simulate_input.cc 188 SendInput(key_count, &keys[0], sizeof(keys[0]));
213 ::SendInput(1, &input_info, sizeof(INPUT));
217 ::SendInput(1, &input_info, sizeof(INPUT));
221 ::SendInput(1, &input_info, sizeof(INPUT));
  /external/chromium_org/ui/base/win/
foreground_helper.cc 45 if (1 != SendInput(1, &hotkey, sizeof(hotkey))) {
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 141 // parameters required by SendInput
159 if (!::SendInput(1, &input, sizeof(INPUT)))
171 // If a pop-up menu is open, it won't receive events sent using SendInput.
233 if (::SendInput(i, input, sizeof(INPUT)) != i)
267 if (!::SendInput(1, &input, sizeof(INPUT)))
311 if ((state & DOWN) && !::SendInput(1, &input, sizeof(INPUT)))
315 if ((state & UP) && !::SendInput(1, &input, sizeof(INPUT)))
  /external/chromium_org/remoting/host/
input_injector_win.cc 207 if (SendInput(1, &input, sizeof(INPUT)) == 0)
280 if (SendInput(1, &input, sizeof(INPUT)) == 0)
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc     [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 82 // Helper function to send keystrokes via the SendInput function.
128 SendInput(1, &keys[ i ], sizeof(keys[0]));
137 SendInput(1, &keys[ i - 1 ], sizeof(keys[0]));
    [all...]
chrome_app_view_ash.cc 85 // Helper function to send keystrokes via the SendInput function.
123 SendInput(1, &keys[ i ], sizeof(keys[0]));
131 SendInput(1, &keys[ i - 1 ], sizeof(keys[0]));
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 523 return input_router_->SendInput(make_scoped_ptr(msg));
    [all...]
render_widget_host_unittest.cc 136 virtual bool SendInput(scoped_ptr<IPC::Message> message) OVERRIDE {
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1075 milliseconds