Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(807)

Side by Side Diff: Source/core/rendering/RenderThemeChromiumWin.h

Issue 16415007: Cleanup usage of CSSPropertyID and CSSValueID inside Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * This file is part of the WebKit project. 2 * This file is part of the WebKit project.
3 * 3 *
4 * Copyright (C) 2006 Apple Computer, Inc. 4 * Copyright (C) 2006 Apple Computer, Inc.
5 * Copyright (C) 2008, 2009 Google, Inc. 5 * Copyright (C) 2008, 2009 Google, Inc.
6 * 6 *
7 * This library is free software; you can redistribute it and/or 7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public 8 * modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version. 10 * version 2 of the License, or (at your option) any later version.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE; 50 virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
51 51
52 // The platform selection color. 52 // The platform selection color.
53 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE; 53 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
54 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE; 54 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
55 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE; 55 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
56 virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE; 56 virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE;
57 virtual Color platformActiveTextSearchHighlightColor() const OVERRIDE; 57 virtual Color platformActiveTextSearchHighlightColor() const OVERRIDE;
58 virtual Color platformInactiveTextSearchHighlightColor() const OVERRIDE; 58 virtual Color platformInactiveTextSearchHighlightColor() const OVERRIDE;
59 59
60 virtual Color systemColor(int cssValueId) const OVERRIDE; 60 virtual Color systemColor(CSSValueID) const OVERRIDE;
61 61
62 virtual IntSize sliderTickSize() const OVERRIDE; 62 virtual IntSize sliderTickSize() const OVERRIDE;
63 virtual int sliderTickOffsetFromTrackCenter() const OVERRIDE; 63 virtual int sliderTickOffsetFromTrackCenter() const OVERRIDE;
64 virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE; 64 virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE;
65 65
66 // Various paint functions. 66 // Various paint functions.
67 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; 67 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
68 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVE RRIDE; 68 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVE RRIDE;
69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OV ERRIDE; 69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OV ERRIDE;
70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; 70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 unsigned determineClassicState(RenderObject*, ControlSubPart = None); 106 unsigned determineClassicState(RenderObject*, ControlSubPart = None);
107 107
108 ThemeData getThemeData(RenderObject*, ControlSubPart = None); 108 ThemeData getThemeData(RenderObject*, ControlSubPart = None);
109 109
110 bool paintTextFieldInternal(RenderObject*, const PaintInfo&, const IntRect&, bool); 110 bool paintTextFieldInternal(RenderObject*, const PaintInfo&, const IntRect&, bool);
111 }; 111 };
112 112
113 } // namespace WebCore 113 } // namespace WebCore
114 114
115 #endif 115 #endif
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumSkia.cpp ('k') | Source/core/rendering/RenderThemeChromiumWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698