Searched refs:stop_muting_ (Results 1 – 2 of 2) sorted by relevance
48 stop_muting_(false), in Expand()228 if (stop_muting_) { in Process()274 if (!stop_muting_) { in Process()325 stop_muting_ = true; // Do not mute signal any more. in SetParametersForNormalAfterExpand()333 stop_muting_ = true; in SetParametersForMergeAfterExpand()338 if (first_expand_ || stop_muting_) in Muted()355 stop_muting_ = false; in InitializeForAnExpandPeriod()
135 bool stop_muting_; variable