HomeSort by relevance Sort by last modified time
    Searched refs:previously_selected_button (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.h 80 GtkWidget* previously_selected_button; member in struct:_GtkCustomMenuItem
gtk_custom_menu_item.cc 112 item->previously_selected_button = NULL;
285 custom_item->previously_selected_button = NULL;
296 custom_item->previously_selected_button =
307 // We look at |previously_selected_button| because by the time we've been
309 if (custom_item->previously_selected_button) {
311 G_OBJECT(custom_item->previously_selected_button), "command-id");
418 menu_item->previously_selected_button = NULL;
457 // |previously_selected_button| since we haven't been "deselect"ed yet.

Completed in 218 milliseconds