Searched refs:DataPromoNotification (Results 1 - 5 of 5) 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() {
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.h24 class DataPromoNotification;
75 scoped_ptr<DataPromoNotification> data_promo_notification_;
H A Dchrome_browser_main_chromeos.cc634 data_promo_notification_.reset(new DataPromoNotification());
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc314 chromeos::DataPromoNotification::RegisterPrefs(registry);

Completed in 111 milliseconds