HomeSort by relevance Sort by last modified time
    Searched refs:shelf_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 108 shelf_.Own(gtk_event_box_new());
109 gtk_container_add(GTK_CONTAINER(shelf_.get()), vbox);
138 slide_widget_.reset(new SlideAnimatorGtk(shelf_.get(),
147 gtk_widget_show_all(shelf_.get());
163 shelf_.Destroy();
192 gdk_window_raise(shelf_.get()->window);
358 gfx::Rect bounds(gtk_util::GetWidgetScreenPosition(shelf_.get()),
359 gfx::Size(shelf_.get()->allocation.width,
360 shelf_.get()->allocation.height));
download_shelf_gtk.h 112 // |shelf_| is the second highest level widget. See the constructor
114 OwnedWidgetGtk shelf_; member in class:DownloadShelfGtk
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.h 37 IBOutlet BalloonShelfViewCocoa* shelf_; variable
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h 51 DownloadShelfController* shelf_; variable
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 105 GtkWidget* shelf_; member in class:BalloonViewImpl
balloon_view_gtk.cc 237 shelf_ = gtk_hbox_new(0, 0);
238 gtk_container_add(GTK_CONTAINER(vbox), shelf_); local
251 gtk_container_add(GTK_CONTAINER(shelf_), hbox_);

Completed in 1563 milliseconds