HomeSort by relevance Sort by last modified time
    Searched defs:DataPromoNotification (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.h 24 class DataPromoNotification {
26 DataPromoNotification();
27 virtual ~DataPromoNotification();
55 base::WeakPtrFactory<DataPromoNotification> weak_ptr_factory_;
57 DISALLOW_COPY_AND_ASSIGN(DataPromoNotification);
data_promo_notification.cc 119 // DataPromoNotification
121 DataPromoNotification::DataPromoNotification()
126 DataPromoNotification::~DataPromoNotification() {
130 void DataPromoNotification::RegisterPrefs(PrefRegistrySimple* registry) {
135 void DataPromoNotification::ShowOptionalMobileDataPromoNotification(
203 void DataPromoNotification::CloseNotification() {

Completed in 44 milliseconds