webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::RenderThemeWin Class Referencefinal

#include <RenderThemeWin.h>

Inheritance diagram for WebCore::RenderThemeWin:
WebCore::RenderTheme WTF::RefCounted< RenderTheme > WTF::RefCounted< RenderTheme > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

String extraDefaultStyleSheet () override
 
String extraQuirksStyleSheet () override
 
bool supportsHover (const RenderStyle &) const override
 
Color platformActiveSelectionBackgroundColor () const override
 
Color platformInactiveSelectionBackgroundColor () const override
 
Color platformActiveSelectionForegroundColor () const override
 
Color platformInactiveSelectionForegroundColor () const override
 
Color systemColor (CSSValueID) const override
 
bool paintCheckbox (const RenderObject &o, const PaintInfo &i, const IntRect &r) override
 
void setCheckboxSize (RenderStyle &) const override
 
bool paintRadio (const RenderObject &o, const PaintInfo &i, const IntRect &r) override
 
void setRadioSize (RenderStyle &style) const override
 
bool paintButton (const RenderObject &, const PaintInfo &, const IntRect &) override
 
void adjustInnerSpinButtonStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintInnerSpinButton (const RenderObject &, const PaintInfo &, const IntRect &) override
 
bool paintTextField (const RenderObject &, const PaintInfo &, const FloatRect &) override
 
bool paintTextArea (const RenderObject &o, const PaintInfo &i, const FloatRect &r) override
 
void adjustMenuListStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintMenuList (const RenderObject &, const PaintInfo &, const FloatRect &) override
 
void adjustMenuListButtonStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintMenuListButtonDecorations (const RenderBox &, const PaintInfo &, const FloatRect &) override
 
bool paintSliderTrack (const RenderObject &, const PaintInfo &, const IntRect &) override
 
bool paintSliderThumb (const RenderObject &, const PaintInfo &, const IntRect &) override
 
void adjustSliderThumbSize (RenderStyle &, const Element *) const override
 
bool popupOptionSupportsTextIndent () const override
 
void adjustSearchFieldStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintSearchField (const RenderObject &, const PaintInfo &, const IntRect &) override
 
void adjustSearchFieldCancelButtonStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintSearchFieldCancelButton (const RenderBox &, const PaintInfo &, const IntRect &) override
 
void adjustSearchFieldDecorationPartStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintSearchFieldDecorationPart (const RenderObject &, const PaintInfo &, const IntRect &) override
 
void adjustSearchFieldResultsDecorationPartStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintSearchFieldResultsDecorationPart (const RenderBox &, const PaintInfo &, const IntRect &) override
 
void adjustSearchFieldResultsButtonStyle (StyleResolver &, RenderStyle &, const Element *) const override
 
bool paintSearchFieldResultsButton (const RenderBox &, const PaintInfo &, const IntRect &) override
 
void themeChanged () override
 
void adjustButtonStyle (StyleResolver &, RenderStyle &style, const Element *) const override
 
void adjustTextFieldStyle (StyleResolver &, RenderStyle &style, const Element *) const override
 
void adjustTextAreaStyle (StyleResolver &, RenderStyle &style, const Element *) const override
 
bool supportsFocusRing (const RenderStyle &) const override
 
- Public Member Functions inherited from WebCore::RenderTheme
virtual ~RenderTheme ()
 
virtual void purgeCaches ()
 
void adjustStyle (StyleResolver &, RenderStyle &, const Element *, bool UAHasAppearance, const BorderData &, const FillLayer &, const Color &backgroundColor)
 
bool paint (const RenderBox &, ControlStates &, const PaintInfo &, const LayoutRect &)
 
bool paintBorderOnly (const RenderBox &, const PaintInfo &, const LayoutRect &)
 
bool paintDecorations (const RenderBox &, const PaintInfo &, const LayoutRect &)
 
virtual String extraPlugInsStyleSheet ()
 
virtual int baselinePosition (const RenderBox &) const
 
bool isControlContainer (ControlPart) const
 
virtual bool controlSupportsTints (const RenderObject &) const
 
