Home
last modified time | relevance | path

Searched refs:shelf_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_shelf_gtk.cc108 shelf_.Own(gtk_event_box_new()); in DownloadShelfGtk()
109 gtk_container_add(GTK_CONTAINER(shelf_.get()), vbox); in DownloadShelfGtk()
138 slide_widget_.reset(new SlideAnimatorGtk(shelf_.get(), in DownloadShelfGtk()
147 gtk_widget_show_all(shelf_.get()); in DownloadShelfGtk()
163 shelf_.Destroy(); in ~DownloadShelfGtk()
192 gdk_window_raise(shelf_.get()->window); in Close()
358 gfx::Rect bounds(gtk_util::GetWidgetScreenPosition(shelf_.get()), in IsCursorInShelfZone()
359 gfx::Size(shelf_.get()->allocation.width, in IsCursorInShelfZone()
360 shelf_.get()->allocation.height)); in IsCursorInShelfZone()
Ddownload_shelf_gtk.h114 OwnedWidgetGtk shelf_; variable
/external/chromium/chrome/browser/ui/cocoa/notifications/
Dballoon_controller.mm93 [shelf_ addSubview:closeButton_];
109 [shelf_ removeTrackingRect:closeButtonTrackingTag_];
111 closeButtonTrackingTag_ = [shelf_ addTrackingRect:[closeButton_ frame]
159 [shelf_ removeTrackingRect:closeButtonTrackingTag_];
205 kTopMargin + kBottomMargin + [shelf_ frame].size.height;
Dballoon_controller.h37 IBOutlet BalloonShelfViewCocoa* shelf_; variable
/external/chromium/chrome/browser/ui/gtk/notifications/
Dballoon_view_gtk.cc237 shelf_ = gtk_hbox_new(0, 0); in Show()
238 gtk_container_add(GTK_CONTAINER(vbox), shelf_); in Show()
251 gtk_container_add(GTK_CONTAINER(shelf_), hbox_); in Show()
Dballoon_view_gtk.h105 GtkWidget* shelf_; variable
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.h51 DownloadShelfController* shelf_; variable
Ddownload_item_controller.mm113 shelf_ = shelf;
250 [shelf_ remove:self];
263 [shelf_ downloadWasOpened:self];
300 [shelf_ layoutItems];