Home
last modified time | relevance | path

Searched refs:notification_low_data_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dnetwork_message_observer.cc45 notification_low_data_(profile, "network_low_data.chromeos", in NetworkMessageObserver()
63 notification_low_data_.Hide(); in ~NetworkMessageObserver()
101 notification_low_data_.Hide(); in InitNewPlan()
107 notification_low_data_.set_title( in InitNewPlan()
114 notification_low_data_.set_title( in InitNewPlan()
136 notification_low_data_.Hide(); // Hide previous low data notification. in ShowNoDataNotification()
157 notification_low_data_.Show(message, in ShowLowDataNotification()
Dnetwork_message_observer.h71 SystemNotification notification_low_data_; variable