Home
last modified time | relevance | path

Searched refs:click_callback (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification.cc140 const base::Closure& click_callback) { in CreateSystemNotification() argument
151 new HandleNotificationClickedDelegate(click_callback))); in CreateSystemNotification()
Dnotification.h201 const base::Closure& click_callback);
/external/chromium_org/chrome/browser/chromeos/login/
Dscreen_locker_delegate.h53 const base::Closure& click_callback) = 0;
Dwebui_screen_locker.cc110 const base::Closure& click_callback) { in ShowUserPodButton() argument
113 login_display_->ShowUserPodButton(username, iconURL, click_callback); in ShowUserPodButton()
Dwebui_login_display.cc138 const base::Closure& click_callback) { in ShowUserPodButton() argument
141 webui_handler_->ShowUserPodButton(username, iconURL, click_callback); in ShowUserPodButton()
Dscreen_locker.h90 const base::Closure& click_callback);
Dlogin_display.h154 const base::Closure& click_callback) = 0;
Dscreen_locker.cc319 const base::Closure& click_callback) { in ShowUserPodButton() argument
327 click_callback); in ShowUserPodButton()
Dwebui_login_display.h47 const base::Closure& click_callback) OVERRIDE;
Dwebui_screen_locker.h63 const base::Closure& click_callback) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dsignin_screen_handler.h79 const base::Closure& click_callback) = 0;
284 const base::Closure& click_callback) OVERRIDE;
Dsignin_screen_handler.cc878 const base::Closure& click_callback) { in ShowUserPodButton() argument
879 user_pod_button_callback_map_[username] = click_callback; in ShowUserPodButton()
/external/chromium_org/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.h399 gboolean (click_callback)(GtkWidget*, GdkEventButton*, gpointer));
Dlocation_bar_view_gtk.cc1519 gboolean (click_callback)(GtkWidget*, GdkEventButton*, gpointer)) { in CreateIconButton()
1544 G_CALLBACK(click_callback), this); in CreateIconButton()