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

  /external/chromium_org/media/formats/webm/
webm_parser.h 24 // returns a pointer to a WebMParserClient object, which should be used to
28 class MEDIA_EXPORT WebMParserClient {
30 virtual ~WebMParserClient();
32 virtual WebMParserClient* OnListStart(int id);
40 WebMParserClient();
42 DISALLOW_COPY_AND_ASSIGN(WebMParserClient);
56 WebMListParser(int id, WebMParserClient* client);
85 WebMParserClient* client_;
135 // WebMParserClient to handle the root list.
136 WebMParserClient* const root_client_
    [all...]
webm_content_encodings_client.h 23 class MEDIA_EXPORT WebMContentEncodingsClient : public WebMParserClient {
30 // WebMParserClient methods
31 virtual WebMParserClient* OnListStart(int id) OVERRIDE;
webm_info_parser.h 16 class MEDIA_EXPORT WebMInfoParser : public WebMParserClient {
33 // WebMParserClient methods
34 virtual WebMParserClient* OnListStart(int id) OVERRIDE;
webm_audio_client.h 18 class WebMAudioClient : public WebMParserClient {
40 // WebMParserClient implementation.
webm_video_client.h 18 class WebMVideoClient : public WebMParserClient {
39 // WebMParserClient implementation.
webm_tracks_parser.h 28 class MEDIA_EXPORT WebMTracksParser : public WebMParserClient {
77 // WebMParserClient implementation.
78 virtual WebMParserClient* OnListStart(int id) OVERRIDE;
webm_parser.cc 547 WebMParserClient* client) {
568 WebMParserClient* client) {
607 WebMParserClient* client) {
612 WebMParserClient* client) {
621 WebMParserClient* client) {
654 WebMParserClient::WebMParserClient() {}
655 WebMParserClient::~WebMParserClient() {}
657 WebMParserClient* WebMParserClient::OnListStart(int id)
    [all...]
webm_info_parser.cc 37 WebMParserClient* WebMInfoParser::OnListStart(int id) { return this; }
webm_cluster_parser.h 23 class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
193 // WebMParserClient methods.
194 virtual WebMParserClient* OnListStart(int id) OVERRIDE;
webm_content_encodings_client.cc 28 WebMParserClient* WebMContentEncodingsClient::OnListStart(int id) {
webm_tracks_parser.cc 101 WebMParserClient* WebMTracksParser::OnListStart(int id) {
webm_parser_unittest.cc 21 class MockWebMParserClient : public WebMParserClient {
25 // WebMParserClient methods.
26 MOCK_METHOD1(OnListStart, WebMParserClient*(int));
webm_cluster_parser.cc 143 WebMParserClient* WebMClusterParser::OnListStart(int id) {

Completed in 251 milliseconds