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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 779 if (!dock_bounds_.IsEmpty()) {
781 0, (dock_bounds_.x() > 0 ? 0 : dock_bounds_.width()),
782 0, (dock_bounds_.x() > 0 ? dock_bounds_.width() : 0));
    [all...]
shelf_layout_manager.h 381 gfx::Rect dock_bounds_; member in class:ash::internal::ShelfLayoutManager

Completed in 816 milliseconds