Home | History | Annotate | Download | only in platform

Lines Matching refs:Theme

42 // Unlike other platform classes, Theme does extensively use virtual functions.  This design allows a platform to switch between multiple themes at runtime.
43 class Theme {
45 Theme() { }
46 virtual ~Theme() { }
57 // General methods for whether or not any of the controls in the theme change appearance when the window is inactive or
78 // Notification when the theme has changed
92 // Allows the theme to modify the existing padding/border.
103 // the theme needs to communicate this inflated rect to the engine so that it can invalidate the whole control.
117 // Function to obtain the theme. This is implemented in the platform-specific subclasses.
118 Theme* platformTheme();