Searched refs:OnListEnd (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/media/formats/webm/
H A Dwebm_parser.h33 virtual bool OnListEnd(int id);
121 bool OnListEnd();
H A Dwebm_content_encodings_client.h32 virtual bool OnListEnd(int id) OVERRIDE;
H A Dwebm_info_parser.h35 virtual bool OnListEnd(int id) OVERRIDE;
H A Dwebm_parser_unittest.cc27 MOCK_METHOD1(OnListEnd, bool(int));
66 EXPECT_CALL(*client, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
77 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
94 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
95 EXPECT_CALL(client_, OnListEnd(kWebMIdSegment)).WillOnce(Return(true));
184 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
207 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
208 EXPECT_CALL(client_, OnListEnd(kWebMIdSegment)).WillOnce(Return(true));
305 EXPECT_CALL(c2_, OnListEnd(kWebMIdTrackEntry)).WillOnce(Return(true));
306 EXPECT_CALL(c1_, OnListEnd(kWebMIdTrack
[all...]
H A Dwebm_info_parser.cc39 bool WebMInfoParser::OnListEnd(int id) { function in class:media::WebMInfoParser
H A Dwebm_tracks_parser.h79 virtual bool OnListEnd(int id) OVERRIDE;
H A Dwebm_tracks_parser.cc131 bool WebMTracksParser::OnListEnd(int id) { function in class:media::WebMTracksParser
134 return track_content_encodings_client_->OnListEnd(id);
H A Dwebm_cluster_parser.h195 virtual bool OnListEnd(int id) OVERRIDE;
H A Dwebm_content_encodings_client.cc66 bool WebMContentEncodingsClient::OnListEnd(int id) { function in class:media::WebMContentEncodingsClient
143 // Mandatory occurrence restriction is checked in OnListEnd.
245 // restriction is checked in OnListEnd.
H A Dwebm_parser.cc662 bool WebMParserClient::OnListEnd(int id) { function in class:media::WebMParserClient
819 if (!OnListEnd())
865 if (!OnListEnd())
901 return OnListEnd();
906 bool WebMListParser::OnListEnd() { function in class:media::WebMListParser
927 if (!client->OnListEnd(id))
H A Dwebm_cluster_parser.cc162 bool WebMClusterParser::OnListEnd(int id) { function in class:media::WebMClusterParser

Completed in 1995 milliseconds