Searched refs:scope_out_callbacks_ (Results 1 – 2 of 2) sorted by relevance
45 scope_out_callbacks_.push_back(std::make_pair(callback, callback_runner)); in AddScopeOutCallback()51 scope_out_callbacks_.clear(); in Release()60 for (ScopeOutCallbackList::iterator iter = scope_out_callbacks_.begin(); in Reset()61 iter != scope_out_callbacks_.end(); ++iter) { in Reset()80 scope_out_callbacks_.swap(other.scope_out_callbacks_); in MoveFrom()
89 ScopeOutCallbackList scope_out_callbacks_; variable