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

/external/chromium_org/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.h16 class GlobalErrorBubbleView : public views::ButtonListener, class in inherits:views::ButtonListener,views::BubbleDelegateView,GlobalErrorBubbleViewBase
20 GlobalErrorBubbleView(views::View* anchor_view,
24 virtual ~GlobalErrorBubbleView();
40 DISALLOW_COPY_AND_ASSIGN(GlobalErrorBubbleView);
H A Dglobal_error_bubble_view.cc48 GlobalErrorBubbleView* bubble_view =
49 new GlobalErrorBubbleView(wrench_button,
58 // GlobalErrorBubbleView -------------------------------------------------------
60 GlobalErrorBubbleView::GlobalErrorBubbleView( function in class:GlobalErrorBubbleView
161 GlobalErrorBubbleView::~GlobalErrorBubbleView() {
164 void GlobalErrorBubbleView::ButtonPressed(views::Button* sender,
177 void GlobalErrorBubbleView::WindowClosing() {
182 void GlobalErrorBubbleView
[all...]

Completed in 43 milliseconds