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 96 gfx::Rect keyboard_bounds_; member in class:ash::LockLayoutManager
lock_layout_manager.cc 124 keyboard_bounds_ = new_bounds;
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.cc 368 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) {
375 } else if (!new_bounds.IsEmpty() && keyboard_bounds_.IsEmpty()) {
384 keyboard_bounds_ = new_bounds;
webui_screen_locker.h 158 gfx::Rect keyboard_bounds_; member in class:chromeos::WebUIScreenLocker
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 715 !keyboard_bounds_.IsEmpty()) {
775 (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled()))
784 if (keyboard_bounds_.IsEmpty())
787 bottom_shelf_vertical_offset -= keyboard_bounds_.height();
826 if (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled()) {
828 gfx::Insets keyboard_insets(0, 0, keyboard_bounds_.height(), 0);
    [all...]
shelf_layout_manager.h 390 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 1042 gfx::Rect keyboard_bounds_; member in class:ash::WorkspaceLayoutManagerKeyboardTest
    [all...]

Completed in 122 milliseconds