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

/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.h25 class DataPromoNotification : public NetworkStateHandlerObserver { class in namespace:chromeos
27 DataPromoNotification();
28 virtual ~DataPromoNotification();
45 base::WeakPtrFactory<DataPromoNotification> weak_ptr_factory_;
47 DISALLOW_COPY_AND_ASSIGN(DataPromoNotification);
H A Ddata_promo_notification.cc135 // DataPromoNotification
137 DataPromoNotification::DataPromoNotification() function in class:chromeos::DataPromoNotification
143 DataPromoNotification::~DataPromoNotification() {
150 void DataPromoNotification::RegisterPrefs(PrefRegistrySimple* registry) {
155 void DataPromoNotification::NetworkPropertiesUpdated(
162 void DataPromoNotification::DefaultNetworkChanged(const NetworkState* network) {
168 void DataPromoNotification::ShowOptionalMobileDataPromoNotification() {

Completed in 220 milliseconds