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

  /external/webkit/WebCore/platform/
PopupMenuClient.h 24 #include "PopupMenuStyle.h"
44 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
45 virtual PopupMenuStyle menuStyle() const = 0;
PopupMenuStyle.h 36 class PopupMenuStyle {
38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, Length textIndent, TextDirection textDirection)
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.h 38 class PopupMenuStyle;
67 virtual WebCore::PopupMenuStyle itemStyle(unsigned listIndex) const;
68 virtual WebCore::PopupMenuStyle menuStyle() const;
104 OwnPtr<WebCore::PopupMenuStyle> m_style;
SuggestionsPopupMenuClient.cpp 77 PopupMenuStyle SuggestionsPopupMenuClient::itemStyle(unsigned listIndex) const
82 PopupMenuStyle SuggestionsPopupMenuClient::menuStyle() const
168 m_style.set(new PopupMenuStyle(Color::black, Color::white, font, true,
  /external/webkit/WebCore/rendering/
RenderMenuList.h 79 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
80 virtual PopupMenuStyle menuStyle() const;
RenderTextControlSingleLine.h 104 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
105 virtual PopupMenuStyle menuStyle() const;
RenderMenuList.cpp 368 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const
385 return style ? PopupMenuStyle(style->color(), itemBackgroundColor(listIndex), style->font(), style->visibility() == VISIBLE, style->textIndent(), style->direction()) : menuStyle();
412 PopupMenuStyle RenderMenuList::menuStyle() const
415 return PopupMenuStyle(s->color(), s->backgroundColor(), s->font(), s->visibility() == VISIBLE, s->textIndent(), s->direction());
RenderTextControlSingleLine.cpp 683 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const
688 PopupMenuStyle RenderTextControlSingleLine::menuStyle() const
690 return PopupMenuStyle(style()->color(), style()->backgroundColor(), style()->font(), style()->visibility() == VISIBLE, style()->textIndent(), style()->direction());
  /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...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 604 PopupMenuStyle itemStyle = client()->itemStyle(index);

Completed in 177 milliseconds