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

  /external/chromium_org/media/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 15 class MEDIA_EXPORT WebMInfoParser : public WebMParserClient {
31 // WebMParserClient methods
32 virtual WebMParserClient* OnListStart(int id) OVERRIDE;
webm_audio_client.h 18 class WebMAudioClient : public WebMParserClient {
40 // WebMParserClient implementation.
webm_info_parser.cc 37 WebMParserClient* WebMInfoParser::OnListStart(int id) { return this; }
webm_video_client.h 18 class WebMVideoClient : public WebMParserClient {
39 // WebMParserClient implementation.
webm_tracks_parser.h 27 class MEDIA_EXPORT WebMTracksParser : public WebMParserClient {
66 // WebMParserClient implementation.
67 virtual WebMParserClient* OnListStart(int id) OVERRIDE;
webm_parser.cc 546 WebMParserClient* client) {
562 WebMParserClient* client) {
601 WebMParserClient* client) {
606 WebMParserClient* client) {
615 WebMParserClient* client) {
648 WebMParserClient::WebMParserClient() {}
649 WebMParserClient::~WebMParserClient() {}
651 WebMParserClient* WebMParserClient::OnListStart(int id)
    [all...]
webm_cluster_parser.h 22 class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
106 // WebMParserClient methods.
107 virtual WebMParserClient* OnListStart(int id) OVERRIDE;
webm_content_encodings_client.cc 28 WebMParserClient* WebMContentEncodingsClient::OnListStart(int id) {
webm_tracks_parser.cc 71 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 135 WebMParserClient* WebMClusterParser::OnListStart(int id) {

Completed in 7434 milliseconds