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

  /external/chromium/chrome/browser/
mock_browsing_data_appcache_helper.cc 22 void MockBrowsingDataAppCacheHelper::CancelNotification() {
mock_browsing_data_indexed_db_helper.cc 23 void MockBrowsingDataIndexedDBHelper::CancelNotification() {
mock_browsing_data_local_storage_helper.cc 24 void MockBrowsingDataLocalStorageHelper::CancelNotification() {
browsing_data_appcache_helper.h 25 virtual void CancelNotification();
76 virtual void CancelNotification() {}
mock_browsing_data_database_helper.cc 23 void MockBrowsingDataDatabaseHelper::CancelNotification() {
browsing_data_local_storage_helper.h 27 // The client must call CancelNotification() if it's destroyed before the
70 virtual void CancelNotification();
131 virtual void CancelNotification() {}
browsing_data_appcache_helper.cc 41 void BrowsingDataAppCacheHelper::CancelNotification() {
45 this, &BrowsingDataAppCacheHelper::CancelNotification));
browsing_data_database_helper.h 26 // The client must call CancelNotification() if it's destroyed before the
65 virtual void CancelNotification();
132 virtual void CancelNotification() {}
browsing_data_indexed_db_helper.h 27 // some later point. The client must call CancelNotification() if it's
71 virtual void CancelNotification() = 0;
107 virtual void CancelNotification() {}
browsing_data_local_storage_helper.cc 73 void BrowsingDataLocalStorageHelper::CancelNotification() {
browsing_data_database_helper.cc 70 void BrowsingDataDatabaseHelper::CancelNotification() {
browsing_data_indexed_db_helper.cc 30 virtual void CancelNotification();
85 void BrowsingDataIndexedDBHelperImpl::CancelNotification() {
  /external/chromium/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 49 void CancelNotification(size_t index) {
150 CancelNotification(0);
416 CancelNotification(0);
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.cc 140 CancelNotification(address);
195 CancelNotification(address_lowercase);
235 void PeripheralBatteryObserver::CancelNotification(const std::string& address) {
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 129 CancelNotification();
226 void ToastNotificationHandler::CancelNotification() {
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/notifications/
notification_browsertest.cc 229 bool CancelNotification(const char* notification_id, Browser* browser);
379 bool NotificationsTest::CancelNotification(
383 "cancelNotification('%s');",
581 ASSERT_TRUE(CancelNotification(note_id.c_str(), browser()));
    [all...]

Completed in 507 milliseconds