virtual bool isControlStyled (const RenderStyle &, const BorderData &, const FillLayer &, const Color &backgroundColor) const
 
virtual bool supportsControlTints () const
 
virtual void adjustRepaintRect (const RenderObject &, FloatRect &)
 
virtual bool stateChanged (const RenderObject &, ControlStates::States) const
 
virtual bool supportsDataListUI (const AtomicString &) const
 
Color activeSelectionBackgroundColor () const
 
Color inactiveSelectionBackgroundColor () const
 
Color activeSelectionForegroundColor () const
 
Color inactiveSelectionForegroundColor () const
 
Color activeListBoxSelectionBackgroundColor () const
 
Color activeListBoxSelectionForegroundColor () const
 
Color inactiveListBoxSelectionBackgroundColor () const
 
Color inactiveListBoxSelectionForegroundColor () const
 
virtual Color platformActiveTextSearchHighlightColor () const
 
virtual Color platformInactiveTextSearchHighlightColor () const
 
virtual Color disabledTextColor (const Color &textColor, const Color &backgroundColor) const
 
virtual Color platformFocusRingColor () const
 
virtual void platformColorsDidChange ()
 
virtual double caretBlinkInterval () const
 
void systemFont (CSSValueID, FontCascadeDescription &) const
 
virtual int minimumMenuListSize (const RenderStyle &) const
 
virtual LengthBox popupInternalPaddingBox (const RenderStyle &) const
 
virtual PopupMenuStyle::PopupMenuSize popupMenuSize (const RenderStyle &, IntRect &) const
 
virtual ScrollbarControlSize scrollbarControlSizeForPart (ControlPart)
 
virtual double animationRepeatIntervalForProgressBar (RenderProgress &) const
 
virtual double animationDurationForProgressBar (RenderProgress &) const
 
virtual IntRect progressBarRectForBounds (const RenderObject &, const IntRect &) const
 
virtual bool shouldHaveSpinButton (const HTMLInputElement &) const
 
virtual bool shouldHaveCapsLockIndicator (const HTMLInputElement &) const
 
virtual bool delegatesMenuListRendering () const
 
virtual bool popsMenuByArrowKeys () const
 
virtual bool popsMenuBySpaceOrReturn () const
 
virtual String fileListDefaultLabel (bool multipleFilesAllowed) const
 
virtual String fileListNameForWidth (const FileList *, const FontCascade &, int width, bool multipleFilesAllowed) const
 
virtual bool paintFileUploadIconDecorations (const RenderObject &, const RenderObject &, const PaintInfo &, const IntRect &, Icon *, FileUploadDecorations)
 
virtual InnerSpinButtonLayout innerSpinButtonLayout (const RenderObject &) const
 
void updateControlStatesForRenderer (const RenderBox &, ControlStates &) const
 
ControlStates::States extractControlStatesForRenderer (const RenderObject &) const
 
bool isActive (const RenderObject &) const
 
bool isChecked (const RenderObject &) const
 
bool isIndeterminate (const RenderObject &) const
 
bool isEnabled (const RenderObject &) const
 
bool isFocused (const RenderObject &) const
 
bool isPressed (const RenderObject &) const
 
bool isSpinUpButtonPartPressed (const RenderObject &) const
 
bool isHovered (const RenderObject &) const
 
bool isSpinUpButtonPartHovered (const RenderObject &) const
 
bool isReadOnlyControl (const RenderObject &) const
 
bool isDefault (const RenderObject &) const
 
virtual ~RenderTheme ()
 
virtual void purgeCaches ()
 
void adjustStyle (StyleResolver &, RenderStyle &, const Element *, bool UAHasAppearance, const BorderData &, const FillLayer &, const Color &backgroundColor)
 
bool paint (const RenderBox &, ControlStates &, const PaintInfo &, const LayoutRect &)
 
bool paintBorderOnly (const RenderBox &, const PaintInfo &, const LayoutRect &)
 
bool paintDecorations (const RenderBox &, const PaintInfo &, const LayoutRect &)
 
virtual String extraPlugInsStyleSheet ()
 
virtual int baselinePosition (const RenderBox &) const
 
bool isControlContainer (ControlPart) const
 
