Searched defs:TrackInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
H A Daudio_player.js33 // two sets of TrackInfo instances. We could fiddle with a single set instead
50 AudioPlayer.TrackInfo.DEFAULT_ARTIST =
139 new AudioPlayer.TrackInfo(this.trackList_, entry, onClick));
141 new AudioPlayer.TrackInfo(this.trackStack_, entry, onClick));
489 * Create a TrackInfo object encapsulating the information about one track.
496 AudioPlayer.TrackInfo = function(container, entry, onClick) {
529 AudioPlayer.TrackInfo.prototype.getBox = function() { return this.box_ };
534 AudioPlayer.TrackInfo.prototype.getDefaultTitle = function() {
545 AudioPlayer.TrackInfo.DEFAULT_ARTIST = 'Unknown Artist';
550 AudioPlayer.TrackInfo
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Ditunes_library_parser.cc23 struct TrackInfo { struct in namespace:itunes::__anon7397
33 bool GetTrackInfoFromDict(XmlReader* reader, TrackInfo* result) {
168 TrackInfo track_info;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.h277 struct TrackInfo { struct in class:webrtc::MediaStreamSignaling
278 TrackInfo() : ssrc(0) {} function in struct:webrtc::MediaStreamSignaling::TrackInfo
279 TrackInfo(const std::string& stream_label, function in struct:webrtc::MediaStreamSignaling::TrackInfo
290 typedef std::map<std::string, TrackInfo> TrackInfos;
H A Dmediastreamsignaling_unittest.cc367 struct TrackInfo { struct in class:MockSignalingObserver
368 TrackInfo() {} function in struct:MockSignalingObserver::TrackInfo
369 TrackInfo(const std::string& stream_label, const std::string track_id, function in struct:MockSignalingObserver::TrackInfo
379 typedef std::map<std::string, TrackInfo> TrackInfos;
384 (*track_infos)[track->id()] = TrackInfo(stream->label(), track->id(),

Completed in 240 milliseconds