Searched defs:keyboard_bounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/wm/
H A Dlock_layout_manager_unittest.cc208 gfx::Rect keyboard_bounds = local
210 EXPECT_NE(keyboard_bounds, gfx::Rect());
H A Dlock_window_state.cc168 gfx::Rect keyboard_bounds; local
173 keyboard_bounds = keyboard_controller->current_keyboard_bounds();
178 bounds.set_height(bounds.height() - keyboard_bounds.height());
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc153 gfx::Rect keyboard_bounds = keyboard_window->bounds(); local
155 keyboard_bounds.height());
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc879 gfx::Rect keyboard_bounds = keyboard::KeyboardBoundsFromWindowBounds( local
881 keyboard_window->SetBounds(keyboard_bounds);
893 int window_height = keyboard_bounds.bottom();
894 int window_width = keyboard_bounds.width() / 2;
897 int top = keyboard_bounds.y() / 2;
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc910 const gfx::Rect& keyboard_bounds) {
912 int available_space = parent_bounds.height() - keyboard_bounds.height();
918 if (keyboard_bounds.height() > 0) {
909 OnKeyboardBoundsChanging( const gfx::Rect& keyboard_bounds) argument
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc1322 const gfx::Rect& keyboard_bounds) {
1321 OnKeyboardBoundsChanging( const gfx::Rect& keyboard_bounds) argument

Completed in 170 milliseconds