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

  /external/chromium_org/media/webm/
webm_content_encodings_client.h 32 virtual bool OnListEnd(int id) OVERRIDE;
webm_info_parser.h 33 virtual bool OnListEnd(int id) OVERRIDE;
webm_parser.h 33 virtual bool OnListEnd(int id);
121 bool OnListEnd();
webm_info_parser.cc 39 bool WebMInfoParser::OnListEnd(int id) {
webm_parser_unittest.cc 27 MOCK_METHOD1(OnListEnd, bool(int));
66 EXPECT_CALL(*client, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
77 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
95 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
96 EXPECT_CALL(client_, OnListEnd(kWebMIdSegment)).WillOnce(Return(true));
183 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
184 EXPECT_CALL(client_, OnListEnd(kWebMIdSegment)).WillOnce(Return(true));
284 EXPECT_CALL(c2_, OnListEnd(kWebMIdTrackEntry)).WillOnce(Return(true));
285 EXPECT_CALL(c1_, OnListEnd(kWebMIdTracks)).WillOnce(Return(true));
287 EXPECT_CALL(c1_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true))
    [all...]
webm_tracks_parser.h 74 virtual bool OnListEnd(int id) OVERRIDE;
webm_cluster_parser.h 108 virtual bool OnListEnd(int id) OVERRIDE;
webm_tracks_parser.cc 95 bool WebMTracksParser::OnListEnd(int id) {
98 return track_content_encodings_client_->OnListEnd(id);
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_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_))
webm_cluster_parser.cc 149 bool WebMClusterParser::OnListEnd(int id) {

Completed in 104 milliseconds