Home
last modified time | relevance | path

Searched refs:keyboard_bounds_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/lock/
Dwebui_screen_locker.cc387 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()
394 } else if (!new_bounds.IsEmpty() && keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()
403 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
Dwebui_screen_locker.h162 gfx::Rect keyboard_bounds_; variable
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc730 !keyboard_bounds_.IsEmpty()) { in UpdateBoundsAndOpacity()
784 (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled())) in CalculateTargetBounds()
793 if (keyboard_bounds_.IsEmpty()) in CalculateTargetBounds()
796 bottom_shelf_vertical_offset -= keyboard_bounds_.height(); in CalculateTargetBounds()
835 if (!keyboard_bounds_.IsEmpty() && !keyboard::IsKeyboardOverscrollEnabled()) { in CalculateTargetBounds()
837 gfx::Insets keyboard_insets(0, 0, keyboard_bounds_.height(), 0); in CalculateTargetBounds()
1118 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) in OnKeyboardBoundsChanging()
1121 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
Dshelf_layout_manager.h394 gfx::Rect keyboard_bounds_; variable
/external/chromium_org/ash/wm/
Dlock_layout_manager.h95 gfx::Rect keyboard_bounds_; variable
Dlock_layout_manager.cc123 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
/external/chromium_org/chrome/browser/chromeos/login/ui/
Dlogin_display_host_impl.h318 gfx::Rect keyboard_bounds_; variable
Dlogin_display_host_impl.cc865 if (new_bounds.IsEmpty() && !keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()
872 } else if (!new_bounds.IsEmpty() && keyboard_bounds_.IsEmpty()) { in OnKeyboardBoundsChanging()
881 keyboard_bounds_ = new_bounds; in OnKeyboardBoundsChanging()
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager_unittest.cc996 gfx::Insets(0, 0, keyboard_bounds_.height(), 0)); in ShowKeyboard()
997 layout_manager_->OnKeyboardBoundsChanging(keyboard_bounds_); in ShowKeyboard()
1008 keyboard_bounds_ = bounds; in SetKeyboardBounds()
1013 gfx::Rect keyboard_bounds_; member in ash::WorkspaceLayoutManagerKeyboardTest