Searched refs:child_ancestory (Results 1 – 8 of 8) sorted by relevance
/external/libwebm/webm_parser/src/ |
D | audio_parser.h | 47 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument 51 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | master_parser.cc | 47 void MasterParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument 52 if (child_ancestory.empty()) { in InitAfterSeek() 59 child_metadata_.id = child_ancestory.id(); in InitAfterSeek() 67 child_parser_->InitAfterSeek(child_ancestory.next(), child_metadata); in InitAfterSeek()
|
D | recursive_parser.h | 54 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument 61 impl_->InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | segment_parser.cc | 40 void SegmentParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument 42 MasterParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | video_parser.h | 73 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument 78 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|
D | segment_parser.h | 32 void InitAfterSeek(const Ancestory& child_ancestory,
|
D | master_parser.h | 86 void InitAfterSeek(const Ancestory& child_ancestory,
|
D | master_value_parser.h | 79 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument 83 master_parser_.InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
|