OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CancelNotification
(Results
1 - 18
of
18
) sorted by null
/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/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc
49
void
CancelNotification
(size_t index) {
150
CancelNotification
(0);
416
CancelNotification
(0);
Completed in 679 milliseconds