Searched refs:PaintState (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_frame_view.h | 25 enum PaintState { enum 48 PaintState GetPaintState() const; 91 const gfx::ImageSkia* GetFrameBackground(PaintState paint_state) const; 94 void UpdateControlStyles(PaintState paint_state); 101 SkColor GetTitleColor(PaintState paint_state) const;
|
D | panel_frame_view.cc | 652 PanelFrameView::PaintState PanelFrameView::GetPaintState() const { in GetPaintState() 663 SkColor PanelFrameView::GetTitleColor(PaintState paint_state) const { in GetTitleColor() 668 PaintState paint_state) const { in GetFrameBackground() 684 void PanelFrameView::UpdateControlStyles(PaintState paint_state) { in UpdateControlStyles()
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | gtk2_border.cc | 91 PaintState(state, extra, rect, canvas); in Paint() 99 PaintState(state, extra, rect, canvas); in Paint() 104 PaintState(state, extra, rect, canvas); in Paint() 129 void Gtk2Border::PaintState(const ui::NativeTheme::State state, in PaintState() function in libgtk2ui::Gtk2Border
|
D | gtk2_border.h | 44 void PaintState(const ui::NativeTheme::State state,
|