HomeSort by relevance Sort by last modified time
    Searched refs:kSourceId (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/guestview/webview/
webview_constants.cc 49 const char kSourceId[] = "sourceId";
webview_constants.h 52 extern const char kSourceId[];
webview_guest.cc 280 args->SetString(webview::kSourceId, source_id);
  /external/chromium_org/media/filters/
chunk_demuxer_unittest.cc 72 static const char kSourceId[] = "SourceId";
284 return AddId(kSourceId, true, true);
303 return AddId(kSourceId, true, true);
310 AppendData(kSourceId, data, length);
319 AppendCluster(kSourceId, cluster.Pass());
393 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video, false);
397 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video, true);
475 if (AddId(kSourceId, has_audio, has_video) != ChunkDemuxer::kOk)
479 kSourceId, has_audio, has_video, has_text,
532 if (AddId(kSourceId, true, true) != ChunkDemuxer::kOk
    [all...]
pipeline_integration_test.cc 25 const char kSourceId[] = "SourceId";
287 chunk_demuxer_->Abort(kSourceId);
301 kSourceId, file_data_->data() + current_position_, size);
307 CHECK(chunk_demuxer_->SetTimestampOffset(kSourceId, timestampOffset));
308 chunk_demuxer_->AppendData(kSourceId, pData, size);
309 CHECK(chunk_demuxer_->SetTimestampOffset(kSourceId, base::TimeDelta()));
354 CHECK_EQ(chunk_demuxer_->AddId(kSourceId, type, codecs), ChunkDemuxer::kOk);
    [all...]

Completed in 44 milliseconds