Searched refs:BubbleWidget (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_win.cc14 class BubbleWidget : public views::WidgetWin { class in inherits:views::WidgetWin
16 explicit BubbleWidget(BrowserBubble* bubble) function in class:BubbleWidget
105 DISALLOW_COPY_AND_ASSIGN(BubbleWidget);
111 BubbleWidget* pop = new BubbleWidget(this);
136 BubbleWidget* pop = static_cast<BubbleWidget*>(popup_);
151 static_cast<BubbleWidget*>(popup_)->border_widget();
H A Dbrowser_bubble_gtk.cc23 class BubbleWidget : public views::WidgetGtk { class in namespace:__anon2538
25 explicit BubbleWidget(BrowserBubble* bubble) function in class:__anon2538::BubbleWidget
88 DISALLOW_COPY_AND_ASSIGN(BubbleWidget);
95 BubbleWidget* pop = new BubbleWidget(this);
137 static_cast<BubbleWidget*>(popup_)->ShowAndActivate(activate);
151 static_cast<BubbleWidget*>(popup_)->border_contents();

Completed in 1122 milliseconds