m_cue 139 Source/core/html/track/vtt/VTTCue.cpp if (!m_cue->regionId().isEmpty()) { m_cue 153 Source/core/html/track/vtt/VTTCue.cpp setInlineStyleProperty(CSSPropertyDirection, m_cue->getCSSWritingDirection()); m_cue 156 Source/core/html/track/vtt/VTTCue.cpp setInlineStyleProperty(CSSPropertyWebkitWritingMode, m_cue->getCSSWritingMode()); m_cue 158 Source/core/html/track/vtt/VTTCue.cpp std::pair<float, float> position = m_cue->getCSSPosition(); m_cue 167 Source/core/html/track/vtt/VTTCue.cpp if (m_cue->vertical() == horizontalKeyword()) { m_cue 168 Source/core/html/track/vtt/VTTCue.cpp setInlineStyleProperty(CSSPropertyWidth, static_cast<double>(m_cue->getCSSSize()), CSSPrimitiveValue::CSS_PERCENTAGE); m_cue 172 Source/core/html/track/vtt/VTTCue.cpp setInlineStyleProperty(CSSPropertyHeight, static_cast<double>(m_cue->getCSSSize()), CSSPrimitiveValue::CSS_PERCENTAGE); m_cue 179 Source/core/html/track/vtt/VTTCue.cpp setInlineStyleProperty(CSSPropertyTextAlign, m_cue->getCSSAlignment()); m_cue 181 Source/core/html/track/vtt/VTTCue.cpp if (!m_cue->snapToLines()) { m_cue 50 Source/core/html/track/vtt/VTTCue.h VTTCue* getCue() const { return m_cue; } m_cue 58 Source/core/html/track/vtt/VTTCue.h VTTCue* m_cue; m_cue 50 Source/core/rendering/RenderVTTCue.cpp if (!m_cue->regionId().isEmpty()) m_cue 55 Source/core/rendering/RenderVTTCue.cpp if (m_cue->snapToLines()) m_cue 79 Source/core/rendering/RenderVTTCue.cpp step = m_cue->getWritingDirection() == VTTCue::Horizontal ? firstLineBox->height() : firstLineBox->width(); m_cue 86 Source/core/rendering/RenderVTTCue.cpp int linePosition = m_cue->calculateComputedLinePosition(); m_cue 89 Source/core/rendering/RenderVTTCue.cpp if (m_cue->getWritingDirection() == VTTCue::VerticalGrowingLeft) m_cue 97 Source/core/rendering/RenderVTTCue.cpp if (m_cue->getWritingDirection() == VTTCue::VerticalGrowingLeft) { m_cue 106 Source/core/rendering/RenderVTTCue.cpp position += m_cue->getWritingDirection() == VTTCue::Horizontal ? parentBlock->height() : parentBlock->width(); m_cue 118 Source/core/rendering/RenderVTTCue.cpp if (m_cue->getWritingDirection() == VTTCue::Horizontal) { m_cue 165 Source/core/rendering/RenderVTTCue.cpp if (m_cue->getWritingDirection() == VTTCue::Horizontal && ((step < 0 && top < 0) || (step > 0 && bottom > parentHeight))) m_cue 174 Source/core/rendering/RenderVTTCue.cpp if (m_cue->getWritingDirection() != VTTCue::Horizontal && ((step < 0 && left < 0) || (step > 0 && right > parentWidth))) m_cue 185 Source/core/rendering/RenderVTTCue.cpp if (m_cue->getWritingDirection() == VTTCue::Horizontal) m_cue 58 Source/core/rendering/RenderVTTCue.h VTTCue* m_cue;