Home
last modified time | relevance | path

Searched refs:OnListStart (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/formats/webm/
H A Dwebm_parser_unittest.cc33 MOCK_METHOD1(OnListStart, WebMParserClient*(int));
63 EXPECT_CALL(*client, OnListStart(kWebMIdCluster)).WillOnce(Return(client)); in CreateClusterExpectations()
83 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_)); in TEST_F()
99 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(Return(&client_)); in TEST_F()
100 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_)); in TEST_F()
311 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(Return(&c1_)); in TEST_F()
312 EXPECT_CALL(c1_, OnListStart(kWebMIdTracks)).WillOnce(Return(&c2_)); in TEST_F()
313 EXPECT_CALL(c2_, OnListStart(kWebMIdTrackEntry)).WillOnce(Return(&c3_)); in TEST_F()
317 EXPECT_CALL(c1_, OnListStart(kWebMIdCluster)).WillOnce(Return(&c2_)); in TEST_F()
334 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(ReturnNull()); in TEST_F()
[all …]
H A Dwebm_video_client_unittest.cc44 WebMParserClient* OnListStart(int id) { in OnListStart() function in media::WebMVideoClientTest
45 return webm_video_client_.OnListStart(id); in OnListStart()
59 auto* parser = OnListStart(kWebMIdColour); in TEST_P()
79 auto* parser = OnListStart(kWebMIdColour); in TEST_P()
96 auto* color_parser = OnListStart(kWebMIdColour); in TEST_P()
97 auto* metadata_parser = color_parser->OnListStart(kWebMIdMasteringMetadata); in TEST_P()
115 auto* parser = OnListStart(kWebMIdColour); in TEST_P()
H A Dwebm_parser.h34 virtual WebMParserClient* OnListStart(int id);
123 bool OnListStart(int id, int64_t size);
H A Dwebm_content_encodings_client.h34 WebMParserClient* OnListStart(int id) override;
H A Dwebm_info_parser.h37 WebMParserClient* OnListStart(int id) override;
H A Dwebm_video_client.h48 WebMParserClient* OnListStart(int id) override;
H A Dwebm_parser.cc690 WebMParserClient* WebMParserClient::OnListStart(int id) { in OnListStart() function in media::WebMParserClient
777 if (!OnListStart(root_id_, element_size)) in Parse()
874 if (!OnListStart(id, element_size)) in ParseListElement()
907 bool WebMListParser::OnListStart(int id, int64_t size) { in OnListStart() function in media::WebMListParser
928 WebMParserClient* new_list_client = current_list_client->OnListStart(id); in OnListStart()
H A Dwebm_colour_parser.h67 WebMParserClient* OnListStart(int id) override;
H A Dwebm_tracks_parser.cc120 WebMParserClient* WebMTracksParser::OnListStart(int id) { in OnListStart() function in media::WebMTracksParser
129 return track_content_encodings_client_->OnListStart(id); in OnListStart()
H A Dwebm_info_parser.cc34 WebMParserClient* WebMInfoParser::OnListStart(int id) { return this; } in OnListStart() function in media::WebMInfoParser
H A Dwebm_tracks_parser.h113 WebMParserClient* OnListStart(int id) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/formats/webm/
H A Dwebm_parser_unittest.cc33 MOCK_METHOD1(OnListStart, WebMParserClient*(int));
63 EXPECT_CALL(*client, OnListStart(kWebMIdCluster)).WillOnce(Return(client)); in CreateClusterExpectations()
83 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_)); in TEST_F()
99 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(Return(&client_)); in TEST_F()
100 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_)); in TEST_F()
311 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(Return(&c1_)); in TEST_F()
312 EXPECT_CALL(c1_, OnListStart(kWebMIdTracks)).WillOnce(Return(&c2_)); in TEST_F()
313 EXPECT_CALL(c2_, OnListStart(kWebMIdTrackEntry)).WillOnce(Return(&c3_)); in TEST_F()
317 EXPECT_CALL(c1_, OnListStart(kWebMIdCluster)).WillOnce(Return(&c2_)); in TEST_F()
334 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(ReturnNull()); in TEST_F()
[all …]
H A Dwebm_video_client_unittest.cc44 WebMParserClient* OnListStart(int id) { in OnListStart() function in media::WebMVideoClientTest
45 return webm_video_client_.OnListStart(id); in OnListStart()
59 auto* parser = OnListStart(kWebMIdColour); in TEST_P()
79 auto* parser = OnListStart(kWebMIdColour); in TEST_P()
96 auto* color_parser = OnListStart(kWebMIdColour); in TEST_P()
97 auto* metadata_parser = color_parser->OnListStart(kWebMIdMasteringMetadata); in TEST_P()
115 auto* parser = OnListStart(kWebMIdColour); in TEST_P()
H A Dwebm_parser.h34 virtual WebMParserClient* OnListStart(int id);
123 bool OnListStart(int id, int64_t size);
H A Dwebm_content_encodings_client.h34 WebMParserClient* OnListStart(int id) override;
H A Dwebm_info_parser.h37 WebMParserClient* OnListStart(int id) override;
H A Dwebm_video_client.h48 WebMParserClient* OnListStart(int id) override;
H A Dwebm_parser.cc687 WebMParserClient* WebMParserClient::OnListStart(int id) { in OnListStart() function in media::WebMParserClient
774 if (!OnListStart(root_id_, element_size)) in Parse()
871 if (!OnListStart(id, element_size)) in ParseListElement()
904 bool WebMListParser::OnListStart(int id, int64_t size) { in OnListStart() function in media::WebMListParser
925 WebMParserClient* new_list_client = current_list_client->OnListStart(id); in OnListStart()
H A Dwebm_colour_parser.h65 WebMParserClient* OnListStart(int id) override;
H A Dwebm_tracks_parser.cc120 WebMParserClient* WebMTracksParser::OnListStart(int id) { in OnListStart() function in media::WebMTracksParser
129 return track_content_encodings_client_->OnListStart(id); in OnListStart()
H A Dwebm_info_parser.cc34 WebMParserClient* WebMInfoParser::OnListStart(int id) { return this; } in OnListStart() function in media::WebMInfoParser
H A Dwebm_tracks_parser.h113 WebMParserClient* OnListStart(int id) override;
H A Dwebm_cluster_parser.h208 WebMParserClient* OnListStart(int id) override;
H A Dwebm_colour_parser.cc80 WebMParserClient* WebMColourParser::OnListStart(int id) { in OnListStart() function in media::WebMColourParser
H A Dwebm_video_client.cc143 WebMParserClient* WebMVideoClient::OnListStart(int id) { in OnListStart() function in media::WebMVideoClient

12