Searched refs:click_callback (Results 1 – 14 of 14) sorted by relevance
140 const base::Closure& click_callback) { in CreateSystemNotification() argument151 new HandleNotificationClickedDelegate(click_callback))); in CreateSystemNotification()
201 const base::Closure& click_callback);
53 const base::Closure& click_callback) = 0;
110 const base::Closure& click_callback) { in ShowUserPodButton() argument113 login_display_->ShowUserPodButton(username, iconURL, click_callback); in ShowUserPodButton()
138 const base::Closure& click_callback) { in ShowUserPodButton() argument141 webui_handler_->ShowUserPodButton(username, iconURL, click_callback); in ShowUserPodButton()
90 const base::Closure& click_callback);
154 const base::Closure& click_callback) = 0;
319 const base::Closure& click_callback) { in ShowUserPodButton() argument327 click_callback); in ShowUserPodButton()
47 const base::Closure& click_callback) OVERRIDE;
63 const base::Closure& click_callback) OVERRIDE;
79 const base::Closure& click_callback) = 0;284 const base::Closure& click_callback) OVERRIDE;
878 const base::Closure& click_callback) { in ShowUserPodButton() argument879 user_pod_button_callback_map_[username] = click_callback; in ShowUserPodButton()
399 gboolean (click_callback)(GtkWidget*, GdkEventButton*, gpointer));
1519 gboolean (click_callback)(GtkWidget*, GdkEventButton*, gpointer)) { in CreateIconButton()1544 G_CALLBACK(click_callback), this); in CreateIconButton()