Home
last modified time | relevance | path

Searched refs:child_ancestory (Results 1 – 8 of 8) sorted by relevance

/external/libwebm/webm_parser/src/
Daudio_parser.h47 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument
51 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Dmaster_parser.cc47 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()
Drecursive_parser.h54 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument
61 impl_->InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Dsegment_parser.cc40 void SegmentParser::InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument
42 MasterParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Dvideo_parser.h73 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument
78 return MasterValueParser::InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()
Dsegment_parser.h32 void InitAfterSeek(const Ancestory& child_ancestory,
Dmaster_parser.h86 void InitAfterSeek(const Ancestory& child_ancestory,
Dmaster_value_parser.h79 void InitAfterSeek(const Ancestory& child_ancestory, in InitAfterSeek() argument
83 master_parser_.InitAfterSeek(child_ancestory, child_metadata); in InitAfterSeek()