Searched defs:CancelNotification (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/power/
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/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()));
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc130 CancelNotification();
230 void ToastNotificationHandler::CancelNotification() { function in class:ToastNotificationHandler
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,

Completed in 2302 milliseconds