Searched refs:tones_ (Results 1 – 5 of 5) sorted by relevance
153 tones_ = tones; in InsertDtmf()168 return tones_; in tones()197 size_t first_tone_pos = tones_.find_first_of(kDtmfValidTones); in DoInsertDtmf()200 tones_.clear(); in DoInsertDtmf()207 char tone = tones_[first_tone_pos]; in DoInsertDtmf()237 observer_->OnToneChange(tones_.substr(first_tone_pos, 1)); in DoInsertDtmf()241 tones_.erase(0, first_tone_pos + 1); in DoInsertDtmf()
55 tones_.push_back(tone); in OnToneChange()63 return tones_; in tones()70 std::vector<std::string> tones_; member in FakeDtmfObserver
114 std::string tones_; variable
524 tones_.push_back(tone); in OnToneChange()531 ASSERT_TRUE(tones_.size() == tones.size()); in Verify()532 EXPECT_TRUE(std::equal(tones.begin(), tones.end(), tones_.begin())); in Verify()539 std::vector<std::string> tones_; member in PeerConnectionTestClientBase::DummyDtmfObserver
179 tones_ = tones; in InsertDtmf()188 return tones_; in tones()199 std::string tones_; member in content::MockDtmfSender