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 34 RenderVTTCue::RenderVTTCue(VTTCueBox* element)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.h 44 class VTTCueBox FINAL : public HTMLDivElement {
46 static PassRefPtrWillBeRawPtr<VTTCueBox> create(Document& document, VTTCue* cue)
48 return adoptRefWillBeNoop(new VTTCueBox(document, cue));
57 VTTCueBox(Document&, VTTCue*);
150 VTTCueBox& ensureDisplayTree();
151 PassRefPtrWillBeRawPtr<VTTCueBox> getDisplayTree(const IntSize& videoSize);
184 RefPtrWillBeMember<VTTCueBox> m_displayTree;
VTTRegion.h 46 class VTTCueBox;
94 void appendVTTCueBox(PassRefPtrWillBeRawPtr<VTTCueBox>);
96 void willRemoveVTTCueBox(VTTCueBox*);
VTTCue.cpp 128 VTTCueBox::VTTCueBox(Document& document, VTTCue* cue)
135 void VTTCueBox::applyCSSProperties(const IntSize&)
198 RenderObject* VTTCueBox::createRenderer(RenderStyle*)
203 void VTTCueBox::trace(Visitor* visitor)
250 VTTCueBox& VTTCue::ensureDisplayTree()
253 m_displayTree = VTTCueBox::create(document(), this);
719 PassRefPtrWillBeRawPtr<VTTCueBox> VTTCue::getDisplayTree(const IntSize& videoSize)
721 RefPtrWillBeRawPtr<VTTCueBox> displayTree(ensureDisplayTree());
798 RefPtrWillBeRawPtr<VTTCueBox> displayBox = getDisplayTree(videoSize)
    [all...]
VTTRegion.cpp 331 void VTTRegion::willRemoveVTTCueBox(VTTCueBox* box)
344 void VTTRegion::appendVTTCueBox(PassRefPtrWillBeRawPtr<VTTCueBox> displayBox)

Completed in 56 milliseconds