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

  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 77 PopupMenuStyle SuggestionsPopupMenuClient::itemStyle(unsigned listIndex) const
  /external/webkit/WebCore/rendering/
RenderMenuList.cpp 368 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const
RenderListBox.cpp 311 RenderStyle* itemStyle = element->renderStyle();
312 if (!itemStyle)
313 itemStyle = style();
324 ColorSpace colorSpace = itemStyle->colorSpace();
337 TextRun textRun(string, length, 0, 0, 0, itemStyle->direction() == RTL, itemStyle->unicodeBidi() == Override, false, false);
340 if (itemStyle->visibility() != HIDDEN)
RenderTextControlSingleLine.cpp 683 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 604 PopupMenuStyle itemStyle = client()->itemStyle(index);
609 optionBackgroundColor = itemStyle.backgroundColor();
610 optionTextColor = itemStyle.foregroundColor();
617 if (itemStyle.isVisible())
643 if (itemStyle.isVisible()) {
645 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
646 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1658 milliseconds