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

Side by Side Diff: Source/core/accessibility/AccessibilityRenderObject.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 7 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/accessibility/AccessibilityObject.cpp ('k') | Source/core/core.gyp/core.gyp » ('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) 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2008 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 7 *
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 17 matching lines...) Expand all
28 28
29 #include "config.h" 29 #include "config.h"
30 #include "core/accessibility/AccessibilityRenderObject.h" 30 #include "core/accessibility/AccessibilityRenderObject.h"
31 31
32 #include "HTMLFormElement.h" 32 #include "HTMLFormElement.h"
33 #include "HTMLImageElement.h" 33 #include "HTMLImageElement.h"
34 #include "HTMLLabelElement.h" 34 #include "HTMLLabelElement.h"
35 #include "HTMLOptionElement.h" 35 #include "HTMLOptionElement.h"
36 #include "HTMLSelectElement.h" 36 #include "HTMLSelectElement.h"
37 #include "HTMLTextAreaElement.h" 37 #include "HTMLTextAreaElement.h"
38 #include "NodeTraversal.h"
39 #include "SVGImage.h" 38 #include "SVGImage.h"
40 #include "SVGImageChromeClient.h" 39 #include "SVGImageChromeClient.h"
41 #include "SVGSVGElement.h" 40 #include "SVGSVGElement.h"
42 #include "core/accessibility/AXObjectCache.h" 41 #include "core/accessibility/AXObjectCache.h"
43 #include "core/accessibility/AccessibilityImageMapLink.h" 42 #include "core/accessibility/AccessibilityImageMapLink.h"
44 #include "core/accessibility/AccessibilitySVGRoot.h" 43 #include "core/accessibility/AccessibilitySVGRoot.h"
45 #include "core/accessibility/AccessibilitySpinButton.h" 44 #include "core/accessibility/AccessibilitySpinButton.h"
46 #include "core/accessibility/AccessibilityTable.h" 45 #include "core/accessibility/AccessibilityTable.h"
46 #include "core/dom/NodeTraversal.h"
47 #include "core/editing/FrameSelection.h" 47 #include "core/editing/FrameSelection.h"
48 #include "core/editing/RenderedPosition.h" 48 #include "core/editing/RenderedPosition.h"
49 #include "core/editing/VisibleUnits.h" 49 #include "core/editing/VisibleUnits.h"
50 #include "core/editing/htmlediting.h" 50 #include "core/editing/htmlediting.h"
51 #include "core/loader/ProgressTracker.h" 51 #include "core/loader/ProgressTracker.h"
52 #include "core/page/Page.h" 52 #include "core/page/Page.h"
53 #include "core/platform/LocalizedStrings.h" 53 #include "core/platform/LocalizedStrings.h"
54 #include "core/rendering/HitTestResult.h" 54 #include "core/rendering/HitTestResult.h"
55 #include "core/rendering/RenderFieldset.h" 55 #include "core/rendering/RenderFieldset.h"
56 #include "core/rendering/RenderFileUploadControl.h" 56 #include "core/rendering/RenderFileUploadControl.h"
(...skipping 3345 matching lines...) Expand 10 before | Expand all | Expand 10 after
3402 } 3402 }
3403 3403
3404 int AccessibilityRenderObject::mathLineThickness() const 3404 int AccessibilityRenderObject::mathLineThickness() const
3405 { 3405 {
3406 return getAttribute(MathMLNames::linethicknessAttr).toInt(); 3406 return getAttribute(MathMLNames::linethicknessAttr).toInt();
3407 } 3407 }
3408 3408
3409 #endif 3409 #endif
3410 3410
3411 } // namespace WebCore 3411 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/accessibility/AccessibilityObject.cpp ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698