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

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

Issue 477743003: Change WebCore namespace to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « Source/core/inspector/ConsoleMessage.cpp ('k') | Source/modules/gamepad/GamepadButton.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 select element renderer in WebCore. 2 * This file is part of the select element renderer in WebCore.
3 * 3 *
4 * Copyright (C) 2006, 2007, 2009 Apple Inc. All rights reserved. 4 * Copyright (C) 2006, 2007, 2009 Apple Inc. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 9 *
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 void setHasVerticalScrollbar(bool hasScrollbar); 60 void setHasVerticalScrollbar(bool hasScrollbar);
61 PassRefPtr<Scrollbar> createScrollbar(); 61 PassRefPtr<Scrollbar> createScrollbar();
62 void destroyScrollbar(); 62 void destroyScrollbar();
63 63
64 LayoutUnit defaultItemHeight() const; 64 LayoutUnit defaultItemHeight() const;
65 LayoutUnit itemHeight() const; 65 LayoutUnit itemHeight() const;
66 }; 66 };
67 67
68 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListBox, isListBox()); 68 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListBox, isListBox());
69 69
70 } // namepace WebCore 70 } // namepace blink
71 71
72 #endif // RenderListBox_h 72 #endif // RenderListBox_h
OLDNEW
« no previous file with comments | « Source/core/inspector/ConsoleMessage.cpp ('k') | Source/modules/gamepad/GamepadButton.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698