Home | History | Annotate | Download | only in chromium

Lines Matching defs:rtl

834     bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
850 bool rtl = false;
852 rtl = style.textDirection() == RTL;
855 rtl = itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft;
856 TextRun textRun(str, length, false, 0, 0, rtl);