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

  /external/chromium_org/ash/wm/
lock_window_state.cc 168 gfx::Rect keyboard_bounds; local
171 keyboard_bounds = keyboard_controller->current_keyboard_bounds();
175 bounds.set_height(bounds.height() - keyboard_bounds.height());
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.cc 153 gfx::Rect keyboard_bounds = keyboard_window->bounds(); local
155 keyboard_bounds.height());

Completed in 176 milliseconds