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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp508 return menuStyle();
523 itemHasCustomBackgroundColor ? PopupMenuStyle::CustomBackgroundColor : PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
557 PopupMenuStyle RenderMenuList::menuStyle() const function in class:blink::RenderMenuList
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp446 return m_listBox->m_popupClient->menuStyle().textDirection() == RTL;
464 PopupMenuStyle PopupContainer::menuStyle() const function in class:blink::PopupContainer
466 return m_listBox->m_popupClient->menuStyle();
530 info->rightAligned = menuStyle().textDirection() == RTL;
H A DPopupMenuTest.cpp112 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); } function in class:__anon11366::TestPopupMenuClient

Completed in 525 milliseconds