Searched defs:OnListStart (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/formats/webm/
H A Dwebm_content_encodings_client.cc28 WebMParserClient* WebMContentEncodingsClient::OnListStart(int id) { function in class:media::WebMContentEncodingsClient
H A Dwebm_info_parser.cc37 WebMParserClient* WebMInfoParser::OnListStart(int id) { return this; } function in class:media::WebMInfoParser
H A Dwebm_tracks_parser.cc101 WebMParserClient* WebMTracksParser::OnListStart(int id) { function in class:media::WebMTracksParser
106 return track_content_encodings_client_->OnListStart(id);
H A Dwebm_cluster_parser.cc143 WebMParserClient* WebMClusterParser::OnListStart(int id) { function in class:media::WebMClusterParser
H A Dwebm_parser.cc657 WebMParserClient* WebMParserClient::OnListStart(int id) { function in class:media::WebMParserClient
744 if (!OnListStart(root_id_, element_size))
839 if (!OnListStart(id, element_size))
872 bool WebMListParser::OnListStart(int id, int64 size) { function in class:media::WebMListParser
893 WebMParserClient* new_list_client = current_list_client->OnListStart(id);

Completed in 327 milliseconds