Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/
Dnetwork_message_observer.cc48 notification_no_data_(profile, "network_no_data.chromeos", in NetworkMessageObserver()
64 notification_no_data_.Hide(); in ~NetworkMessageObserver()
102 notification_no_data_.Hide(); in InitNewPlan()
104 notification_no_data_.set_title( in InitNewPlan()
111 notification_no_data_.set_title( in InitNewPlan()
122 notification_no_data_.set_title( in ShowNeedsPlanNotification()
125 notification_no_data_.Show( in ShowNeedsPlanNotification()
141 notification_no_data_.Show(message, in ShowNoDataNotification()
Dnetwork_message_observer.h73 SystemNotification notification_no_data_; variable