Searched refs:ShowKeyboard (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/wm/
H A Dlock_layout_manager_unittest.cc95 void ShowKeyboard(bool show) { function in class:ash::test::LockLayoutManagerTest
103 keyboard->ShowKeyboard(true);
206 ShowKeyboard(true);
211 ShowKeyboard(false);
220 ShowKeyboard(true);
221 ShowKeyboard(false);
236 ShowKeyboard(true);
245 ShowKeyboard(false);
H A Dsystem_modal_container_layout_manager_unittest.cc180 void ShowKeyboard(bool show) { function in class:ash::test::SystemModalContainerLayoutManagerTest
188 keyboard->ShowKeyboard(true);
582 ShowKeyboard(true);
589 ShowKeyboard(false);
620 ShowKeyboard(true);
625 ShowKeyboard(false);
650 ShowKeyboard(true);
655 ShowKeyboard(false);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_layout_manager.cc57 controller_->ShowKeyboard(false);
H A Dkeyboard_controller_unittest.cc201 void ShowKeyboard() { function in class:keyboard::KeyboardControllerTest
288 ShowKeyboard();
332 ShowKeyboard();
545 ShowKeyboard();
592 ShowKeyboard();
597 ShowKeyboard();
H A Dkeyboard_controller.h86 void ShowKeyboard(bool lock);
H A Dkeyboard_controller.cc385 void KeyboardController::ShowKeyboard(bool lock) { function in class:keyboard::KeyboardController
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
H A Dvirtual_keyboard_tray.cc95 keyboard::KeyboardController::GetInstance()->ShowKeyboard(true);
/external/chromium_org/mojo/examples/browser/
H A Dbrowser.cc94 void ShowKeyboard(views::View* view) { function in class:mojo::examples::KeyboardManager
101 window_manager_->ShowKeyboard(last_view_id_,
132 ShowKeyboard(focused_now);
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc59 virtual void ShowKeyboard(Id view_id, RectPtr bounds) OVERRIDE;
305 void ShowKeyboard(Id view_id, const gfx::Rect& bounds) { function in class:mojo::examples::WindowManager
325 // See comment in ShowKeyboard() about validating args.
539 void WindowManagerConnection::ShowKeyboard(Id view_id, RectPtr bounds) { function in class:mojo::examples::WindowManagerConnection
540 window_manager_->ShowKeyboard(view_id, bounds.To<gfx::Rect>());
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc994 void ShowKeyboard() { function in class:ash::WorkspaceLayoutManagerKeyboardTest
1094 ShowKeyboard();
1126 ShowKeyboard();
1136 ShowKeyboard();
1148 ShowKeyboard();

Completed in 1555 milliseconds