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

  /external/webkit/WebCore/platform/
PopupMenuClient.h 44 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
  /external/webkit/WebCore/rendering/
RenderMenuList.h 79 virtual PopupMenuStyle 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.h 104 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
RenderMenuList.cpp 368 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const
RenderTextControlSingleLine.cpp 683 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.h 67 virtual WebCore::PopupMenuStyle itemStyle(unsigned listIndex) const;
SuggestionsPopupMenuClient.cpp 77 PopupMenuStyle SuggestionsPopupMenuClient::itemStyle(unsigned listIndex) 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());
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 82 PopupMenuStyle style = client()->itemStyle(i);
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 798 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 237 milliseconds