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

Side by Side Diff: third_party/WebKit/WebCore/rendering/RenderThemeChromiumLinux.h

Issue 56198: Roll out dominantScript, getGenericFontForScript patches to unfork a bunch of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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) 2006 Michael Emmel mike.emmel@gmail.com 5 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com
6 * Copyright (C) 2007 Holger Hans Peter Freyther 6 * Copyright (C) 2007 Holger Hans Peter Freyther
7 * Copyright (C) 2007 Alp Toker <alp@atoker.com> 7 * Copyright (C) 2007 Alp Toker <alp@atoker.com>
8 * Copyright (C) 2008, 2009 Google, Inc. 8 * Copyright (C) 2008, 2009 Google, Inc.
9 * All rights reserved. 9 * All rights reserved.
10 * 10 *
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 // The platform selection color. 49 // The platform selection color.
50 virtual Color platformActiveSelectionBackgroundColor() const; 50 virtual Color platformActiveSelectionBackgroundColor() const;
51 virtual Color platformInactiveSelectionBackgroundColor() const; 51 virtual Color platformInactiveSelectionBackgroundColor() const;
52 virtual Color platformActiveSelectionForegroundColor() const; 52 virtual Color platformActiveSelectionForegroundColor() const;
53 virtual Color platformInactiveSelectionForegroundColor() const; 53 virtual Color platformInactiveSelectionForegroundColor() const;
54 virtual Color platformTextSearchHighlightColor() const; 54 virtual Color platformTextSearchHighlightColor() const;
55 55
56 virtual double caretBlinkInterval() const; 56 virtual double caretBlinkInterval() const;
57 57
58 // System fonts. 58 // System fonts.
59 virtual void systemFont(int propId, Document*, FontDescription&) const; 59 virtual void systemFont(int propId, FontDescription&) const;
60 60
61 virtual int minimumMenuListSize(RenderStyle*) const; 61 virtual int minimumMenuListSize(RenderStyle*) const;
62 62
63 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo& , const IntRect&); 63 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo& , const IntRect&);
64 virtual void setCheckboxSize(RenderStyle*) const; 64 virtual void setCheckboxSize(RenderStyle*) const;
65 65
66 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, c onst IntRect&); 66 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, c onst IntRect&);
67 virtual void setRadioSize(RenderStyle*) const; 67 virtual void setRadioSize(RenderStyle*) const;
68 68
69 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&); 69 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 virtual Color inactiveListBoxSelectionBackgroundColor() const; 122 virtual Color inactiveListBoxSelectionBackgroundColor() const;
123 virtual Color inactiveListBoxSelectionForegroundColor() const; 123 virtual Color inactiveListBoxSelectionForegroundColor() const;
124 124
125 private: 125 private:
126 int menuListInternalPadding(RenderStyle*, int paddingType) const; 126 int menuListInternalPadding(RenderStyle*, int paddingType) const;
127 }; 127 };
128 128
129 } // namespace WebCore 129 } // namespace WebCore
130 130
131 #endif 131 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/rendering/RenderTheme.h ('k') | third_party/WebKit/WebCore/rendering/RenderThemeChromiumLinux.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698