Searched refs:stop_callback_ (Results 1 – 15 of 15) sorted by relevance
51 DCHECK(!stop_callback_.is_null()); in NON_EXPORTED_BASE()52 stop_callback_.Reset(); in NON_EXPORTED_BASE()68 DCHECK(stop_callback_.is_null()); in NON_EXPORTED_BASE()69 stop_callback_ = stop_callback; in NON_EXPORTED_BASE()74 SourceStoppedCallback stop_callback_; in NON_EXPORTED_BASE() local
20 if (!stop_callback_.is_null()) in StopSource()21 base::ResetAndReturn(&stop_callback_).Run(owner()); in StopSource()
143 stop_callback_(base::Bind(&base::DoNothing)) { in ScreenTrayItem()162 stop_callback_ = stop_callback; in Start()181 if (stop_callback_.is_null()) in Stop()184 base::Closure callback = stop_callback_; in Stop()185 stop_callback_.Reset(); in Stop()
137 base::Closure stop_callback_; variable
63 if (TrackedCallback::IsPending(stop_callback_)) in StopRemoting()69 stop_callback_ = callback; in StopRemoting()110 stop_callback_->Run(params.result()); in OnStopRemotingReply()
50 scoped_refptr<TrackedCallback> stop_callback_; variable
115 base::Closure stop_callback_; member in __anone274ad830111::ScreenCaptureNotificationUIViews159 stop_callback_.Reset(); in ~ScreenCaptureNotificationUIViews()165 stop_callback_ = stop_callback; in OnStarted()321 if (!stop_callback_.is_null()) { in NotifyStopped()322 base::Closure callback = stop_callback_; in NotifyStopped()323 stop_callback_.Reset(); in NotifyStopped()
193 stop_callback_ = stop_callback; in OnStarted()221 DCHECK(!stop_callback_.is_null()); in ProcessStopRequestFromUI()223 base::Closure cb = stop_callback_; in ProcessStopRequestFromUI()224 stop_callback_.Reset(); in ProcessStopRequestFromUI()
83 base::Closure stop_callback_; variable
94 stop_callback_ = stop_callback;118 if (!stop_callback_.is_null()) {119 base::Closure callback = stop_callback_;120 stop_callback_.Reset();130 stop_callback_.Reset();
20 base::Closure stop_callback_;
162 base::Closure stop_callback_; variable
518 stop_callback_ = stop_callback; in Start()567 if (!stop_callback_.is_null()) in Stop()568 stop_callback_.Run(); in Stop()
188 GenericDoneCallback stop_callback_; variable
167 stop_callback_ = callback; in StopLogging()169 FireGenericDoneCallback(&stop_callback_, false, "Logging not started"); in StopLogging()383 FireGenericDoneCallback(&stop_callback_, true, ""); in OnLoggingStoppedInRenderer()