Searched refs:KioskExternalUpdateNotification (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/ui/
H A Dkiosk_external_update_notification.h16 class KioskExternalUpdateNotification { class in namespace:chromeos
18 explicit KioskExternalUpdateNotification(const base::string16& message);
19 virtual ~KioskExternalUpdateNotification();
30 DISALLOW_COPY_AND_ASSIGN(KioskExternalUpdateNotification);
H A Dkiosk_external_update_notification.cc35 KioskExternalUpdateNotification* owner)
86 KioskExternalUpdateNotification* owner = owner_;
94 KioskExternalUpdateNotification* owner_;
103 KioskExternalUpdateNotification::KioskExternalUpdateNotification( function in class:chromeos::KioskExternalUpdateNotification
108 KioskExternalUpdateNotification::~KioskExternalUpdateNotification() {
112 void KioskExternalUpdateNotification::ShowMessage(
118 void KioskExternalUpdateNotification::CreateAndShowNotificationView(
145 native_view->SetName("KioskExternalUpdateNotification");
[all...]
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_external_updater.h20 class KioskExternalUpdateNotification;
145 scoped_ptr<KioskExternalUpdateNotification> notification_;
H A Dkiosk_external_updater.cc472 notification_.reset(new KioskExternalUpdateNotification(message));

Completed in 88 milliseconds