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

Side by Side Diff: rendering/RenderThemeChromiumSkia.h

Issue 269030: Fix decoration position in search input field.... (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « no previous file | rendering/RenderThemeChromiumSkia.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 // The default variable-width font size. We use this as the default fon t 144 // The default variable-width font size. We use this as the default fon t
145 // size for the "system font", and as a base size (which we then shrink) for 145 // size for the "system font", and as a base size (which we then shrink) for
146 // form control fonts. 146 // form control fonts.
147 static float defaultFontSize; 147 static float defaultFontSize;
148 148
149 virtual double caretBlinkIntervalInternal() const; 149 virtual double caretBlinkIntervalInternal() const;
150 150
151 private: 151 private:
152 int menuListInternalPadding(RenderStyle*, int paddingType) const; 152 int menuListInternalPadding(RenderStyle*, int paddingType) const;
153 bool paintMediaButtonInternal(GraphicsContext*, const IntRect&, Image*); 153 bool paintMediaButtonInternal(GraphicsContext*, const IntRect&, Image*);
154 IntRect calculateParentBoxOfSearchFieldItem(RenderObject* o, const IntRe ct& r);
154 }; 155 };
155 156
156 } // namespace WebCore 157 } // namespace WebCore
157 158
158 #endif // RenderThemeChromiumSkia_h 159 #endif // RenderThemeChromiumSkia_h
OLDNEW
« no previous file with comments | « no previous file | rendering/RenderThemeChromiumSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698