Searched refs:rightAligned (Results 1 – 9 of 9) sorted by relevance
44 rightAligned:(BOOL)rightAligned;
46 rightAligned:(BOOL)rightAligned {52 rightAligned_ = rightAligned;
45 bool rightAligned; member
451 bool rightAligned = m_listBox->m_popupClient->menuStyle().textDirection() == RTL; in layoutAndGetRightOffset() local452 if (rightAligned) in layoutAndGetRightOffset()932 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL; in paintRow() local935 if (rightAligned) in paintRow()966 if (rightAligned) in paintRow()992 if (rightAligned) in paintRow()
155 info->rightAligned = in getPopupMenuInfo()
798 info->rightAligned = popupContainer->menuStyle().textDirection() == RTL; in getPopupMenuInfo()
544 bool rightAligned = false; in localCaretRect() local548 rightAligned = !cbStyle->isLeftToRightDirection(); in localCaretRect()552 rightAligned = true; in localCaretRect()560 rightAligned = !cbStyle->isLeftToRightDirection(); in localCaretRect()563 rightAligned = cbStyle->isLeftToRightDirection(); in localCaretRect()567 if (rightAligned) { in localCaretRect()
45 rightAligned:right_aligned]);
2250 int rightAligned = ::GetSystemMetrics(SM_MENUDROPALIGNMENT); in sendContextMenuEventForKey() local2252 int rightAligned = 0; in sendContextMenuEventForKey() local2264 int x = rightAligned ? firstRect.maxX() : firstRect.x(); in sendContextMenuEventForKey()2274 rightAligned ? view->contentsWidth() - kContextMenuMargin : kContextMenuMargin, in sendContextMenuEventForKey()