Home | History | Annotate | Download | only in rendering

Lines Matching refs:Theme

2  * This file is part of the theme implementation for form controls in WebCore.
27 #include "Theme.h"
56 // This function is to be implemented in your platform-specific theme implementation to hand back the
57 // appropriate platform theme. When the theme is needed in non-page dependent code, a default theme is
61 // When the theme is needed in non-page dependent code, the defaultTheme() is used as fallback.
68 // property has been set to a value other than "none". The theme should map in all of the appropriate
71 // "border" are set, or if the appearance is not supported by the theme.
82 // The remaining methods should be implemented by the platform-specific portion of the theme, e.g.,
85 // These methods return the theme's extra style sheets rules, to let each platform
115 // the theme needs to communicate this inflated rect to the engine so that it can invalidate the whole control.
122 // This method is called whenever the theme changes on the system in order to flush cached resources from the
123 // old theme.
126 // A method asking if the theme is able to draw the focus ring.
129 // A method asking if the theme's controls actually care about redrawing when hovered.
335 Theme* m_theme; // The platform-specific theme.