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 479 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds());
488 dock_bounds.x() == 0 && dock_bounds.width() > 0)
489 ? dock_bounds.width()
493 ? width() - dock_bounds.width()
499 dock_bounds.width() > 0) {
504 if (dock_bounds.x() == 0) {
514 dock_bounds.x() > 0 ? dock_bounds.x() : dock_bounds.width() - height()
    [all...]
shelf_layout_manager.h 118 const gfx::Rect& dock_bounds() const { return dock_bounds_; } function in class:ash::ShelfLayoutManager
324 const gfx::Rect& dock_bounds,
shelf_layout_manager.cc     [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 158 gfx::Rect dock_bounds = ScreenUtil::ConvertRectFromScreen( local
168 const int distance = bounds.x() - dock_bounds.x();
176 const int distance = dock_bounds.right() - bounds.right();
docked_window_layout_manager.cc 1040 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); local
1150 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/wm/
workspace_controller.cc 36 return shelf->dock_bounds().width() > 0;

Completed in 82 milliseconds