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

1 2

  /external/chromium/chrome/browser/
mock_browsing_data_appcache_helper.h 18 virtual void CancelNotification();
mock_browsing_data_appcache_helper.cc 22 void MockBrowsingDataAppCacheHelper::CancelNotification() {
browsing_data_appcache_helper.h 25 virtual void CancelNotification();
76 virtual void CancelNotification() {}
mock_browsing_data_database_helper.h 26 virtual void CancelNotification();
mock_browsing_data_indexed_db_helper.h 40 virtual void CancelNotification();
mock_browsing_data_local_storage_helper.h 26 virtual void 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.h 27 // The client must call CancelNotification() if it's destroyed before the
70 virtual void CancelNotification();
131 virtual void CancelNotification() {}
mock_browsing_data_database_helper.cc 23 void MockBrowsingDataDatabaseHelper::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.cc 41 void BrowsingDataAppCacheHelper::CancelNotification() {
45 this, &BrowsingDataAppCacheHelper::CancelNotification));
browsing_data_indexed_db_helper.cc 30 virtual void CancelNotification();
85 void BrowsingDataIndexedDBHelperImpl::CancelNotification() {
cookies_tree_model.cc 545 database_helper_->CancelNotification();
546 local_storage_helper_->CancelNotification();
548 session_storage_helper_->CancelNotification();
550 appcache_helper_->CancelNotification();
552 indexed_db_helper_->CancelNotification();
browsing_data_database_helper.cc 70 void BrowsingDataDatabaseHelper::CancelNotification() {
browsing_data_local_storage_helper.cc 73 void BrowsingDataLocalStorageHelper::CancelNotification() {
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 43 void CancelNotification();
toast_notification_handler.cc 130 CancelNotification();
229 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 140 CancelNotification(address);
195 CancelNotification(address_lowercase);
235 void PeripheralBatteryObserver::CancelNotification(const std::string& address) {
  /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/extensions/
extension_crash_recovery_browsertest.cc 47 virtual void CancelNotification(size_t index) = 0;
140 virtual void CancelNotification(size_t index) OVERRIDE {
207 ASSERT_NO_FATAL_FAILURE(CancelNotification(0));
450 ASSERT_NO_FATAL_FAILURE(CancelNotification(0));

Completed in 240 milliseconds

1 2