Home | History | Annotate | Download | only in chromium

Lines Matching refs:RTL

351         // Use popupInitialCoordinate.x() + rightOffset because RTL position
359 if (m_listBox->m_popupClient->menuStyle().textDirection() == RTL && widgetRect.x() < screen.x()) {
445 // Adjust the starting x-axis for RTL dropdown. For RTL dropdown, the right edge
451 bool rightAligned = m_listBox->m_popupClient->menuStyle().textDirection() == RTL;
932 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
946 // FIXME: We should leftTruncate for the rtl case.
962 bool rtl = style.textDirection() == RTL;
963 TextRun textRun(itemText.characters(), itemText.length(), false, 0, 0, TextRun::AllowTrailingExpansion, rtl, style.hasTextDirectionOverride());
991 TextRun labelTextRun(itemLabel.characters(), itemLabel.length(), false, 0, 0, TextRun::AllowTrailingExpansion, rtl, style.hasTextDirectionOverride());
1270 bool isRightAligned = m_popupClient->menuStyle().textDirection() == RTL;