| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |