Home
last modified time | relevance | path

Searched refs:displayBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.cpp345 void VTTRegion::appendVTTCueBox(PassRefPtrWillBeRawPtr<VTTCueBox> displayBox) in appendVTTCueBox() argument
349 if (m_cueContainer->contains(displayBox.get())) in appendVTTCueBox()
352 m_cueContainer->appendChild(displayBox); in appendVTTCueBox()
DVTTCue.cpp797 RefPtrWillBeRawPtr<VTTCueBox> displayBox = getDisplayTree(videoSize); in updateDisplay() local
806 if (displayBox->hasChildren() && !container.contains(displayBox.get())) { in updateDisplay()
808 container.appendChild(displayBox); in updateDisplay()
819 region->appendVTTCueBox(displayBox); in updateDisplay()