Home
last modified time | relevance | path

Searched refs:button2_handler (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/win8/metro_driver/
Dmetro_dialog_box.cc20 dialog_box_info_.button2_handler = NULL; in MetroDialogBox()
123 dialog_box_info_.button2_handler = NULL; in Dismiss()
152 DCHECK(dialog_box_info_.button2_handler); in Invoke()
153 dialog_box_info_.button2_handler(); in Invoke()
Dmetro_dialog_box.h24 base::win::MetroDialogButtonPressedHandler button2_handler; member
Dchrome_app_view.cc570 base::win::MetroDialogButtonPressedHandler button2_handler) { in ShowDialogBox() argument
578 DCHECK(button2_handler); in ShowDialogBox()
586 dialog_box_info.button2_handler = button2_handler; in ShowDialogBox()