HomeSort by relevance Sort by last modified time
    Searched defs:WebMParserClient (Results 1 - 2 of 2) 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_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...]

Completed in 148 milliseconds