Searched refs:button1_handler (Results 1 – 4 of 4) sorted by relevance
19 dialog_box_info_.button1_handler = NULL; in MetroDialogBox()122 dialog_box_info_.button1_handler = NULL; in Dismiss()148 DCHECK(dialog_box_info_.button1_handler); in Invoke()149 dialog_box_info_.button1_handler(); in Invoke()
23 base::win::MetroDialogButtonPressedHandler button1_handler; member
569 base::win::MetroDialogButtonPressedHandler button1_handler, in ShowDialogBox() argument577 DCHECK(button1_handler); in ShowDialogBox()585 dialog_box_info.button1_handler = button1_handler; in ShowDialogBox()
22 base::win::MetroDialogButtonPressedHandler button1_handler,