Home
last modified time | relevance | path

Searched refs:rightAligned (Results 1 – 9 of 9) sorted by relevance

/external/chromium/webkit/glue/
Dwebmenurunner_mac.h44 rightAligned:(BOOL)rightAligned;
Dwebmenurunner_mac.mm46 rightAligned:(BOOL)rightAligned {
52 rightAligned_ = rightAligned;
/external/webkit/Source/WebKit/chromium/public/
DWebPopupMenuInfo.h45 bool rightAligned; member
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp451 bool rightAligned = m_listBox->m_popupClient->menuStyle().textDirection() == RTL; in layoutAndGetRightOffset() local
452 if (rightAligned) in layoutAndGetRightOffset()
932 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL; in paintRow() local
935 if (rightAligned) in paintRow()
966 if (rightAligned) in paintRow()
992 if (rightAligned) in paintRow()
/external/webkit/Source/WebKit/chromium/src/
DExternalPopupMenu.cpp155 info->rightAligned = in getPopupMenuInfo()
DChromeClientImpl.cpp798 info->rightAligned = popupContainer->menuStyle().textDirection() == RTL; in getPopupMenuInfo()
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp544 bool rightAligned = false; in localCaretRect() local
548 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()
/external/chromium/chrome/browser/tab_contents/
Dpopup_menu_helper_mac.mm45 rightAligned:right_aligned]);
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2250 int rightAligned = ::GetSystemMetrics(SM_MENUDROPALIGNMENT); in sendContextMenuEventForKey() local
2252 int rightAligned = 0; in sendContextMenuEventForKey() local
2264 int x = rightAligned ? firstRect.maxX() : firstRect.x(); in sendContextMenuEventForKey()
2274 rightAligned ? view->contentsWidth() - kContextMenuMargin : kContextMenuMargin, in sendContextMenuEventForKey()