virtual bool controlSupportsTints (const RenderObject &) const
 
virtual bool isControlStyled (const RenderStyle &, const BorderData &, const FillLayer &, const Color &backgroundColor) const
 
virtual bool supportsControlTints () const
 
virtual void adjustRepaintRect (const RenderObject &, FloatRect &)
 
virtual bool stateChanged (const RenderObject &, ControlStates::States) const
 
virtual bool supportsDataListUI (const AtomicString &) const
 
Color activeSelectionBackgroundColor () const
 
Color inactiveSelectionBackgroundColor () const
 
Color activeSelectionForegroundColor () const
 
Color inactiveSelectionForegroundColor () const
 
Color activeListBoxSelectionBackgroundColor () const
 
Color activeListBoxSelectionForegroundColor () const
 
Color inactiveListBoxSelectionBackgroundColor () const
 
Color inactiveListBoxSelectionForegroundColor () const
 
virtual Color platformActiveTextSearchHighlightColor () const
 
virtual Color platformInactiveTextSearchHighlightColor () const
 
virtual Color disabledTextColor (const Color &textColor, const Color &backgroundColor) const
 
virtual Color platformFocusRingColor () const
 
virtual void platformColorsDidChange ()
 
virtual double caretBlinkInterval () const
 
void systemFont (CSSValueID, FontCascadeDescription &) const
 
virtual int minimumMenuListSize (const RenderStyle &) const
 
virtual LengthBox popupInternalPaddingBox (const RenderStyle &) const
 
virtual PopupMenuStyle::PopupMenuSize popupMenuSize (const RenderStyle &, IntRect &) const
 
virtual ScrollbarControlSize scrollbarControlSizeForPart (ControlPart)
 
virtual double animationRepeatIntervalForProgressBar (RenderProgress &) const
 
virtual double animationDurationForProgressBar (RenderProgress &) const
 
virtual IntRect progressBarRectForBounds (const RenderObject &, const IntRect &) const
 
virtual bool shouldHaveSpinButton (const HTMLInputElement &) const
 
virtual bool shouldHaveCapsLockIndicator (const HTMLInputElement &) const
 
virtual bool delegatesMenuListRendering () const
 
virtual bool popsMenuByArrowKeys () const
 
virtual bool popsMenuBySpaceOrReturn () const
 
virtual String fileListDefaultLabel (bool multipleFilesAllowed) const
 
virtual String fileListNameForWidth (const FileList *, const FontCascade &, int width, bool multipleFilesAllowed) const
 
virtual bool paintFileUploadIconDecorations (const RenderObject &, const RenderObject &, const PaintInfo &, const IntRect &, Icon *, FileUploadDecorations)
 
virtual InnerSpinButtonLayout innerSpinButtonLayout (const RenderObject &) const
 
void updateControlStatesForRenderer (const RenderBox &, ControlStates &) const
 
ControlStates::States extractControlStatesForRenderer (const RenderObject &) const
 
bool isActive (const RenderObject &) const
 
bool isChecked (const RenderObject &) const
 
bool isIndeterminate (const RenderObject &) const
 
bool isEnabled (const RenderObject &) const
 
bool isFocused (const RenderObject &) const
 
bool isPressed (const RenderObject &) const
 
bool isSpinUpButtonPartPressed (const RenderObject &) const
 
bool isHovered (const RenderObject &) const
 
bool isSpinUpButtonPartHovered (const RenderObject &) const
 
bool isReadOnlyControl (const RenderObject &) const
 
bool isDefault (const RenderObject &) const
 
- Public Member Functions inherited from WTF::RefCounted< RenderTheme >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< RenderThemecreate ()
 
static void setWebKitIsBeingUnloaded ()
 
static String stringWithContentsOfFile (CFStringRef name, CFStringRef type)
 
- Static Public Member Functions inherited from WebCore::RenderTheme
static Ref< RenderThemethemeForPage (Page *)
 
static Ref< RenderThemedefaultTheme ()
 
static Color focusRingColor ()
 
static void setCustomFocusRingColor (const Color &)
 
static float platformFocusRingWidth ()
 
static float platformFocusRingOffset (float outlineWidth)
 
