Searched defs:BubbleContentsButtonRow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/caption_buttons/
H A Dbubble_contents_button_row.h21 class BubbleContentsButtonRow : public views::View, class in namespace:ash
24 explicit BubbleContentsButtonRow(MaximizeBubbleControllerBubble* bubble);
25 virtual ~BubbleContentsButtonRow();
54 DISALLOW_COPY_AND_ASSIGN(BubbleContentsButtonRow);
H A Dbubble_contents_button_row.cc24 explicit BubbleDialogButton(BubbleContentsButtonRow* button_row,
38 BubbleContentsButtonRow* button_row_;
44 BubbleContentsButtonRow* button_row,
95 // BubbleContentsButtonRow ----------------------------------------------------
97 BubbleContentsButtonRow::BubbleContentsButtonRow( function in class:ash::BubbleContentsButtonRow
120 BubbleContentsButtonRow::~BubbleContentsButtonRow() {
123 void BubbleContentsButtonRow::ButtonPressed(views::Button* sender,
142 void BubbleContentsButtonRow
[all...]

Completed in 138 milliseconds