Lines Matching refs:view
20 #include "ui/views/view.h"
54 class ASH_EXPORT ShelfView : public views::View,
96 // Sets owner overflow bubble instance from which this shelf view pops
102 views::View* GetAppListButtonView() const;
117 virtual View* GetFocusTraversableParentView() OVERRIDE;
123 views::View* replaced_view,
135 // Return the view model for test purposes.
168 // Sets the bounds of each view to its ideal bounds.
178 // Returns the index of the last view whose max primary axis coordinate is
186 // Animates the bounds of each view to its ideal bounds.
189 // Creates the view used to represent |item|.
190 views::View* CreateViewForItem(const ShelfItem& item);
192 // Fades |view| from an opacity of 0 to 1. This is when adding a new item.
193 void FadeIn(views::View* view);
233 void ConfigureChildView(views::View* view);
247 // Overridden from views::View:
265 virtual void PointerPressedOnButton(views::View* view,
268 virtual void PointerDraggedOnButton(views::View* view,
271 virtual void PointerReleasedOnButton(views::View* view,
274 virtual void MouseMovedOverButton(views::View* view) OVERRIDE;
275 virtual void MouseEnteredButton(views::View* view) OVERRIDE;
276 virtual void MouseExitedButton(views::View* view) OVERRIDE;
277 virtual base::string16 GetAccessibleName(const views::View* view) OVERRIDE;
285 // choose from. |source| specifies the view which is responsible for showing
289 views::View* source,
293 virtual void ShowContextMenuForView(views::View* source,
302 views::View* source,
317 const ShelfItem* ShelfItemForView(const views::View* view) const;
319 // Returns true if a tooltip should be shown for |view|.
320 bool ShouldShowTooltipForView(const views::View* view) const;
332 // Used to manage the set of active launcher buttons. There is a view per
357 // The view being dragged. This is set immediately when the mouse is pressed.
359 views::View* drag_view_;
419 // The view which gets replaced by our drag icon proxy.
420 views::View* drag_replaced_view_;
425 // The rip off view when a snap back operation is underway.
426 views::View* snap_back_from_rip_off_view_;