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

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 53 virtual PopupMenuStyle menuStyle() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.cpp 187 info->itemHeight = m_popupMenuClient->menuStyle().font().fontMetrics().height();
188 info->itemFontSize = static_cast<int>(m_popupMenuClient->menuStyle().font().size());
190 info->rightAligned = m_popupMenuClient->menuStyle().textDirection() == WebCore::RTL;
PopupContainer.h 107 PopupMenuStyle menuStyle() const;
AutofillPopupMenuClient.h 84 virtual WebCore::PopupMenuStyle menuStyle() const;
PopupContainer.cpp 427 return m_listBox->m_popupClient->menuStyle().textDirection() == RTL;
445 PopupMenuStyle PopupContainer::menuStyle() const
447 return m_listBox->m_popupClient->menuStyle();
PopupListBox.cpp 144 bool isSelectPopup = m_popupClient->menuStyle().menuType() == PopupMenuStyle::SelectPopup;
232 if (event.modifiers() && m_popupClient->menuStyle().menuType() == PopupMenuStyle::AutofillPopup)
297 return m_popupClient->menuStyle().textDirection() == RTL;
457 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
659 int linePaddingHeight = m_popupClient->menuStyle().menuType() == PopupMenuStyle::AutofillPopup ? autofillLinePaddingHeight : 0;
827 bool isRightAligned = m_popupClient->menuStyle().textDirection() == RTL;
WebPopupMenuImpl.cpp 103 client()->setToolTipText(container->getSelectedItemToolTip(), container->menuStyle().textDirection() == WebCore::RTL ? WebTextDirectionRightToLeft : WebTextDirectionLeftToRight);
AutofillPopupMenuClient.cpp 175 PopupMenuStyle AutofillPopupMenuClient::menuStyle() const
ChromeClientImpl.cpp 792 info->rightAligned = popupContainer->menuStyle().textDirection() == RTL;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 87 virtual PopupMenuStyle menuStyle() const OVERRIDE;
RenderMenuList.cpp 458 return menuStyle();
472 itemHasCustomBackgroundColor ? PopupMenuStyle::CustomBackgroundColor : PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
506 PopupMenuStyle RenderMenuList::menuStyle() const
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 105 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); }
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 655 milliseconds