Home | History | Annotate | Download | only in track

Lines Matching defs:vertical

140     if (m_cue->vertical() == horizontalKeyword()) {
216 // direction is vertical growing left, then let writing-mode be
217 // 'vertical-rl'. Otherwise, the text track cue writing direction is
218 // vertical growing right; let writing-mode be 'vertical-lr'.
319 const String& TextTrackCue::vertical() const
336 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#dom-texttrackcue-vertical
657 // vertical growing left, then let block-flow be 'lr'. Otherwise, the text
658 // track cue writing direction is vertical growing right; let block-flow be
882 DEFINE_STATIC_LOCAL(const String, verticalKeyword, ("vertical"));
892 return Vertical;
946 case Vertical:
948 // If name is a case-sensitive match for "vertical"
950 // be vertical growing left.
956 // direction be vertical growing right.