Home | History | Annotate | Download | only in style

Lines Matching refs:rubyPosition

875     RubyPosition rubyPosition() const { return static_cast<RubyPosition>(rareInheritedData->m_rubyPosition); }
1359 void setRubyPosition(RubyPosition position) { SET_VAR(rareInheritedData, m_rubyPosition, position); }
1675 static RubyPosition initialRubyPosition() { return RubyPositionBefore; }