Home
last modified time | relevance | path

Searched refs:AssistiveWindowControllerDelegate (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/input_method/
H A Dassistive_window_controller_delegate.h19 class AssistiveWindowControllerDelegate {
25 AssistiveWindowControllerDelegate() = default;
26 virtual ~AssistiveWindowControllerDelegate() = default;
H A Dassistive_window_controller.h54 class AssistiveWindowControllerDelegate; variable
62 AssistiveWindowControllerDelegate* delegate,
92 const AssistiveWindowControllerDelegate* delegate_;
H A Dassistive_window_controller.cc80 AssistiveWindowControllerDelegate* delegate, in AssistiveWindowController()
H A Dinput_method_manager_impl.h43 public AssistiveWindowControllerDelegate,
H A Dassistive_window_controller_unittest.cc28 class MockDelegate : public AssistiveWindowControllerDelegate {