Searched defs:VTTRegion (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.cpp32 #include "core/html/track/vtt/VTTRegion.h"
81 VTTRegion::VTTRegion() function in class:blink::VTTRegion
90 , m_scrollTimer(this, &VTTRegion::scrollTimerFired)
94 VTTRegion::~VTTRegion()
98 void VTTRegion::setTrack(TextTrack* track)
103 void VTTRegion::setId(const String& id)
108 void VTTRegion::setWidth(double value, ExceptionState& exceptionState)
116 void VTTRegion
[all...]

Completed in 69 milliseconds