RubyPosition 2982 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(RubyPosition position) RubyPosition 2996 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator RubyPosition() const RubyPosition 873 Source/core/rendering/style/RenderStyle.h RubyPosition rubyPosition() const { return static_cast<RubyPosition>(rareInheritedData->m_rubyPosition); } RubyPosition 1340 Source/core/rendering/style/RenderStyle.h void setRubyPosition(RubyPosition position) { SET_VAR(rareInheritedData, m_rubyPosition, position); } RubyPosition 1644 Source/core/rendering/style/RenderStyle.h static RubyPosition initialRubyPosition() { return RubyPositionBefore; }