OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soundclips_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h
125
!
soundclips_
.empty());
197
Soundclips
soundclips_
;
member in class:cricket::ChannelManager
channelmanager.cc
285
while (!
soundclips_
.empty()) {
286
DestroySoundclip_w(
soundclips_
.back());
404
soundclips_
.push_back(soundclip);
419
Soundclips::iterator it = std::find(
soundclips_
.begin(),
420
soundclips_
.end(), soundclip);
421
ASSERT(it !=
soundclips_
.end());
422
if (it ==
soundclips_
.end())
425
soundclips_
.erase(it);
Completed in 52 milliseconds