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

Side by Side Diff: Source/core/css/StyleResolver.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 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
« no previous file with comments | « Source/core/css/StyleResolver.h ('k') | Source/core/css/WebKitCSSMatrix.h » ('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) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) 3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com)
4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) 4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com)
5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. 5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved.
6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> 7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org>
8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. 10 * Copyright (C) Research In Motion Limited 2011. All rights reserved.
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 #include "HTMLOptionElement.h" 71 #include "HTMLOptionElement.h"
72 #include "HTMLProgressElement.h" 72 #include "HTMLProgressElement.h"
73 #include "HTMLStyleElement.h" 73 #include "HTMLStyleElement.h"
74 #include "HTMLTextAreaElement.h" 74 #include "HTMLTextAreaElement.h"
75 #include "InsertionPoint.h" 75 #include "InsertionPoint.h"
76 #include "InspectorInstrumentation.h" 76 #include "InspectorInstrumentation.h"
77 #include "KeyframeList.h" 77 #include "KeyframeList.h"
78 #include "LinkHash.h" 78 #include "LinkHash.h"
79 #include "LocaleToScriptMapping.h" 79 #include "LocaleToScriptMapping.h"
80 #include "MathMLNames.h" 80 #include "MathMLNames.h"
81 #include "Matrix3DTransformOperation.h"
82 #include "MatrixTransformOperation.h"
83 #include "MediaList.h" 81 #include "MediaList.h"
84 #include "MediaQueryEvaluator.h" 82 #include "MediaQueryEvaluator.h"
85 #include "NodeRenderStyle.h" 83 #include "NodeRenderStyle.h"
86 #include "NodeRenderingContext.h" 84 #include "NodeRenderingContext.h"
87 #include "Page.h" 85 #include "Page.h"
88 #include "PageRuleCollector.h" 86 #include "PageRuleCollector.h"
89 #include "Pair.h" 87 #include "Pair.h"
90 #include "PerspectiveTransformOperation.h"
91 #include "QuotesData.h" 88 #include "QuotesData.h"
92 #include "Rect.h" 89 #include "Rect.h"
93 #include "RenderRegion.h" 90 #include "RenderRegion.h"
94 #include "RenderScrollbar.h" 91 #include "RenderScrollbar.h"
95 #include "RenderScrollbarTheme.h" 92 #include "RenderScrollbarTheme.h"
96 #include "RenderStyleConstants.h" 93 #include "RenderStyleConstants.h"
97 #include "RenderTheme.h" 94 #include "RenderTheme.h"
98 #include "RenderView.h" 95 #include "RenderView.h"
99 #include "RotateTransformOperation.h"
100 #include "RuleSet.h" 96 #include "RuleSet.h"
101 #include "SVGDocumentExtensions.h" 97 #include "SVGDocumentExtensions.h"
102 #include "SVGFontFaceElement.h" 98 #include "SVGFontFaceElement.h"
103 #include "ScaleTransformOperation.h"
104 #include "SecurityOrigin.h" 99 #include "SecurityOrigin.h"
105 #include "SelectorCheckerFastPath.h" 100 #include "SelectorCheckerFastPath.h"
106 #include "Settings.h" 101 #include "Settings.h"
107 #include "ShadowData.h" 102 #include "ShadowData.h"
108 #include "ShadowRoot.h" 103 #include "ShadowRoot.h"
109 #include "ShadowValue.h" 104 #include "ShadowValue.h"
110 #include "SkewTransformOperation.h"
111 #include "StyleBuilder.h" 105 #include "StyleBuilder.h"
112 #include "StyleCachedImage.h" 106 #include "StyleCachedImage.h"
113 #include "StyleGeneratedImage.h" 107 #include "StyleGeneratedImage.h"
114 #include "StylePendingImage.h" 108 #include "StylePendingImage.h"
115 #include "StylePropertySet.h" 109 #include "StylePropertySet.h"
116 #include "StylePropertyShorthand.h" 110 #include "StylePropertyShorthand.h"
117 #include "StyleRule.h" 111 #include "StyleRule.h"
118 #include "StyleRuleImport.h" 112 #include "StyleRuleImport.h"
119 #include "StyleSheetContents.h" 113 #include "StyleSheetContents.h"
120 #include "StyleSheetList.h" 114 #include "StyleSheetList.h"
121 #include "Text.h" 115 #include "Text.h"
122 #include "TransformationMatrix.h"
123 #include "TranslateTransformOperation.h"
124 #include "UserAgentStyleSheets.h" 116 #include "UserAgentStyleSheets.h"
125 #include "ViewportStyleResolver.h" 117 #include "ViewportStyleResolver.h"
126 #include "VisitedLinkState.h" 118 #include "VisitedLinkState.h"
127 #include "WebCoreMemoryInstrumentation.h" 119 #include "WebCoreMemoryInstrumentation.h"
128 #include "WebKitCSSKeyframeRule.h" 120 #include "WebKitCSSKeyframeRule.h"
129 #include "WebKitCSSKeyframesRule.h" 121 #include "WebKitCSSKeyframesRule.h"
130 #include "WebKitCSSRegionRule.h" 122 #include "WebKitCSSRegionRule.h"
131 #include "WebKitCSSTransformValue.h" 123 #include "WebKitCSSTransformValue.h"
132 #include "WebKitFontFamilyNames.h" 124 #include "WebKitFontFamilyNames.h"
133 #include "XMLNames.h" 125 #include "XMLNames.h"
126 #include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
127 #include "core/platform/graphics/transforms/MatrixTransformOperation.h"
128 #include "core/platform/graphics/transforms/PerspectiveTransformOperation.h"
129 #include "core/platform/graphics/transforms/RotateTransformOperation.h"
130 #include "core/platform/graphics/transforms/ScaleTransformOperation.h"
131 #include "core/platform/graphics/transforms/SkewTransformOperation.h"
132 #include "core/platform/graphics/transforms/TransformationMatrix.h"
133 #include "core/platform/graphics/transforms/TranslateTransformOperation.h"
134 #include <wtf/MemoryInstrumentationHashMap.h> 134 #include <wtf/MemoryInstrumentationHashMap.h>
135 #include <wtf/MemoryInstrumentationHashSet.h> 135 #include <wtf/MemoryInstrumentationHashSet.h>
136 #include <wtf/MemoryInstrumentationVector.h> 136 #include <wtf/MemoryInstrumentationVector.h>
137 #include <wtf/StdLibExtras.h> 137 #include <wtf/StdLibExtras.h>
138 #include <wtf/Vector.h> 138 #include <wtf/Vector.h>
139 139
140 #include "FilterOperation.h"
141 #include "WebKitCSSFilterValue.h" 140 #include "WebKitCSSFilterValue.h"
141 #include "core/platform/graphics/filters/FilterOperation.h"
142 142
143 #if ENABLE(SVG) 143 #if ENABLE(SVG)
144 #include "CachedSVGDocument.h" 144 #include "CachedSVGDocument.h"
145 #include "CachedSVGDocumentReference.h" 145 #include "CachedSVGDocumentReference.h"
146 #include "SVGDocument.h" 146 #include "SVGDocument.h"
147 #include "SVGElement.h" 147 #include "SVGElement.h"
148 #include "SVGNames.h" 148 #include "SVGNames.h"
149 #include "SVGURIReference.h" 149 #include "SVGURIReference.h"
150 #include "WebKitCSSSVGDocumentValue.h" 150 #include "WebKitCSSSVGDocumentValue.h"
151 #endif 151 #endif
152 152
153 #include "CustomFilterArrayParameter.h"
154 #include "CustomFilterConstants.h"
155 #include "CustomFilterNumberParameter.h"
156 #include "CustomFilterOperation.h"
157 #include "CustomFilterParameter.h"
158 #include "CustomFilterProgramInfo.h"
159 #include "CustomFilterTransformParameter.h"
160 #include "StyleCachedShader.h" 153 #include "StyleCachedShader.h"
161 #include "StyleCustomFilterProgram.h" 154 #include "StyleCustomFilterProgram.h"
162 #include "StyleCustomFilterProgramCache.h" 155 #include "StyleCustomFilterProgramCache.h"
163 #include "StylePendingShader.h" 156 #include "StylePendingShader.h"
164 #include "StyleShader.h" 157 #include "StyleShader.h"
165 #include "WebKitCSSMixFunctionValue.h" 158 #include "WebKitCSSMixFunctionValue.h"
166 #include "WebKitCSSShaderValue.h" 159 #include "WebKitCSSShaderValue.h"
160 #include "core/platform/graphics/filters/custom/CustomFilterArrayParameter.h"
161 #include "core/platform/graphics/filters/custom/CustomFilterConstants.h"
162 #include "core/platform/graphics/filters/custom/CustomFilterNumberParameter.h"
163 #include "core/platform/graphics/filters/custom/CustomFilterOperation.h"
164 #include "core/platform/graphics/filters/custom/CustomFilterParameter.h"
165 #include "core/platform/graphics/filters/custom/CustomFilterProgramInfo.h"
166 #include "core/platform/graphics/filters/custom/CustomFilterTransformParameter.h "
167 167
168 #if ENABLE(CSS_IMAGE_SET) 168 #if ENABLE(CSS_IMAGE_SET)
169 #include "CSSImageSetValue.h" 169 #include "CSSImageSetValue.h"
170 #include "StyleCachedImageSet.h" 170 #include "StyleCachedImageSet.h"
171 #endif 171 #endif
172 172
173 #include "WebVTTElement.h" 173 #include "WebVTTElement.h"
174 174
175 using namespace std; 175 using namespace std;
176 176
(...skipping 4263 matching lines...) Expand 10 before | Expand all | Expand 10 after
4440 info.addMember(m_state, "state"); 4440 info.addMember(m_state, "state");
4441 4441
4442 // FIXME: move this to a place where it would be called only once? 4442 // FIXME: move this to a place where it would be called only once?
4443 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); 4443 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle");
4444 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e"); 4444 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e");
4445 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle,"defaultPrintStyle") ; 4445 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle,"defaultPrintStyle") ;
4446 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle"); 4446 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle");
4447 } 4447 }
4448 4448
4449 } // namespace WebCore 4449 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/StyleResolver.h ('k') | Source/core/css/WebKitCSSMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698