Home
last modified time | relevance | path

Searched refs:PopupMenuStyle (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.h38 class PopupMenuStyle; variable
82 virtual WebCore::PopupMenuStyle itemStyle(unsigned listIndex) const;
83 virtual WebCore::PopupMenuStyle menuStyle() const;
144 OwnPtr<WebCore::PopupMenuStyle> m_regularStyle;
145 OwnPtr<WebCore::PopupMenuStyle> m_warningStyle;
DAutoFillPopupMenuClient.cpp186 PopupMenuStyle AutoFillPopupMenuClient::itemStyle(unsigned listIndex) const in itemStyle()
191 PopupMenuStyle AutoFillPopupMenuClient::menuStyle() const in menuStyle()
294 m_regularStyle.set(new PopupMenuStyle(Color::black, Color::white, regularFont, in initialize()
302 m_warningStyle.set(new PopupMenuStyle(Color::darkGray, in initialize()
DExternalPopupMenu.cpp143 PopupMenuStyle style = m_popupMenuClient->itemStyle(i); in getPopupMenuInfo()
/external/webkit/Source/WebCore/platform/
DPopupMenuStyle.h36 class PopupMenuStyle {
38PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, b… in PopupMenuStyle() function
DPopupMenuClient.h50 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
51 virtual PopupMenuStyle menuStyle() const = 0;
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp76 virtual PopupMenuStyle itemStyle(unsigned listIndex) const in itemStyle()
79 …return PopupMenuStyle(Color::black, Color::white, font, true, false, Length(), TextDirection(), fa… in itemStyle()
81 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); } in menuStyle()
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.h90 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
91 virtual PopupMenuStyle menuStyle() const;
DRenderTextControlSingleLine.h126 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
127 virtual PopupMenuStyle menuStyle() const;
DRenderMenuList.cpp414 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const in itemStyle()
431 …return style ? PopupMenuStyle(style->visitedDependentColor(CSSPropertyColor), itemBackgroundColor(… in itemStyle()
458 PopupMenuStyle RenderMenuList::menuStyle() const in menuStyle()
461 …return PopupMenuStyle(s->visitedDependentColor(CSSPropertyColor), s->visitedDependentColor(CSSProp… in menuStyle()
DRenderTextControlSingleLine.cpp938 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const in itemStyle()
943 PopupMenuStyle RenderTextControlSingleLine::menuStyle() const in menuStyle()
945 …return PopupMenuStyle(style()->visitedDependentColor(CSSPropertyColor), style()->visitedDependentC… in menuStyle()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.h166 PopupMenuStyle menuStyle() const;
DPopupMenuChromium.cpp598 PopupMenuStyle PopupContainer::menuStyle() const in menuStyle()
892 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex); in paintRow()
1257 PopupMenuStyle style = m_popupClient->itemStyle(i); in updateFromElement()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebPopupMenu.cpp89 PopupMenuStyle itemStyle = m_popupClient->itemStyle(i); in populateItems()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp94 PopupMenuStyle itemStyle = m_popupClient->itemStyle(index); in setUpPlatformData()
/external/webkit/Source/WebCore/platform/mac/
DPopupMenuMac.mm90 PopupMenuStyle style = client()->itemStyle(i);
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp608 PopupMenuStyle itemStyle = client()->itemStyle(index); in paint()
/external/webkit/Source/WebKit/qt/
DChangeLog793 for the whole menu, as well as per-item. Hook it up to the PopupMenuStyle
/external/webkit/Source/WebCore/
DGNUmakefile.list.am2591 Source/WebCore/platform/PopupMenuStyle.h \
DGNUmakefile.am2589 Source/WebCore/platform/PopupMenuStyle.h \
DWebCore.gypi771 'platform/PopupMenuStyle.h',
DChangeLog-2011-02-1613886 * platform/PopupMenuStyle.h:
13887 … (WebCore::PopupMenuStyle::PopupMenuStyle): Added hasTextDirectionOverride parameter and member
13889 (WebCore::PopupMenuStyle::hasTextDirectionOverride): Added this accessor.
DChangeLog16273 Add m_menuType as PopupMenuStyle to change popup style change.
16279 * platform/PopupMenuStyle.h: Add enum PopupMenuType;
16280 (WebCore::PopupMenuStyle::PopupMenuStyle): Add m_menuType.
16281 (WebCore::PopupMenuStyle::menuType): Add to change the style according to the return value.
DChangeLog-2009-06-1627762 …* platform/PopupMenuStyle.h: We don't honor font specified on <option> elements right now. Make t…
27764 (WebCore::PopupMenuStyle::PopupMenuStyle): Also store text-indent and text-direction.
27765 (WebCore::PopupMenuStyle::textIndent):
27766 (WebCore::PopupMenuStyle::textDirection):
27772 (WebCore::RenderMenuList::itemStyle): Use new PopupMenuStyle constructor on windows.
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-16918 … (WebKit::AutoFillPopupMenuClient::initialize): Pass hasTextDirectionOverride to the PopupMenuStyle
924 … (WebKit::TestPopupMenuClient::itemStyle): Pass hasTextDirectionOverride to the PopupMenuStyle
4876 Add isDisplayNone to the PopupMenuStyle constructor call in
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4937 …12B0E98092F00835588 /* PopupMenuStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3BE12A0E9…
11419 …92F00835588 /* PopupMenuStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
18733 BC3BE12A0E98092F00835588 /* PopupMenuStyle.h */,
22163 BC3BE12B0E98092F00835588 /* PopupMenuStyle.h in Headers */,

12