Searched refs:CancelNotification (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.h43 void CancelNotification();
H A Dtoast_notification_handler.cc130 CancelNotification();
230 void ToastNotificationHandler::CancelNotification() { function in class:ToastNotificationHandler
H A Dchrome_app_view.h57 void CancelNotification(const std::string& notification);
H A Dchrome_app_view.cc334 void ChromeAppView::CancelNotification(const std::string& notification) { function in class:ChromeAppView
350 notification_handler->CancelNotification();
536 bool CancelNotification(const char* notification_id) { function
547 FROM_HERE, base::Bind(&ChromeAppView::CancelNotification,
/external/chromium_org/chrome/browser/chromeos/power/
H A Dperipheral_battery_observer.h79 void CancelNotification(const std::string& address);
H A Dperipheral_battery_observer.cc141 CancelNotification(address);
196 CancelNotification(address_lowercase);
241 void PeripheralBatteryObserver::CancelNotification(const std::string& address) { function in class:chromeos::PeripheralBatteryObserver
/external/chromium_org/chrome/browser/extensions/
H A Dextension_crash_recovery_browsertest.cc47 virtual void CancelNotification(size_t index) = 0;
146 virtual void CancelNotification(size_t index) OVERRIDE {
189 ASSERT_NO_FATAL_FAILURE(CancelNotification(0));
428 ASSERT_NO_FATAL_FAILURE(CancelNotification(0));
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service.cc58 void CancelNotification(const std::string& id) { function in namespace:__anon4355
176 *cancel_callback = base::Bind(&CancelNotification, proxy->id());
H A Dnotification_browsertest.cc145 bool CancelNotification(const char* notification_id, Browser* browser);
268 bool NotificationsTest::CancelNotification( function in class:NotificationsTest
438 ASSERT_TRUE(CancelNotification(note_id.c_str(), browser()));

Completed in 194 milliseconds