Home
last modified time | relevance | path

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

/external/chromium_org/ui/keyboard/
Dkeyboard_controller.cc78 class KeyboardWindowDelegate : public aura::WindowDelegate { class
80 explicit KeyboardWindowDelegate(keyboard::KeyboardControllerProxy* proxy) in KeyboardWindowDelegate() function in __anonf24b76e40111::KeyboardWindowDelegate
82 virtual ~KeyboardWindowDelegate() {} in ~KeyboardWindowDelegate()
124 DISALLOW_COPY_AND_ASSIGN(KeyboardWindowDelegate);
230 new KeyboardWindowDelegate(proxy_.get()))); in GetContainerWindow()