HomeSort by relevance Sort by last modified time
    Searched defs:keyboard_bounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/
lock_window_state.cc 168 gfx::Rect keyboard_bounds; local
173 keyboard_bounds = keyboard_controller->current_keyboard_bounds();
178 bounds.set_height(bounds.height() - keyboard_bounds.height());
lock_layout_manager_unittest.cc 208 gfx::Rect keyboard_bounds = local
210 EXPECT_NE(keyboard_bounds, gfx::Rect());
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.cc 153 gfx::Rect keyboard_bounds = keyboard_window->bounds(); local
155 keyboard_bounds.height());
  /external/chromium_org/ash/
root_window_controller_unittest.cc 879 gfx::Rect keyboard_bounds = keyboard::KeyboardBoundsFromWindowBounds( local
    [all...]

Completed in 140 milliseconds