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 120 PageSwitcher::PageSwitcher(PaginationModel* model)
130 PageSwitcher::~PageSwitcher() {
134 int PageSwitcher::GetPageForPoint(const gfx::Point& point) const {
150 void PageSwitcher::UpdateUIForDragPoint(const gfx::Point& point) {
168 gfx::Size PageSwitcher::GetPreferredSize() const {
175 void PageSwitcher::Layout() {
189 void PageSwitcher::CalculateButtonWidthAndSpacing(int contents_width) {
219 void PageSwitcher::ButtonPressed(views::Button* sender
    [all...]
apps_grid_view.h 52 class PageSwitcher;
472 PageSwitcher* page_switcher_view_; // Owned by views hierarchy.
apps_grid_view.cc 398 page_switcher_view_ = new PageSwitcher(&pagination_model_);
    [all...]

Completed in 93 milliseconds