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

Side by Side Diff: Source/core/page/Settings.h

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stale refernence to weboriginexport in .gpyi Created 7 years, 1 month 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
« no previous file with comments | « Source/core/page/PageSerializer.h ('k') | Source/core/platform/DragImage.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 * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All rights reserved. 2 * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All rights reserved.
3 * (C) 2006 Graham Dennis (graham.dennis@gmail.com) 3 * (C) 2006 Graham Dennis (graham.dennis@gmail.com)
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 13 matching lines...) Expand all
24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 25 */
26 26
27 #ifndef Settings_h 27 #ifndef Settings_h
28 #define Settings_h 28 #define Settings_h
29 29
30 #include "SettingsMacros.h" 30 #include "SettingsMacros.h"
31 #include "core/editing/EditingBehaviorTypes.h" 31 #include "core/editing/EditingBehaviorTypes.h"
32 #include "platform/Timer.h" 32 #include "platform/Timer.h"
33 #include "platform/geometry/IntSize.h" 33 #include "platform/geometry/IntSize.h"
34 #include "weborigin/KURL.h" 34 #include "platform/weborigin/KURL.h"
35 #include "wtf/HashMap.h" 35 #include "wtf/HashMap.h"
36 #include "wtf/text/AtomicString.h" 36 #include "wtf/text/AtomicString.h"
37 #include "wtf/text/AtomicStringHash.h" 37 #include "wtf/text/AtomicStringHash.h"
38 38
39 namespace WebCore { 39 namespace WebCore {
40 40
41 class Page; 41 class Page;
42 42
43 enum EditableLinkBehavior { 43 enum EditableLinkBehavior {
44 EditableLinkDefaultBehavior, 44 EditableLinkDefaultBehavior,
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 bool m_compositorDrivenAcceleratedScrollingEnabled : 1; 203 bool m_compositorDrivenAcceleratedScrollingEnabled : 1;
204 204
205 Timer<Settings> m_setImageLoadingSettingsTimer; 205 Timer<Settings> m_setImageLoadingSettingsTimer;
206 void imageLoadingSettingsTimerFired(Timer<Settings>*); 206 void imageLoadingSettingsTimerFired(Timer<Settings>*);
207 void recalculateTextAutosizingMultipliers(); 207 void recalculateTextAutosizingMultipliers();
208 }; 208 };
209 209
210 } // namespace WebCore 210 } // namespace WebCore
211 211
212 #endif // Settings_h 212 #endif // Settings_h
OLDNEW
« no previous file with comments | « Source/core/page/PageSerializer.h ('k') | Source/core/platform/DragImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698