Home | History | Annotate | Download | only in webm

Lines Matching defs:WebMParserClient

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_;