/external/webkit/Source/WebKit/chromium/src/ |
D | AutoFillPopupMenuClient.h | 38 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;
|
D | AutoFillPopupMenuClient.cpp | 186 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()
|
D | ExternalPopupMenu.cpp | 143 PopupMenuStyle style = m_popupMenuClient->itemStyle(i); in getPopupMenuInfo()
|
/external/webkit/Source/WebCore/platform/ |
D | PopupMenuStyle.h | 36 class PopupMenuStyle { 38 …PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, b… in PopupMenuStyle() function
|
D | PopupMenuClient.h | 50 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0; 51 virtual PopupMenuStyle menuStyle() const = 0;
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | PopupMenuTest.cpp | 76 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/ |
D | RenderMenuList.h | 90 virtual PopupMenuStyle itemStyle(unsigned listIndex) const; 91 virtual PopupMenuStyle menuStyle() const;
|
D | RenderTextControlSingleLine.h | 126 virtual PopupMenuStyle itemStyle(unsigned listIndex) const; 127 virtual PopupMenuStyle menuStyle() const;
|
D | RenderMenuList.cpp | 414 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()
|
D | RenderTextControlSingleLine.cpp | 938 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/ |
D | PopupMenuChromium.h | 166 PopupMenuStyle menuStyle() const;
|
D | PopupMenuChromium.cpp | 598 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/ |
D | WebPopupMenu.cpp | 89 PopupMenuStyle itemStyle = m_popupClient->itemStyle(i); in populateItems()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebPopupMenuWin.cpp | 94 PopupMenuStyle itemStyle = m_popupClient->itemStyle(index); in setUpPlatformData()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PopupMenuMac.mm | 90 PopupMenuStyle style = client()->itemStyle(i);
|
/external/webkit/Source/WebCore/platform/win/ |
D | PopupMenuWin.cpp | 608 PopupMenuStyle itemStyle = client()->itemStyle(index); in paint()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog | 793 for the whole menu, as well as per-item. Hook it up to the PopupMenuStyle
|
/external/webkit/Source/WebCore/ |
D | GNUmakefile.list.am | 2591 Source/WebCore/platform/PopupMenuStyle.h \
|
D | GNUmakefile.am | 2589 Source/WebCore/platform/PopupMenuStyle.h \
|
D | WebCore.gypi | 771 'platform/PopupMenuStyle.h',
|
D | ChangeLog-2011-02-16 | 13886 * platform/PopupMenuStyle.h: 13887 … (WebCore::PopupMenuStyle::PopupMenuStyle): Added hasTextDirectionOverride parameter and member 13889 (WebCore::PopupMenuStyle::hasTextDirectionOverride): Added this accessor.
|
D | ChangeLog | 16273 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.
|
D | ChangeLog-2009-06-16 | 27762 …* 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/ |
D | ChangeLog-2011-02-16 | 918 … (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/ |
D | project.pbxproj | 4937 …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 */,
|