Searched defs:ThemeInstallBubbleView (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dtheme_install_bubble_view.h15 // ThemeInstallBubbleView is a view that provides a "Loading..." bubble in the
28 class ThemeInstallBubbleView : public NotificationObserver { class in inherits:NotificationObserver
30 ~ThemeInstallBubbleView();
41 explicit ThemeInstallBubbleView(NSWindow* window);
44 static ThemeInstallBubbleView* view_;
59 DISALLOW_COPY_AND_ASSIGN(ThemeInstallBubbleView);
/external/chromium/chrome/browser/ui/views/
H A Dtheme_install_bubble_view.h21 // ThemeInstallBubbleView is a view that provides a "Loading..." bubble in the
34 class ThemeInstallBubbleView : public NotificationObserver, class in inherits:NotificationObserver,views::Label
37 virtual ~ThemeInstallBubbleView();
48 explicit ThemeInstallBubbleView(TabContents* tab_contents);
73 DISALLOW_COPY_AND_ASSIGN(ThemeInstallBubbleView);
H A Dtheme_install_bubble_view.cc31 ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents) function in class:ThemeInstallBubbleView
87 ThemeInstallBubbleView::~ThemeInstallBubbleView() {
91 gfx::Size ThemeInstallBubbleView::GetPreferredSize() {
98 void ThemeInstallBubbleView::Reposition() {
115 void ThemeInstallBubbleView::OnPaint(gfx::Canvas* canvas) {
147 void ThemeInstallBubbleView::Close() {
159 void ThemeInstallBubbleView::Observe(NotificationType type,
166 void ThemeInstallBubbleView
[all...]

Completed in 203 milliseconds