HomeSort by relevance Sort by last modified time
    Searched refs:keyboard_bounds (Results 1 - 8 of 8) 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());
keyboard_controller.cc 63 gfx::Rect keyboard_bounds = proxy_ ? proxy_->GetKeyboardWindow()->bounds() :
65 mask->addRect(RectToSkRect(keyboard_bounds));
116 gfx::Rect keyboard_bounds = proxy_ ? proxy_->GetKeyboardWindow()->bounds() :
118 mask->addRect(RectToSkRect(keyboard_bounds));
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 167 const gfx::Rect& keyboard_bounds) OVERRIDE;
panel_layout_manager.cc     [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 250 const gfx::Rect& keyboard_bounds) OVERRIDE;
docked_window_layout_manager.cc     [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc     [all...]

Completed in 610 milliseconds