HomeSort by relevance Sort by last modified time
    Searched refs:CancelNotification (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 43 void CancelNotification();
toast_notification_handler.cc 130 CancelNotification();
230 void ToastNotificationHandler::CancelNotification() {
chrome_app_view.h 57 void CancelNotification(const std::string& notification);
chrome_app_view.cc 334 void ChromeAppView::CancelNotification(const std::string& notification) {
350 notification_handler->CancelNotification();
536 bool CancelNotification(const char* notification_id) {
547 FROM_HERE, base::Bind(&ChromeAppView::CancelNotification,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.h 79 void CancelNotification(const std::string& address);
peripheral_battery_observer.cc 141 CancelNotification(address);
196 CancelNotification(address_lowercase);
241 void PeripheralBatteryObserver::CancelNotification(const std::string& address) {
  /external/chromium_org/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 47 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/
desktop_notification_service.cc 58 void CancelNotification(const std::string& id) {
176 *cancel_callback = base::Bind(&CancelNotification, proxy->id());
notification_browsertest.cc 145 bool CancelNotification(const char* notification_id, Browser* browser);
268 bool NotificationsTest::CancelNotification(
272 "cancelNotification('%s');",
438 ASSERT_TRUE(CancelNotification(note_id.c_str(), browser()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 502 PLSA_CANCEL_NOTIFICATION CancelNotification;
    [all...]

Completed in 1523 milliseconds