HomeSort by relevance Sort by last modified time
    Searched full:stop_cb (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/media/base/
pipeline.cc 97 void Pipeline::Stop(const base::Closure& stop_cb) {
101 base::Bind(&Pipeline::StopTask, weak_factory_.GetWeakPtr(), stop_cb));
499 void Pipeline::StopTask(const base::Closure& stop_cb) {
509 // executing |stop_cb|.
510 stop_cb.Run();
515 stop_cb_ = stop_cb;
pipeline_unittest.cc 46 ACTION_P2(Stop, pipeline, stop_cb) {
47 pipeline->Stop(stop_cb);
819 base::Closure stop_cb = base::Bind( local
825 .WillOnce(DoAll(Stop(pipeline_.get(), stop_cb),
851 .WillOnce(DoAll(Stop(pipeline_.get(), stop_cb),
902 base::Closure stop_cb = base::Bind( local
908 .WillOnce(DoAll(Stop(pipeline_.get(), stop_cb),
935 .WillOnce(DoAll(Stop(pipeline_.get(), stop_cb),
pipeline.h 111 // Asynchronously stops the pipeline, executing |stop_cb| when the pipeline
117 // It is safe to delete the pipeline during the execution of |stop_cb|.
118 void Stop(const base::Closure& stop_cb);
227 void StopTask(const base::Closure& stop_cb);
  /external/chromium_org/content/renderer/media/android/
media_source_delegate.h 97 void Stop(const base::Closure& stop_cb);
144 void StopDemuxer(const base::Closure& stop_cb);
media_source_delegate.cc 84 void MediaSourceDelegate::Stop(const base::Closure& stop_cb) {
106 &MediaSourceDelegate::StopDemuxer, base::Unretained(this), stop_cb));
123 void MediaSourceDelegate::StopDemuxer(const base::Closure& stop_cb) {
145 // |stop_cb|.
146 stop_cb.Run();
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 49 STOP_CB='.',
163 case STOP_CB:
314 case STOP_CB:
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 49 STOP_CB='.',
172 case STOP_CB:
332 case STOP_CB:
    [all...]

Completed in 361 milliseconds