Searched defs:button_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
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.cc100 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, argument
111 widget, button_type, timestamp); local
/external/chromium_org/chrome/browser/ui/gtk/panels/
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
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_browsertest.cc194 void CloseDialog(DialogButtonType button_type, argument
204 (button_type == DIALOG_BTN_OK) ? ".button-panel .ok" :
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc334 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
[all...]

Completed in 423 milliseconds