Home
last modified time | relevance | path

Searched refs:completion_callback_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/
Dbrowsing_data_indexed_db_helper.cc50 completion_callback_; member in __anon979511040111::BrowsingDataIndexedDBHelperImpl
63 completion_callback_(NULL), in BrowsingDataIndexedDBHelperImpl()
77 completion_callback_.reset(callback); in StartFetching()
87 completion_callback_.reset(NULL); in CancelNotification()
146 if (completion_callback_ != NULL) { in NotifyInUIThread()
147 completion_callback_->Run(indexed_db_info_); in NotifyInUIThread()
148 completion_callback_.reset(); in NotifyInUIThread()
206 completion_callback_(NULL), in CannedBrowsingDataIndexedDBHelper()
245 completion_callback_.reset(callback); in StartFetching()
299 if (completion_callback_ != NULL) { in NotifyInUIThread()
[all …]
Dbrowsing_data_local_storage_helper.cc50 completion_callback_(NULL), in BrowsingDataLocalStorageHelper()
64 completion_callback_.reset(callback); in StartFetching()
75 completion_callback_.reset(NULL); in CancelNotification()
134 if (completion_callback_ != NULL) { in NotifyInUIThread()
135 completion_callback_->Run(local_storage_info_); in NotifyInUIThread()
136 completion_callback_.reset(); in NotifyInUIThread()
189 completion_callback_.reset(callback); in StartFetching()
Dbrowsing_data_appcache_helper.cc27 completion_callback_.reset(callback); in StartFetching()
43 completion_callback_.reset(); in CancelNotification()
89 if (completion_callback_ != NULL) { in OnFetchComplete()
90 completion_callback_->Run(); in OnFetchComplete()
91 completion_callback_.reset(); in OnFetchComplete()
Dbrowsing_data_database_helper.cc50 : completion_callback_(NULL), in BrowsingDataDatabaseHelper()
65 completion_callback_.reset(callback); in StartFetching()
72 completion_callback_.reset(NULL); in CancelNotification()
128 if (completion_callback_ != NULL) { in NotifyInUIThread()
129 completion_callback_->Run(database_info_); in NotifyInUIThread()
130 completion_callback_.reset(); in NotifyInUIThread()
201 completion_callback_.reset(callback); in StartFetching()
Dmock_browsing_data_appcache_helper.cc19 completion_callback_.reset(completion_callback); in StartFetching()
23 completion_callback_.reset(NULL); in CancelNotification()
Dbrowsing_data_appcache_helper.h37 scoped_ptr<Callback0::Type> completion_callback_; variable
Dbrowsing_data_local_storage_helper.h85 completion_callback_; variable
Dbrowsing_data_indexed_db_helper.h140 completion_callback_; variable
Dbrowsing_data_database_helper.h84 completion_callback_; variable
/external/chromium/chrome/browser/chromeos/cros/
Dlibcros_service_library.cc61 net::CompletionCallbackImpl<Request> completion_callback_; member in chromeos::LibCrosServiceLibraryImpl::NetworkProxyLibrary::Request
233 &request->completion_callback_, NULL, net::BoundNetLog()); in ResolveProxy()
269 completion_callback_(this, &Request::OnCompletion)), in Request()