HomeSort by relevance Sort by last modified time
    Searched defs:menuStyle (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 191 PopupMenuStyle AutoFillPopupMenuClient::menuStyle() const
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 423 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
RenderTextControlSingleLine.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 81 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); }
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 359 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
600 return m_listBox->m_popupClient->menuStyle();
932 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
    [all...]

Completed in 58 milliseconds