Searched refs:menuStyle (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalPopupMenu.cpp186 info->itemHeight = m_popupMenuClient->menuStyle().font().fontMetrics().height();
187 info->itemFontSize = static_cast<int>(m_popupMenuClient->menuStyle().font().size());
189 info->rightAligned = m_popupMenuClient->menuStyle().textDirection() == WebCore::RTL;
H A DPopupContainer.h107 PopupMenuStyle menuStyle() const;
H A DPopupContainer.cpp429 return m_listBox->m_popupClient->menuStyle().textDirection() == RTL;
447 PopupMenuStyle PopupContainer::menuStyle() const function in class:WebCore::PopupContainer
449 return m_listBox->m_popupClient->menuStyle();
H A DAutofillPopupMenuClient.h84 virtual WebCore::PopupMenuStyle menuStyle() const;
H A DPopupListBox.cpp144 bool isSelectPopup = m_popupClient->menuStyle().menuType() == PopupMenuStyle::SelectPopup;
232 if (event.modifiers() && m_popupClient->menuStyle().menuType() == PopupMenuStyle::AutofillPopup)
452 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
654 int linePaddingHeight = m_popupClient->menuStyle().menuType() == PopupMenuStyle::AutofillPopup ? autofillLinePaddingHeight : 0;
819 bool isRightAligned = m_popupClient->menuStyle().textDirection() == RTL;
H A DWebPopupMenuImpl.cpp103 client()->setToolTipText(container->getSelectedItemToolTip(), container->menuStyle().textDirection() == WebCore::RTL ? WebTextDirectionRightToLeft : WebTextDirectionLeftToRight);
H A DAutofillPopupMenuClient.cpp177 PopupMenuStyle AutofillPopupMenuClient::menuStyle() const function in class:WebKit::AutofillPopupMenuClient
H A DChromeClientImpl.cpp802 info->rightAligned = popupContainer->menuStyle().textDirection() == RTL;
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPopupMenuClient.h52 virtual PopupMenuStyle menuStyle() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.h90 virtual PopupMenuStyle menuStyle() const OVERRIDE;
H A DRenderMenuList.cpp466 return menuStyle();
480 itemHasCustomBackgroundColor ? PopupMenuStyle::CustomBackgroundColor : PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
518 PopupMenuStyle RenderMenuList::menuStyle() const function in class:WebCore::RenderMenuList
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupMenuTest.cpp105 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); } function in class:__anon10447::TestPopupMenuClient

Completed in 146 milliseconds