HomeSort by relevance Sort by last modified time
    Searched defs:ThemeInstallBubbleView (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 15 // ThemeInstallBubbleView is a view that provides a "Loading..." bubble in the
28 class ThemeInstallBubbleView : public NotificationObserver {
30 ~ThemeInstallBubbleView();
41 explicit ThemeInstallBubbleView(NSWindow* window);
44 static ThemeInstallBubbleView* view_;
59 DISALLOW_COPY_AND_ASSIGN(ThemeInstallBubbleView);
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.h 21 // ThemeInstallBubbleView is a view that provides a "Loading..." bubble in the
34 class ThemeInstallBubbleView : public NotificationObserver,
37 virtual ~ThemeInstallBubbleView();
48 explicit ThemeInstallBubbleView(TabContents* tab_contents);
73 DISALLOW_COPY_AND_ASSIGN(ThemeInstallBubbleView);
theme_install_bubble_view.cc 31 ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents)
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::Show(TabContents* tab_contents)
    [all...]

Completed in 696 milliseconds