ShelfView          32 ash/shelf/overflow_bubble.cc void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) {
ShelfView          24 ash/shelf/overflow_bubble.h class ShelfView;
ShelfView          34 ash/shelf/overflow_bubble.h   void Show(views::View* anchor, ShelfView* shelf_view);
ShelfView          43 ash/shelf/overflow_bubble.h   ShelfView* shelf_view() { return shelf_view_; }
ShelfView          58 ash/shelf/overflow_bubble.h   ShelfView* shelf_view_;  // Owned by |bubble_|.
ShelfView          43 ash/shelf/overflow_bubble_view.cc                                             ShelfView* shelf_view) {
ShelfView          15 ash/shelf/overflow_bubble_view.h class ShelfView;
ShelfView          28 ash/shelf/overflow_bubble_view.h   void InitOverflowBubble(views::View* anchor, ShelfView* shelf_view);
ShelfView          57 ash/shelf/overflow_bubble_view.h   ShelfView* shelf_view_;  // Owned by views hierarchy.
ShelfView          52 ash/shelf/shelf.cc   shelf_view_ = new ShelfView(
ShelfView          38 ash/shelf/shelf.h class ShelfView;
ShelfView         115 ash/shelf/shelf.h   ShelfView* shelf_view_;
ShelfView         140 ash/shelf/shelf_tooltip_manager.cc     ShelfView* shelf_view)
ShelfView          29 ash/shelf/shelf_tooltip_manager.h class ShelfView;
ShelfView          42 ash/shelf/shelf_tooltip_manager.h                       ShelfView* shelf_view);
ShelfView         110 ash/shelf/shelf_tooltip_manager.h   ShelfView* shelf_view_;
ShelfView          27 ash/shelf/shelf_unittest.cc using ash::ShelfView;
ShelfView          65 ash/shelf/shelf_unittest.cc   ShelfView* shelf_view() {
ShelfView          83 ash/shelf/shelf_unittest.cc   ShelfView* shelf_view_;
ShelfView         328 ash/shelf/shelf_view.cc   FadeOutAnimationDelegate(ShelfView* host, views::View* view)
ShelfView         345 ash/shelf/shelf_view.cc   ShelfView* shelf_view_;
ShelfView         357 ash/shelf/shelf_view.cc   StartFadeAnimationDelegate(ShelfView* host,
ShelfView         372 ash/shelf/shelf_view.cc   ShelfView* shelf_view_;
ShelfView         378 ash/shelf/shelf_view.cc ShelfView::ShelfView(ShelfModel* model,
ShelfView         415 ash/shelf/shelf_view.cc ShelfView::~ShelfView() {
ShelfView         424 ash/shelf/shelf_view.cc void ShelfView::Init() {
ShelfView         444 ash/shelf/shelf_view.cc void ShelfView::OnShelfAlignmentChanged() {
ShelfView         472 ash/shelf/shelf_view.cc void ShelfView::SchedulePaintForAllButtons() {
ShelfView         481 ash/shelf/shelf_view.cc gfx::Rect ShelfView::GetIdealBoundsOfItemIcon(ShelfID id) {
ShelfView         497 ash/shelf/shelf_view.cc void ShelfView::UpdatePanelIconPosition(ShelfID id,
ShelfView         527 ash/shelf/shelf_view.cc bool ShelfView::IsShowingMenu() const {
ShelfView         532 ash/shelf/shelf_view.cc bool ShelfView::IsShowingOverflowBubble() const {
ShelfView         536 ash/shelf/shelf_view.cc views::View* ShelfView::GetAppListButtonView() const {
ShelfView         549 ash/shelf/shelf_view.cc views::FocusSearch* ShelfView::GetFocusSearch() {
ShelfView         553 ash/shelf/shelf_view.cc views::FocusTraversable* ShelfView::GetFocusTraversableParent() {
ShelfView         557 ash/shelf/shelf_view.cc View* ShelfView::GetFocusTraversableParentView() {
ShelfView         561 ash/shelf/shelf_view.cc void ShelfView::CreateDragIconProxy(
ShelfView         584 ash/shelf/shelf_view.cc void ShelfView::UpdateDragIconProxy(
ShelfView         594 ash/shelf/shelf_view.cc void ShelfView::DestroyDragIconProxy() {
ShelfView         599 ash/shelf/shelf_view.cc bool ShelfView::StartDrag(const std::string& app_id,
ShelfView         656 ash/shelf/shelf_view.cc bool ShelfView::Drag(const gfx::Point& location_in_screen_coordinates) {
ShelfView         676 ash/shelf/shelf_view.cc void ShelfView::EndDrag(bool cancel) {
ShelfView         702 ash/shelf/shelf_view.cc void ShelfView::LayoutToIdealBounds() {
ShelfView         714 ash/shelf/shelf_view.cc void ShelfView::UpdateAllButtonsVisibilityInOverflowMode() {
ShelfView         735 ash/shelf/shelf_view.cc void ShelfView::CalculateIdealBounds(IdealBounds* bounds) {
ShelfView         894 ash/shelf/shelf_view.cc int ShelfView::DetermineLastVisibleIndex(int max_value) const {
ShelfView         905 ash/shelf/shelf_view.cc int ShelfView::DetermineFirstVisiblePanelIndex(int min_value) const {
ShelfView         916 ash/shelf/shelf_view.cc void ShelfView::AddIconObserver(ShelfIconObserver* observer) {
ShelfView         920 ash/shelf/shelf_view.cc void ShelfView::RemoveIconObserver(ShelfIconObserver* observer) {
ShelfView         924 ash/shelf/shelf_view.cc void ShelfView::AnimateToIdealBounds() {
ShelfView         940 ash/shelf/shelf_view.cc views::View* ShelfView::CreateViewForItem(const ShelfItem& item) {
ShelfView         990 ash/shelf/shelf_view.cc void ShelfView::FadeIn(views::View* view) {
ShelfView         998 ash/shelf/shelf_view.cc void ShelfView::PrepareForDrag(Pointer pointer, const ui::LocatedEvent& event) {
ShelfView        1022 ash/shelf/shelf_view.cc void ShelfView::ContinueDrag(const ui::LocatedEvent& event) {
ShelfView        1097 ash/shelf/shelf_view.cc bool ShelfView::HandleRipOffDrag(const ui::LocatedEvent& event) {
ShelfView        1192 ash/shelf/shelf_view.cc void ShelfView::FinalizeRipOffDrag(bool cancel) {
ShelfView        1260 ash/shelf/shelf_view.cc ShelfView::RemovableState ShelfView::RemovableByRipOff(int index) {
ShelfView        1272 ash/shelf/shelf_view.cc bool ShelfView::SameDragType(ShelfItemType typea, ShelfItemType typeb) const {
ShelfView        1291 ash/shelf/shelf_view.cc std::pair<int, int> ShelfView::GetDragRange(int index) {
ShelfView        1305 ash/shelf/shelf_view.cc void ShelfView::ConfigureChildView(views::View* view) {
ShelfView        1310 ash/shelf/shelf_view.cc void ShelfView::ToggleOverflowBubble() {
ShelfView        1319 ash/shelf/shelf_view.cc   ShelfView* overflow_view =
ShelfView        1320 ash/shelf/shelf_view.cc       new ShelfView(model_, delegate_, layout_manager_);
ShelfView        1333 ash/shelf/shelf_view.cc void ShelfView::UpdateFirstButtonPadding() {
ShelfView        1349 ash/shelf/shelf_view.cc void ShelfView::OnFadeOutAnimationEnded() {
ShelfView        1354 ash/shelf/shelf_view.cc void ShelfView::StartFadeInLastVisibleItem() {
ShelfView        1362 ash/shelf/shelf_view.cc         new ShelfView::StartFadeAnimationDelegate(this, last_visible_view),
ShelfView        1367 ash/shelf/shelf_view.cc void ShelfView::UpdateOverflowRange(ShelfView* overflow_view) {
ShelfView        1377 ash/shelf/shelf_view.cc int ShelfView::GetButtonSize() const {
ShelfView        1382 ash/shelf/shelf_view.cc int ShelfView::GetButtonSpacing() const {
ShelfView        1387 ash/shelf/shelf_view.cc bool ShelfView::ShouldHideTooltip(const gfx::Point& cursor_location) {
ShelfView        1404 ash/shelf/shelf_view.cc gfx::Rect ShelfView::GetVisibleItemsBoundsInScreen() {
ShelfView        1411 ash/shelf/shelf_view.cc gfx::Rect ShelfView::GetBoundsForDragInsertInScreen() {
ShelfView        1453 ash/shelf/shelf_view.cc int ShelfView::CancelDrag(int modified_index) {
ShelfView        1482 ash/shelf/shelf_view.cc gfx::Size ShelfView::GetPreferredSize() {
ShelfView        1516 ash/shelf/shelf_view.cc void ShelfView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
ShelfView        1531 ash/shelf/shelf_view.cc views::FocusTraversable* ShelfView::GetPaneFocusTraversable() {
ShelfView        1535 ash/shelf/shelf_view.cc void ShelfView::GetAccessibleState(ui::AXViewState* state) {
ShelfView        1540 ash/shelf/shelf_view.cc void ShelfView::OnGestureEvent(ui::GestureEvent* event) {
ShelfView        1545 ash/shelf/shelf_view.cc void ShelfView::ShelfItemAdded(int model_index) {
ShelfView        1581 ash/shelf/shelf_view.cc void ShelfView::ShelfItemRemoved(int model_index, ShelfID id) {
ShelfView        1621 ash/shelf/shelf_view.cc void ShelfView::ShelfItemChanged(int model_index, const ShelfItem& old_item) {
ShelfView        1666 ash/shelf/shelf_view.cc void ShelfView::ShelfItemMoved(int start_index, int target_index) {
ShelfView        1676 ash/shelf/shelf_view.cc void ShelfView::ShelfStatusChanged() {
ShelfView        1687 ash/shelf/shelf_view.cc void ShelfView::PointerPressedOnButton(views::View* view,
ShelfView        1713 ash/shelf/shelf_view.cc void ShelfView::PointerDraggedOnButton(views::View* view,
ShelfView        1727 ash/shelf/shelf_view.cc void ShelfView::PointerReleasedOnButton(views::View* view,
ShelfView        1743 ash/shelf/shelf_view.cc void ShelfView::MouseMovedOverButton(views::View* view) {
ShelfView        1751 ash/shelf/shelf_view.cc void ShelfView::MouseEnteredButton(views::View* view) {
ShelfView        1762 ash/shelf/shelf_view.cc void ShelfView::MouseExitedButton(views::View* view) {
ShelfView        1767 ash/shelf/shelf_view.cc base::string16 ShelfView::GetAccessibleName(const views::View* view) {
ShelfView        1778 ash/shelf/shelf_view.cc void ShelfView::ButtonPressed(views::Button* sender, const ui::Event& event) {
ShelfView        1839 ash/shelf/shelf_view.cc bool ShelfView::ShowListMenuForView(const ShelfItem& item,
ShelfView        1861 ash/shelf/shelf_view.cc void ShelfView::ShowContextMenuForView(views::View* source,
ShelfView        1890 ash/shelf/shelf_view.cc void ShelfView::ShowMenu(scoped_ptr<views::MenuModelAdapter> menu_model_adapter,
ShelfView        1979 ash/shelf/shelf_view.cc void ShelfView::OnBoundsAnimatorProgressed(views::BoundsAnimator* animator) {
ShelfView        1985 ash/shelf/shelf_view.cc void ShelfView::OnBoundsAnimatorDone(views::BoundsAnimator* animator) {
ShelfView        2005 ash/shelf/shelf_view.cc bool ShelfView::IsUsableEvent(const ui::Event& event) {
ShelfView        2017 ash/shelf/shelf_view.cc const ShelfItem* ShelfView::ShelfItemForView(const views::View* view) const {
ShelfView        2024 ash/shelf/shelf_view.cc bool ShelfView::ShouldShowTooltipForView(const views::View* view) const {
ShelfView        2036 ash/shelf/shelf_view.cc int ShelfView::CalculateShelfDistance(const gfx::Point& coordinate) const {
ShelfView          51 ash/shelf/shelf_view.h class ASH_EXPORT ShelfView : public views::View,
ShelfView          60 ash/shelf/shelf_view.h   ShelfView(ShelfModel* model,
ShelfView          63 ash/shelf/shelf_view.h   virtual ~ShelfView();
ShelfView         246 ash/shelf/shelf_view.h   void UpdateOverflowRange(ShelfView* overflow_view);
ShelfView         443 ash/shelf/shelf_view.h   ShelfView* main_shelf_;
ShelfView         448 ash/shelf/shelf_view.h   DISALLOW_COPY_AND_ASSIGN(ShelfView);
ShelfView         571 ash/shelf/shelf_view_unittest.cc   ShelfView* shelf_view_;
ShelfView        1591 ash/shelf/shelf_view_unittest.cc   ShelfView* shelf_view_for_secondary =
ShelfView        1674 ash/shelf/shelf_view_unittest.cc   ShelfView* shelf_view_for_secondary =
ShelfView          19 ash/test/shelf_test_api.cc ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
ShelfView          14 ash/test/shelf_test_api.h class ShelfView;
ShelfView          26 ash/test/shelf_test_api.h   ShelfView* shelf_view();
ShelfView          39 ash/test/shelf_view_test_api.cc ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view)
ShelfView          20 ash/test/shelf_view_test_api.h class ShelfView;
ShelfView          27 ash/test/shelf_view_test_api.h   explicit ShelfViewTestAPI(ShelfView* shelf_view);
ShelfView          59 ash/test/shelf_view_test_api.h   ShelfView* shelf_view() { return shelf_view_; }
ShelfView          89 ash/test/shelf_view_test_api.h   ShelfView* shelf_view_;
ShelfView         213 ash/wm/panels/panel_layout_manager_unittest.cc   void ClickShelfItemForWindow(ShelfView* shelf_view, aura::Window* window) {
ShelfView         244 ash/wm/panels/panel_layout_manager_unittest.cc     ShelfView* shelf_view = GetShelfView(Shelf::ForWindow(window));
ShelfView         257 ash/wm/panels/panel_layout_manager_unittest.cc   ShelfView* GetShelfView(Shelf* shelf) {
ShelfView         602 ash/wm/panels/panel_layout_manager_unittest.cc   ShelfView* shelf_view_1st = GetShelfView(Shelf::ForPrimaryDisplay());
ShelfView         603 ash/wm/panels/panel_layout_manager_unittest.cc   ShelfView* shelf_view_2nd =
ShelfView          48 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc   const ash::ShelfView* shelf_view =