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

  /external/chromium_org/ui/app_list/views/
page_switcher.h 17 // PageSwitcher represents its underlying PaginationModel with a button strip.
20 class PageSwitcher : public views::View,
24 explicit PageSwitcher(PaginationModel* model);
25 virtual ~PageSwitcher();
29 // PageSwitcher's coordinates.
32 // Shows hover for button under the point. |point| is in PageSwitcher's
56 DISALLOW_COPY_AND_ASSIGN(PageSwitcher);
page_switcher.cc 121 PageSwitcher::PageSwitcher(PaginationModel* model)
131 PageSwitcher::~PageSwitcher() {
135 int PageSwitcher::GetPageForPoint(const gfx::Point& point) const {
151 void PageSwitcher::UpdateUIForDragPoint(const gfx::Point& point) {
169 gfx::Size PageSwitcher::GetPreferredSize() {
176 void PageSwitcher::Layout() {
190 void PageSwitcher::CalculateButtonWidthAndSpacing(int contents_width) {
220 void PageSwitcher::ButtonPressed(views::Button* sender
    [all...]
apps_grid_view.h 43 class PageSwitcher;
255 PageSwitcher* page_switcher_view_; // Owned by views hierarchy.
apps_grid_view.cc 241 page_switcher_view_(new PageSwitcher(pagination_model)),
    [all...]

Completed in 81 milliseconds