Home
last modified time | relevance | path

Searched refs:last_button_bounds (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_view.cc1303 gfx::Rect last_button_bounds = in GetBoundsForDragInsertInScreen() local
1309 last_button_bounds = overflow_button_->bounds(); in GetBoundsForDragInsertInScreen()
1313 preferred_size = gfx::Size(last_button_bounds.right() + leading_inset_, in GetBoundsForDragInsertInScreen()
1317 last_button_bounds.bottom() + leading_inset_); in GetBoundsForDragInsertInScreen()
1381 const gfx::Rect last_button_bounds = in GetPreferredSize() local
1387 return gfx::Size(last_button_bounds.right() + leading_inset_, kShelfSize); in GetPreferredSize()
1391 last_button_bounds.bottom() + leading_inset_); in GetPreferredSize()