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

  /external/chromium_org/media/webm/
webm_content_encodings_client.cc 66 bool WebMContentEncodingsClient::OnListEnd(int id) {
143 // Mandatory occurrence restriction is checked in OnListEnd.
245 // restriction is checked in OnListEnd.
webm_info_parser.cc 39 bool WebMInfoParser::OnListEnd(int id) {
webm_tracks_parser.cc 95 bool WebMTracksParser::OnListEnd(int id) {
98 return track_content_encodings_client_->OnListEnd(id);
webm_cluster_parser.cc 149 bool WebMClusterParser::OnListEnd(int id) {
webm_parser.cc 652 bool WebMParserClient::OnListEnd(int id) {
809 if (!OnListEnd())
855 if (!OnListEnd())
891 return OnListEnd();
896 bool WebMListParser::OnListEnd() {
916 if (!client->OnListEnd(list_state.id_))

Completed in 194 milliseconds