Searched refs:button_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_titlebar_gtk.h53 CustomDrawButton* CreateButton(panel::TitlebarButtonType button_type);
54 void GetButtonResources(panel::TitlebarButtonType button_type,
H A Dpanel_titlebar_gtk.cc140 panel::TitlebarButtonType button_type) {
145 GetButtonResources(button_type, &normal_image_id, &pressed_image_id,
169 panel::TitlebarButtonType button_type,
174 switch (button_type) {
139 CreateButton( panel::TitlebarButtonType button_type) argument
168 GetButtonResources( panel::TitlebarButtonType button_type, int* normal_image_id, int* pressed_image_id, int* hover_image_id, int* tooltip_id) const argument
H A Dpanel_gtk.cc1114 panel::TitlebarButtonType button_type) const OVERRIDE;
1215 panel::TitlebarButtonType button_type) const {
1218 switch (button_type) {
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_menu_controller_gtk.h49 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
H A Dbookmark_menu_controller_gtk.cc98 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, argument
109 widget, button_type, timestamp); local
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_menu_controller_gtk.h50 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
H A Dbookmark_menu_controller_gtk.cc99 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, argument
110 widget, button_type, timestamp); local
/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel.h140 virtual bool IsButtonVisible(panel::TitlebarButtonType button_type) const = 0;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc339 button_type(DROP_BOOKMARK) {
344 (other.button_type == button_type));
357 DropButtonType button_type; member in struct:BookmarkBarView::DropLocation
749 drop_info_->location.button_type != DROP_OVERFLOW &&
852 if (location.on || location.button_type == DROP_OVERFLOW ||
853 location.button_type == DROP_OTHER_FOLDER) {
855 if (location.button_type == DROP_OTHER_FOLDER)
857 else if (location.button_type == DROP_OVERFLOW)
892 (drop_info_->location.button_type
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_browsertest.cc193 void CloseDialog(DialogButtonType button_type, argument
203 (button_type == DIALOG_BTN_OK) ? ".button-panel .ok" :
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc108 panel::TitlebarButtonType button_type) const OVERRIDE;
206 panel::TitlebarButtonType button_type) const {
209 switch (button_type) {

Completed in 291 milliseconds