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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebPopupMenuMac.mm 40 NSFont *font = m_popupClient->menuStyle().font().primaryFont()->getNSFont();
  /external/webkit/Source/WebKit/chromium/src/
ExternalPopupMenu.cpp 151 info->itemHeight = m_popupMenuClient->menuStyle().font().fontMetrics().height();
153 static_cast<int>(m_popupMenuClient->menuStyle().font().size());
156 m_popupMenuClient->menuStyle().textDirection() == WebCore::RTL;
AutoFillPopupMenuClient.h 83 virtual WebCore::PopupMenuStyle menuStyle() const;
AutoFillPopupMenuClient.cpp 191 PopupMenuStyle AutoFillPopupMenuClient::menuStyle() const
ChromeClientImpl.cpp 798 info->rightAligned = popupContainer->menuStyle().textDirection() == RTL;
  /external/webkit/Source/WebCore/platform/
PopupMenuClient.h 51 virtual PopupMenuStyle menuStyle() const = 0;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 47 virtual QColor backgroundColor() const { return d ? QColor(d->menuStyle().backgroundColor()) : QColor(); }
48 virtual QColor foregroundColor() const { return d ? QColor(d->menuStyle().foregroundColor()) : QColor(); }
118 fallback->setFont(m_popupClient->menuStyle().font().font());
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 166 PopupMenuStyle menuStyle() const;
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...]
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.h 91 virtual PopupMenuStyle menuStyle() const;
RenderTextControlSingleLine.h 127 virtual PopupMenuStyle menuStyle() const;
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/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 53 data.m_itemHeight = m_popupClient->menuStyle().font().fontMetrics().height() + 1;
61 Font itemFont = m_popupClient->menuStyle().font();
124 Font itemFont = m_popupClient->menuStyle().font();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.cpp 115 WebProcess::shared().connection()->send(Messages::WebPageProxy::ShowPopupMenu(pageCoordinates, m_popupClient->menuStyle().textDirection(), items, index, platformData), m_page->pageID());
  /external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.mm 79 TextDirection menuTextDirection = client()->menuStyle().textDirection();
161 NSFont* font = client()->menuStyle().font().primaryFont()->getNSFont();
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 81 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); }
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 308 m_itemHeight = client()->menuStyle().font().fontMetrics().height() + optionSpacingMiddle;
321 Font itemFont = client()->menuStyle().font();
638 Font itemFont = client()->menuStyle().font();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesPage.java 119 MenuAction(int menuStyle, String menuTitle) {
120 mMenuStyle = menuStyle;
    [all...]

Completed in 291 milliseconds