/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_titlebar_gtk.h | 53 CustomDrawButton* CreateButton(panel::TitlebarButtonType button_type); 54 void GetButtonResources(panel::TitlebarButtonType button_type,
|
panel_titlebar_gtk.cc | 140 panel::TitlebarButtonType button_type) { 145 GetButtonResources(button_type, &normal_image_id, &pressed_image_id, 169 panel::TitlebarButtonType button_type, 174 switch (button_type) {
|
panel_gtk.cc | [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_cocoa.mm | 344 panel::TitlebarButtonType button_type) const OVERRIDE; 438 panel::TitlebarButtonType button_type) const { 439 switch (button_type) {
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_menu_controller_gtk.h | 49 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
|
bookmark_menu_controller_gtk.cc | 98 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, 109 widget, button_type, timestamp); local
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_menu_controller_gtk.h | 50 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
|
bookmark_menu_controller_gtk.cc | 100 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, 111 widget, button_type, timestamp); local
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.cc | 334 button_type(DROP_BOOKMARK) { 339 (other.button_type == button_type)); 352 DropButtonType button_type; member in struct:BookmarkBarView::DropLocation 747 drop_info_->location.button_type != DROP_OVERFLOW && 850 if (location.on || location.button_type == DROP_OVERFLOW || 851 location.button_type == DROP_OTHER_FOLDER) { 853 if (location.button_type == DROP_OTHER_FOLDER) 855 else if (location.button_type == DROP_OVERFLOW) 890 (drop_info_->location.button_type == DROP_OTHER_FOLDER) [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension_browsertest.cc | 194 void CloseDialog(DialogButtonType button_type, 204 (button_type == DIALOG_BTN_OK) ? ".button-panel .ok" :
|
/external/chromium_org/chrome/browser/ui/panels/ |
native_panel.h | 138 virtual bool IsButtonVisible(panel::TitlebarButtonType button_type) const = 0;
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_view.cc | 112 panel::TitlebarButtonType button_type) const OVERRIDE; 219 panel::TitlebarButtonType button_type) const { 222 switch (button_type) { [all...] |