Searched defs:NetworkPortalNotificationControllerDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_notification_controller.cc51 class NetworkPortalNotificationControllerDelegate class in namespace:chromeos::__anon3376
54 NetworkPortalNotificationControllerDelegate(): clicked_(false) {} function in class:chromeos::__anon3376::NetworkPortalNotificationControllerDelegate
63 virtual ~NetworkPortalNotificationControllerDelegate() {}
67 DISALLOW_COPY_AND_ASSIGN(NetworkPortalNotificationControllerDelegate);
70 void NetworkPortalNotificationControllerDelegate::Display() {
77 void NetworkPortalNotificationControllerDelegate::Error() {
84 void NetworkPortalNotificationControllerDelegate::Close(bool by_user) {
97 void NetworkPortalNotificationControllerDelegate::Click() {
172 new NetworkPortalNotificationControllerDelegate()));

Completed in 279 milliseconds