Home
last modified time | relevance | path

Searched refs:child_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/mp4/
Dbox_reader.h176 FourCC child_type = (*children)[0].BoxType(); in MaybeReadChildren() local
178 ChildMap::iterator start_itr = children_.lower_bound(child_type); in MaybeReadChildren()
179 ChildMap::iterator end_itr = children_.upper_bound(child_type); in MaybeReadChildren()
189 << FourCCToString(child_type) << " boxes."; in MaybeReadChildren()
Dbox_reader.cc186 FourCC child_type = child->BoxType(); in ReadChild() local
188 ChildMap::iterator itr = children_.find(child_type); in ReadChild()
190 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box."; in ReadChild()
/external/chromium_org/chrome/test/pyautolib/
Dremote_inspector_client.py669 child_type = node_list[index]
670 child_type_string = _V8HeapSnapshotParser._CHILD_TYPES[int(child_type)]