HomeSort by relevance Sort by last modified time
    Searched refs:VTTCueBox (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVTTCue.h 36 class VTTCueBox;
40 explicit RenderVTTCue(VTTCueBox*);
RenderVTTCue.cpp 35 RenderVTTCue::RenderVTTCue(VTTCueBox* element)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.h 42 class VTTCueBox FINAL : public HTMLDivElement {
44 static PassRefPtr<VTTCueBox> create(Document& document, VTTCue* cue)
46 return adoptRef(new VTTCueBox(document, cue));
53 VTTCueBox(Document&, VTTCue*);
144 PassRefPtr<VTTCueBox> displayTreeInternal();
145 PassRefPtr<VTTCueBox> getDisplayTree(const IntSize& videoSize);
178 RefPtr<VTTCueBox> m_displayTree;
VTTRegion.h 45 class VTTCueBox;
92 void appendVTTCueBox(PassRefPtr<VTTCueBox>);
94 void willRemoveVTTCueBox(VTTCueBox*);
VTTCue.cpp 127 VTTCueBox::VTTCueBox(Document& document, VTTCue* cue)
134 void VTTCueBox::applyCSSProperties(const IntSize&)
197 RenderObject* VTTCueBox::createRenderer(RenderStyle*)
233 PassRefPtr<VTTCueBox> VTTCue::displayTreeInternal()
236 m_displayTree = VTTCueBox::create(document(), this);
714 PassRefPtr<VTTCueBox> VTTCue::getDisplayTree(const IntSize& videoSize)
716 RefPtr<VTTCueBox> displayTree = displayTreeInternal();
772 RefPtr<VTTCueBox> displayBox = getDisplayTree(videoSize);
    [all...]
VTTRegion.cpp 327 void VTTRegion::willRemoveVTTCueBox(VTTCueBox* box)
340 void VTTRegion::appendVTTCueBox(PassRefPtr<VTTCueBox> displayBox)

Completed in 58 milliseconds