Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_helper.cc325 std::vector<OpContext*> pending_contexts_; member in chromeos::SignedSettingsHelperImpl
338 if (!pending_contexts_.empty()) { in ~SignedSettingsHelperImpl()
401 for (size_t i = 0; i < pending_contexts_.size(); ++i) { in CancelCallback()
402 if (pending_contexts_[i]->callback() == callback) { in CancelCallback()
403 pending_contexts_[i]->CancelCallback(); in CancelCallback()
412 pending_contexts_.push_back(context); in AddOpContext()
413 if (pending_contexts_.size() == 1) in AddOpContext()
418 for (size_t i = 0; i < pending_contexts_.size(); ++i) { in ClearAll()
419 pending_contexts_[i]->set_delegate(NULL); in ClearAll()
420 pending_contexts_[i]->Cancel(); in ClearAll()
[all …]