/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 285 other_bookmarks_button_ = theme_service_->BuildChromeButton(); 286 gtk_widget_show_all(other_bookmarks_button_); 287 ConnectFolderButtonEvents(other_bookmarks_button_, false); 294 gtk_container_add(GTK_CONTAINER(other_padding_), other_bookmarks_button_); local 301 ViewIDUtil::SetID(other_bookmarks_button_, VIEW_ID_OTHER_BOOKMARKS); 399 if (button != overflow_button_ && button != other_bookmarks_button_ && 426 folder_list.push_back(other_bookmarks_button_); 557 menu_bar_helper_.Add(other_bookmarks_button_); 578 model_, other_bookmarks_button_, theme_service_); 775 widget_to_throb = other_bookmarks_button_; [all...] |
bookmark_bar_gtk.h | 355 // |other_bookmarks_button_|. 359 GtkWidget* other_bookmarks_button_; member in class:BookmarkBarGtk
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 272 other_bookmarks_button_ = theme_service_->BuildChromeButton(); 273 ConnectFolderButtonEvents(other_bookmarks_button_, false); 280 gtk_container_add(GTK_CONTAINER(other_padding), other_bookmarks_button_); local 296 ViewIDUtil::SetID(other_bookmarks_button_, VIEW_ID_OTHER_BOOKMARKS); 523 model_, other_bookmarks_button_, theme_service_); 563 menu_bar_helper_.Add(other_bookmarks_button_); 740 widget_to_throb = other_bookmarks_button_; [all...] |
bookmark_bar_gtk.h | 349 GtkWidget* other_bookmarks_button_; member in class:BookmarkBarGtk
|