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.h 118 const gfx::Rect& dock_bounds() const { return dock_bounds_; }
393 gfx::Rect dock_bounds_; member in class:ash::ShelfLayoutManager
shelf_layout_manager.cc 833 if (!dock_bounds_.IsEmpty()) {
835 0, (dock_bounds_.x() > 0 ? 0 : dock_bounds_.width()),
836 0, (dock_bounds_.x() > 0 ? dock_bounds_.width() : 0));
    [all...]

Completed in 77 milliseconds