HomeSort by relevance Sort by last modified time
    Searched defs:WebMParserClient (Results 1 - 2 of 2) 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_parser.cc 542 WebMParserClient* client) {
558 WebMParserClient* client) {
597 WebMParserClient* client) {
602 WebMParserClient* client) {
611 WebMParserClient* client) {
644 WebMParserClient::WebMParserClient() {}
645 WebMParserClient::~WebMParserClient() {}
647 WebMParserClient* WebMParserClient::OnListStart(int id)
    [all...]

Completed in 159 milliseconds