Searched refs:InputServiceProxy (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/device/
H A Dinput_service_proxy.cc18 class InputServiceProxy::ServiceObserver : public InputServiceLinux::Observer {
23 void Initialize(const base::WeakPtr<InputServiceProxy>& proxy) {
45 const InputServiceProxy::GetDeviceInfoCallback& callback) {
63 base::Bind(&InputServiceProxy::OnDeviceAdded, proxy_, info));
71 base::Bind(&InputServiceProxy::OnDeviceRemoved, proxy_, id));
79 base::WeakPtr<InputServiceProxy> proxy_;
84 InputServiceProxy::InputServiceProxy() function in class:chromeos::InputServiceProxy
90 base::Bind(&InputServiceProxy::ServiceObserver::Initialize,
95 InputServiceProxy
[all...]
H A Dinput_service_proxy.h21 class InputServiceProxy { class in namespace:chromeos
37 InputServiceProxy();
38 ~InputServiceProxy();
61 base::WeakPtrFactory<InputServiceProxy> weak_factory_;
63 DISALLOW_COPY_AND_ASSIGN(InputServiceProxy);
H A Dinput_service_proxy_browsertest.cc38 class TestObserver : public InputServiceProxy::Observer {
158 InputServiceProxy proxy;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.h38 public InputServiceProxy::Observer {
82 // InputServiceProxy::Observer implementation.
122 // Processes list of input devices returned by InputServiceProxy on the check
128 // Processes list of input devices returned by InputServiceProxy on regular
196 InputServiceProxy input_service_proxy_;
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc656 InputServiceProxy::WarmUp();

Completed in 572 milliseconds