static Ref< RenderThemethemeForPage (Page *)
 
static Ref< RenderThemedefaultTheme ()
 
static Color focusRingColor ()
 
static void setCustomFocusRingColor (const Color &)
 
static float platformFocusRingWidth ()
 
static float platformFocusRingOffset (float outlineWidth)
 

Additional Inherited Members

- Public Types inherited from WebCore::RenderTheme
enum  FileUploadDecorations { SingleFile, MultipleFiles, SingleFile, MultipleFiles }
 
enum  InnerSpinButtonLayout {
  InnerSpinButtonLayout::Vertical, InnerSpinButtonLayout::HorizontalUpLeft, InnerSpinButtonLayout::HorizontalUpRight, InnerSpinButtonLayout::Vertical,
  InnerSpinButtonLayout::HorizontalUpLeft, InnerSpinButtonLayout::HorizontalUpRight
}
 
enum  FileUploadDecorations { SingleFile, MultipleFiles, SingleFile, MultipleFiles }
 
enum  InnerSpinButtonLayout {
  InnerSpinButtonLayout::Vertical, InnerSpinButtonLayout::HorizontalUpLeft, InnerSpinButtonLayout::HorizontalUpRight, InnerSpinButtonLayout::Vertical,
  InnerSpinButtonLayout::HorizontalUpLeft, InnerSpinButtonLayout::HorizontalUpRight
}
 
- Protected Member Functions inherited from WebCore::RenderTheme
 RenderTheme ()
 
virtual FontCascadeDescriptioncachedSystemFontDescription (CSSValueID systemFontID) const
 
virtual Color platformActiveListBoxSelectionBackgroundColor () const
 
virtual Color platformInactiveListBoxSelectionBackgroundColor () const
 
virtual Color platformActiveListBoxSelectionForegroundColor () const
 
virtual Color platformInactiveListBoxSelectionForegroundColor () const
 
virtual bool supportsSelectionForegroundColors () const
 
virtual bool supportsListBoxSelectionForegroundColors () const
 
virtual void adjustCheckboxStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual void adjustRadioStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual void setButtonSize (RenderStyle &) const
 
virtual bool paintCheckboxDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintRadioDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintButtonDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintTextFieldDecorations (const RenderObject &, const PaintInfo &, const FloatRect &)
 
virtual bool paintTextAreaDecorations (const RenderObject &, const PaintInfo &, const FloatRect &)
 
