OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:displayBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp
340
void VTTRegion::appendVTTCueBox(PassRefPtr<VTTCueBox>
displayBox
)
344
if (m_cueContainer->contains(
displayBox
.get()))
347
m_cueContainer->appendChild(
displayBox
);
VTTCue.cpp
772
RefPtr<VTTCueBox>
displayBox
= getDisplayTree(videoSize);
781
if (
displayBox
->hasChildNodes() && !container.contains(
displayBox
.get())) {
783
container.appendChild(
displayBox
);
794
region->appendVTTCueBox(
displayBox
);
[
all
...]
Completed in 33 milliseconds