BoxType            33 media/formats/mp4/box_definitions.h   virtual FourCC BoxType() const OVERRIDE; \
BoxType           188 media/formats/mp4/box_reader.cc   FourCC child_type = child->BoxType();
BoxType           199 media/formats/mp4/box_reader.cc   if (!children_.count(child->BoxType())) return true;
BoxType            26 media/formats/mp4/box_reader.h   virtual FourCC BoxType() const = 0;
BoxType           176 media/formats/mp4/box_reader.h   FourCC child_type = (*children)[0].BoxType();
BoxType            37 media/formats/mp4/box_reader_unittest.cc   virtual FourCC BoxType() const OVERRIDE { return FOURCC_FREE; }
BoxType            46 media/formats/mp4/box_reader_unittest.cc   virtual FourCC BoxType() const OVERRIDE { return FOURCC_PSSH; }
BoxType            69 media/formats/mp4/box_reader_unittest.cc   virtual FourCC BoxType() const OVERRIDE { return FOURCC_SKIP; }