virtual bool paintMenuListDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintPushButtonDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintSquareButtonDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustCapsLockIndicatorStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintCapsLockIndicator (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustProgressBarStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintProgressBar (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustSliderTrackStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual void adjustSliderThumbStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintSliderThumbDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintSearchFieldDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustMediaControlStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintMediaFullscreenButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaPlayButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaOverlayPlayButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaMuteButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSeekBackButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSeekForwardButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSliderTrack (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSliderThumb (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaVolumeSliderContainer (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaVolumeSliderTrack (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaVolumeSliderThumb (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaRewindButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaReturnToRealtimeButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaToggleClosedCaptionsButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaControlsBackground (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaCurrentTime (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaTimeRemaining (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaFullScreenVolumeSliderTrack (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaFullScreenVolumeSliderThumb (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintSnapshottedPluginOverlay (const RenderObject &, const PaintInfo &, const IntRect &)
 
 RenderTheme ()
 
virtual FontCascadeDescriptioncachedSystemFontDescription (CSSValueID systemFontID) const
 
virtual Color platformActiveListBoxSelectionBackgroundColor () const
 
virtual Color platformInactiveListBoxSelectionBackgroundColor () const
 
virtual Color platformActiveListBoxSelectionForegroundColor () const
 
virtual Color platformInactiveListBoxSelectionForegroundColor () const
 
virtual bool supportsSelectionForegroundColors () const
 
virtual bool supportsListBoxSelectionForegroundColors () const
 
virtual void adjustCheckboxStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual void adjustRadioStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual void setButtonSize (RenderStyle &) const
 
virtual bool paintCheckboxDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintRadioDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintButtonDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintTextFieldDecorations (const RenderObject &, const PaintInfo &, const FloatRect &)
 
virtual bool paintTextAreaDecorations (const RenderObject &, const PaintInfo &, const FloatRect &)
 
virtual bool paintMenuListDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintPushButtonDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintSquareButtonDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustCapsLockIndicatorStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintCapsLockIndicator (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustProgressBarStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintProgressBar (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustSliderTrackStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual void adjustSliderThumbStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintSliderThumbDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintSearchFieldDecorations (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual void adjustMediaControlStyle (StyleResolver &, RenderStyle &, const Element *) const
 
virtual bool paintMediaFullscreenButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaPlayButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaOverlayPlayButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaMuteButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSeekBackButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSeekForwardButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSliderTrack (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaSliderThumb (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaVolumeSliderContainer (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaVolumeSliderTrack (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaVolumeSliderThumb (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaRewindButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaReturnToRealtimeButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaToggleClosedCaptionsButton (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaControlsBackground (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaCurrentTime (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaTimeRemaining (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaFullScreenVolumeSliderTrack (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintMediaFullScreenVolumeSliderThumb (const RenderObject &, const PaintInfo &, const IntRect &)
 
virtual bool paintSnapshottedPluginOverlay (const RenderObject &, const PaintInfo &, const IntRect &)
 
- Protected Member Functions inherited from WTF::RefCounted< RenderTheme >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Function Documentation

◆ adjustButtonStyle()

void WebCore::RenderThemeWin::adjustButtonStyle ( StyleResolver ,
RenderStyle style,
const Element  
) const
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustInnerSpinButtonStyle()

void WebCore::RenderThemeWin::adjustInnerSpinButtonStyle ( StyleResolver styleResolver,
RenderStyle style,
const Element  
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustMenuListButtonStyle()

void WebCore::RenderThemeWin::adjustMenuListButtonStyle ( StyleResolver styleResolver,
RenderStyle style,
const Element  
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustMenuListStyle()

void WebCore::RenderThemeWin::adjustMenuListStyle ( StyleResolver styleResolver,
RenderStyle style,
const Element e 
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustSearchFieldCancelButtonStyle()

void WebCore::RenderThemeWin::adjustSearchFieldCancelButtonStyle ( StyleResolver ,
RenderStyle style,
const Element  
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustSearchFieldDecorationPartStyle()

void WebCore::RenderThemeWin::adjustSearchFieldDecorationPartStyle ( StyleResolver ,
RenderStyle style,
const Element  
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustSearchFieldResultsButtonStyle()

void WebCore::RenderThemeWin::adjustSearchFieldResultsButtonStyle ( StyleResolver ,
RenderStyle style,
const Element  
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustSearchFieldResultsDecorationPartStyle()

void WebCore::RenderThemeWin::adjustSearchFieldResultsDecorationPartStyle ( StyleResolver ,
RenderStyle style,
const Element  
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustSearchFieldStyle()

void WebCore::RenderThemeWin::adjustSearchFieldStyle ( StyleResolver styleResolver,
RenderStyle style,
const Element e 
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustSliderThumbSize()

void WebCore::RenderThemeWin::adjustSliderThumbSize ( RenderStyle style,
const Element  
) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustTextAreaStyle()

void WebCore::RenderThemeWin::adjustTextAreaStyle ( StyleResolver ,
RenderStyle style,
const Element  
) const
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ adjustTextFieldStyle()

void WebCore::RenderThemeWin::adjustTextFieldStyle ( StyleResolver ,
RenderStyle style,
const Element  
) const
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ create()

Ref< RenderTheme > WebCore::RenderThemeWin::create ( )
static

◆ extraDefaultStyleSheet()

String WebCore::RenderThemeWin::extraDefaultStyleSheet ( )
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ extraQuirksStyleSheet()

String WebCore::RenderThemeWin::extraQuirksStyleSheet ( )
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintButton()

bool WebCore::RenderThemeWin::paintButton ( const RenderObject o,
const PaintInfo i,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintCheckbox()

bool WebCore::RenderThemeWin::paintCheckbox ( const RenderObject o,
const PaintInfo i,
const IntRect r 
)
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintInnerSpinButton()

bool WebCore::RenderThemeWin::paintInnerSpinButton ( const RenderObject o,
const PaintInfo i,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintMenuList()

bool WebCore::RenderThemeWin::paintMenuList ( const RenderObject renderer,
const PaintInfo paintInfo,
const FloatRect rect 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintMenuListButtonDecorations()

bool WebCore::RenderThemeWin::paintMenuListButtonDecorations ( const RenderBox renderer,
const PaintInfo paintInfo,
const FloatRect rect 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintRadio()

bool WebCore::RenderThemeWin::paintRadio ( const RenderObject o,
const PaintInfo i,
const IntRect r 
)
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintSearchField()

bool WebCore::RenderThemeWin::paintSearchField ( const RenderObject o,
const PaintInfo i,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintSearchFieldCancelButton()

bool WebCore::RenderThemeWin::paintSearchFieldCancelButton ( const RenderBox o,
const PaintInfo paintInfo,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintSearchFieldDecorationPart()

bool WebCore::RenderThemeWin::paintSearchFieldDecorationPart ( const RenderObject ,
const PaintInfo ,
const IntRect  
)
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintSearchFieldResultsButton()

bool WebCore::RenderThemeWin::paintSearchFieldResultsButton ( const RenderBox o,
const PaintInfo paintInfo,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintSearchFieldResultsDecorationPart()

bool WebCore::RenderThemeWin::paintSearchFieldResultsDecorationPart ( const RenderBox o,
const PaintInfo paintInfo,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintSliderThumb()

bool WebCore::RenderThemeWin::paintSliderThumb ( const RenderObject o,
const PaintInfo i,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintSliderTrack()

bool WebCore::RenderThemeWin::paintSliderTrack ( const RenderObject o,
const PaintInfo i,
const IntRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintTextArea()

bool WebCore::RenderThemeWin::paintTextArea ( const RenderObject o,
const PaintInfo i,
const FloatRect r 
)
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ paintTextField()

bool WebCore::RenderThemeWin::paintTextField ( const RenderObject o,
const PaintInfo i,
const FloatRect r 
)
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ platformActiveSelectionBackgroundColor()

Color WebCore::RenderThemeWin::platformActiveSelectionBackgroundColor ( ) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ platformActiveSelectionForegroundColor()

Color WebCore::RenderThemeWin::platformActiveSelectionForegroundColor ( ) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ platformInactiveSelectionBackgroundColor()

Color WebCore::RenderThemeWin::platformInactiveSelectionBackgroundColor ( ) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ platformInactiveSelectionForegroundColor()

Color WebCore::RenderThemeWin::platformInactiveSelectionForegroundColor ( ) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ popupOptionSupportsTextIndent()

bool WebCore::RenderThemeWin::popupOptionSupportsTextIndent ( ) const
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ setCheckboxSize()

void WebCore::RenderThemeWin::setCheckboxSize ( RenderStyle style) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ setRadioSize()

void WebCore::RenderThemeWin::setRadioSize ( RenderStyle style) const
inlineoverridevirtual

Reimplemented from WebCore::RenderTheme.

◆ setWebKitIsBeingUnloaded()

void WebCore::RenderThemeWin::setWebKitIsBeingUnloaded ( )
static

◆ stringWithContentsOfFile()

static String WebCore::RenderThemeWin::stringWithContentsOfFile ( CFStringRef  name,
CFStringRef  type 
)
static

◆ supportsFocusRing()

bool WebCore::RenderThemeWin::supportsFocusRing ( const RenderStyle style) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ supportsHover()

bool WebCore::RenderThemeWin::supportsHover ( const RenderStyle ) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ systemColor()

Color WebCore::RenderThemeWin::systemColor ( CSSValueID  cssValueId) const
overridevirtual

Reimplemented from WebCore::RenderTheme.

◆ themeChanged()

void WebCore::RenderThemeWin::themeChanged ( )
overridevirtual

Reimplemented from WebCore::RenderTheme.


The documentation for this class was generated from the following files: