Searched refs:shelf_width (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc734 int shelf_width = 0, shelf_height = 0; local
735 GetShelfSize(&shelf_width, &shelf_height);
737 shelf_width = available_bounds.width();
749 shelf_width = kAutoHideSize;
755 shelf_width = 0;
762 shelf_width, available_bounds.height()),
763 gfx::Rect(available_bounds.right() - shelf_width, available_bounds.y(),
764 shelf_width, available_bounds.height()),
780 gfx::Rect(base::i18n::IsRTL() ? 0 : shelf_width - status_size.width(),
782 gfx::Rect(shelf_width
900 int shelf_width = target_bounds->shelf_bounds_in_root.width(); local
[all...]

Completed in 70 milliseconds