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

  /external/chromium_org/ash/wm/caption_buttons/
bubble_contents_button_row.h 18 class MaximizeBubbleControllerBubble;
24 explicit BubbleContentsButtonRow(MaximizeBubbleControllerBubble* bubble);
38 MaximizeBubbleControllerBubble* bubble() { return bubble_; }
47 MaximizeBubbleControllerBubble* bubble_;
maximize_bubble_controller_bubble.cc 31 BubbleContentsView(MaximizeBubbleControllerBubble* bubble,
46 MaximizeBubbleControllerBubble* bubble_;
58 MaximizeBubbleControllerBubble* bubble,
65 MaximizeBubbleControllerBubble::kLayoutSpacing));
67 MaximizeBubbleControllerBubble::kBubbleBackgroundColor));
75 MaximizeBubbleControllerBubble::kBubbleBackgroundColor);
168 MaximizeBubbleControllerBubble::kBubbleBackgroundColor),
221 MaximizeBubbleControllerBubble::kBubbleBackgroundColor);
227 MaximizeBubbleControllerBubble::kBubbleBackgroundColor);
233 MaximizeBubbleControllerBubble::kBubbleBackgroundColor)
    [all...]
maximize_bubble_controller_bubble.h 27 class MaximizeBubbleControllerBubble : public views::BubbleDelegateView,
33 MaximizeBubbleControllerBubble(MaximizeBubbleController* owner,
36 virtual ~MaximizeBubbleControllerBubble();
104 DISALLOW_COPY_AND_ASSIGN(MaximizeBubbleControllerBubble);
maximize_bubble_controller.h 28 class MaximizeBubbleControllerBubble;
83 MaximizeBubbleControllerBubble* bubble_;
bubble_contents_button_row.cc 98 MaximizeBubbleControllerBubble* bubble)
105 MaximizeBubbleControllerBubble::kLayoutSpacing));
107 MaximizeBubbleControllerBubble::kBubbleBackgroundColor));
maximize_bubble_controller.cc 91 bubble_ = new MaximizeBubbleControllerBubble(this, appearance_delay_ms_,

Completed in 192 milliseconds