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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 145 PassRefPtr<HTMLDivElement> element() const { return m_cueBackgroundBox; }
262 RefPtr<HTMLDivElement> m_cueBackgroundBox;
TextTrackCue.cpp 207 , m_cueBackgroundBox(HTMLDivElement::create(toDocument(context)))
778 m_cueBackgroundBox->removeChildren();
783 m_cueBackgroundBox->appendChild(referenceTree);
806 // Note: This is contained by default in m_cueBackgroundBox.
807 m_cueBackgroundBox->setPart(cueShadowPseudoId());
808 displayTree->appendChild(m_cueBackgroundBox, ASSERT_NO_EXCEPTION, AttachLazily);
    [all...]

Completed in 97 milliseconds