HomeSort by relevance Sort by last modified time
    Searched refs:keyboard_bounds_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/wm/
lock_layout_manager.h 95 gfx::Rect keyboard_bounds_; member in class:ash::LockLayoutManager
lock_layout_manager.cc 123 keyboard_bounds_ = new_bounds;
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.cc 387 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) {
394 } else if (!new_bounds.IsEmpty() && keyboard_bounds_.IsEmpty()) {
403 keyboard_bounds_ = new_bounds;
webui_screen_locker.h 162 gfx::Rect keyboard_bounds_; member in class:chromeos::WebUIScreenLocker
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 730 !keyboard_bounds_.IsEmpty()) {
784 (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled()))
793 if (keyboard_bounds_.IsEmpty())
796 bottom_shelf_vertical_offset -= keyboard_bounds_.height();
835 if (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled()) {
837 gfx::Insets keyboard_insets(0, 0, keyboard_bounds_.height(), 0);
    [all...]
shelf_layout_manager.h 394 gfx::Rect keyboard_bounds_; member in class:ash::ShelfLayoutManager
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.h 318 gfx::Rect keyboard_bounds_; member in class:chromeos::LoginDisplayHostImpl
login_display_host_impl.cc     [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 1013 gfx::Rect keyboard_bounds_; member in class:ash::WorkspaceLayoutManagerKeyboardTest
    [all...]

Completed in 99 milliseconds