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

  /external/chromium_org/ash/shelf/
shelf_widget.cc 392 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds());
399 dock_bounds.x() == 0 && dock_bounds.width() > 0) ?
400 dock_bounds.width() : 0, 0,
402 width() - dock_bounds.width() : width(), height(),
406 dock_bounds.width() > 0) {
412 if (dock_bounds.x() == 0) {
419 dock_bounds.x() > 0 ? dock_bounds.x() : dock_bounds.width() - height()
    [all...]
shelf_layout_manager.h 126 const gfx::Rect& dock_bounds() const { return dock_bounds_; } function in class:ash::internal::ShelfLayoutManager
335 const gfx::Rect& dock_bounds,
shelf_layout_manager.cc     [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 174 gfx::Rect dock_bounds = ScreenAsh::ConvertRectFromScreen( local
184 const int distance = bounds.x() - dock_bounds.x();
192 const int distance = dock_bounds.right() - bounds.right();
docked_window_layout_manager.cc 950 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); local
1058 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/wm/
workspace_controller.cc 37 return shelf->dock_bounds().width() > 0;

Completed in 33 milliseconds