Searched defs:menuStyle (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.cpp191 PopupMenuStyle AutoFillPopupMenuClient::menuStyle() const function in class:WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp423 return menuStyle();
431 return style ? PopupMenuStyle(style->visitedDependentColor(CSSPropertyColor), itemBackgroundColor(listIndex), style->font(), style->visibility() == VISIBLE, style->display() == NONE, style->textIndent(), style->direction(), style->unicodeBidi() == Override) : menuStyle();
458 PopupMenuStyle RenderMenuList::menuStyle() const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp940 return menuStyle();
943 PopupMenuStyle RenderTextControlSingleLine::menuStyle() const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp81 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); } function in class:__anon14790::TestPopupMenuClient
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp359 if (m_listBox->m_popupClient->menuStyle().textDirection() == RTL && widgetRect.x() < screen.x()) {
451 bool rightAligned = m_listBox->m_popupClient->menuStyle().textDirection() == RTL;
598 PopupMenuStyle PopupContainer::menuStyle() const function in class:WebCore::PopupContainer
600 return m_listBox->m_popupClient->menuStyle();
932 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
1270 bool isRightAligned = m_popupClient->menuStyle().textDirection() == RTL;

Completed in 118 milliseconds