Searched refs:rightAligned (Results 1 – 10 of 10) sorted by relevance
44 rightAligned:(BOOL)rightAligned;
25 rightAligned:(BOOL)rightAligned {31 rightAligned_ = rightAligned;
62 rightAligned:right_aligned];
45 bool rightAligned; member
49 popup_params.right_aligned = popup_menu_info_.rightAligned; in show()
441 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL; in paintRow() local444 if (rightAligned) { in paintRow()457 if (rightAligned) in paintRow()
210 info->rightAligned = m_popupMenuClient->menuStyle().textDirection() == WebCore::RTL; in getPopupMenuInfo()
519 info->rightAligned = menuStyle().textDirection() == RTL; in getPopupMenuInfo()
677 bool rightAligned = false; in localCaretRect() local681 rightAligned = true; in localCaretRect()690 rightAligned = !cbStyle->isLeftToRightDirection(); in localCaretRect()693 rightAligned = cbStyle->isLeftToRightDirection(); in localCaretRect()697 if (rightAligned) { in localCaretRect()
2625 int rightAligned = ::GetSystemMetrics(SM_MENUDROPALIGNMENT); in sendContextMenuEventForKey() local2627 int rightAligned = 0; in sendContextMenuEventForKey() local2640 int x = rightAligned ? firstRect.maxX() : firstRect.x(); in sendContextMenuEventForKey()2649 rightAligned ? view->contentsWidth() - kContextMenuMargin : kContextMenuMargin, in sendContextMenuEventForKey()