Lines Matching refs:TITLE
890 builder->AddAttributeEntry(Attribute::TITLE, item_requested.folder.name);
893 if (attr == Attribute::TITLE) {
894 builder->AddAttributeEntry(Attribute::TITLE,
1004 auto title =
1005 song.attributes.find(Attribute::TITLE) != song.attributes.end()
1006 ? song.attributes.find(Attribute::TITLE)->value()
1008 MediaElementItem song_item(vfs_ids_.get_uid(song.media_id), title,
1040 auto title = song.attributes.find(Attribute::TITLE) != song.attributes.end()
1041 ? song.attributes.find(Attribute::TITLE)->value()
1044 MediaElementItem item(i + 1, title, std::set<AttributeEntry>());