Searched refs:displayBox (Results 1 – 2 of 2) sorted by relevance
345 void VTTRegion::appendVTTCueBox(PassRefPtrWillBeRawPtr<VTTCueBox> displayBox) in appendVTTCueBox() argument349 if (m_cueContainer->contains(displayBox.get())) in appendVTTCueBox()352 m_cueContainer->appendChild(displayBox); in appendVTTCueBox()
797 RefPtrWillBeRawPtr<VTTCueBox> displayBox = getDisplayTree(videoSize); in updateDisplay() local806 if (displayBox->hasChildren() && !container.contains(displayBox.get())) { in updateDisplay()808 container.appendChild(displayBox); in updateDisplay()819 region->appendVTTCueBox(displayBox); in updateDisplay()