OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) | 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) |
4 * (C) 2007 David Smith (catfish.man@gmail.com) | 4 * (C) 2007 David Smith (catfish.man@gmail.com) |
5 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc.
All rights reserved. | 5 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc.
All rights reserved. |
6 * Copyright (C) Research In Motion Limited 2010. All rights reserved. | 6 * Copyright (C) Research In Motion Limited 2010. All rights reserved. |
7 * | 7 * |
8 * This library is free software; you can redistribute it and/or | 8 * This library is free software; you can redistribute it and/or |
9 * modify it under the terms of the GNU Library General Public | 9 * modify it under the terms of the GNU Library General Public |
10 * License as published by the Free Software Foundation; either | 10 * License as published by the Free Software Foundation; either |
(...skipping 19 matching lines...) Expand all Loading... |
30 #include "core/dom/Element.h" | 30 #include "core/dom/Element.h" |
31 #include "core/dom/Text.h" | 31 #include "core/dom/Text.h" |
32 #include "core/events/OverflowEvent.h" | 32 #include "core/events/OverflowEvent.h" |
33 #include "core/dom/shadow/ShadowRoot.h" | 33 #include "core/dom/shadow/ShadowRoot.h" |
34 #include "core/editing/Editor.h" | 34 #include "core/editing/Editor.h" |
35 #include "core/editing/FrameSelection.h" | 35 #include "core/editing/FrameSelection.h" |
36 #include "core/page/Frame.h" | 36 #include "core/page/Frame.h" |
37 #include "core/page/FrameView.h" | 37 #include "core/page/FrameView.h" |
38 #include "core/page/Page.h" | 38 #include "core/page/Page.h" |
39 #include "core/page/Settings.h" | 39 #include "core/page/Settings.h" |
40 #include "core/platform/graphics/FloatQuad.h" | |
41 #include "core/platform/graphics/GraphicsContextStateSaver.h" | 40 #include "core/platform/graphics/GraphicsContextStateSaver.h" |
42 #include "core/platform/graphics/transforms/TransformState.h" | 41 #include "core/platform/graphics/transforms/TransformState.h" |
43 #include "core/rendering/ColumnInfo.h" | 42 #include "core/rendering/ColumnInfo.h" |
44 #include "core/rendering/HitTestLocation.h" | 43 #include "core/rendering/HitTestLocation.h" |
45 #include "core/rendering/HitTestResult.h" | 44 #include "core/rendering/HitTestResult.h" |
46 #include "core/rendering/InlineIterator.h" | 45 #include "core/rendering/InlineIterator.h" |
47 #include "core/rendering/InlineTextBox.h" | 46 #include "core/rendering/InlineTextBox.h" |
48 #include "core/rendering/LayoutRepainter.h" | 47 #include "core/rendering/LayoutRepainter.h" |
49 #include "core/rendering/PaintInfo.h" | 48 #include "core/rendering/PaintInfo.h" |
50 #include "core/rendering/RenderCombineText.h" | 49 #include "core/rendering/RenderCombineText.h" |
51 #include "core/rendering/RenderDeprecatedFlexibleBox.h" | 50 #include "core/rendering/RenderDeprecatedFlexibleBox.h" |
52 #include "core/rendering/RenderFlexibleBox.h" | 51 #include "core/rendering/RenderFlexibleBox.h" |
53 #include "core/rendering/RenderInline.h" | 52 #include "core/rendering/RenderInline.h" |
54 #include "core/rendering/RenderLayer.h" | 53 #include "core/rendering/RenderLayer.h" |
55 #include "core/rendering/RenderMarquee.h" | 54 #include "core/rendering/RenderMarquee.h" |
56 #include "core/rendering/RenderNamedFlowThread.h" | 55 #include "core/rendering/RenderNamedFlowThread.h" |
57 #include "core/rendering/RenderRegion.h" | 56 #include "core/rendering/RenderRegion.h" |
58 #include "core/rendering/RenderTableCell.h" | 57 #include "core/rendering/RenderTableCell.h" |
59 #include "core/rendering/RenderTextFragment.h" | 58 #include "core/rendering/RenderTextFragment.h" |
60 #include "core/rendering/RenderTheme.h" | 59 #include "core/rendering/RenderTheme.h" |
61 #include "core/rendering/RenderView.h" | 60 #include "core/rendering/RenderView.h" |
62 #include "core/rendering/shapes/ShapeInsideInfo.h" | 61 #include "core/rendering/shapes/ShapeInsideInfo.h" |
63 #include "core/rendering/shapes/ShapeOutsideInfo.h" | 62 #include "core/rendering/shapes/ShapeOutsideInfo.h" |
64 #include "core/rendering/svg/SVGTextRunRenderingContext.h" | 63 #include "core/rendering/svg/SVGTextRunRenderingContext.h" |
| 64 #include "platform/geometry/FloatQuad.h" |
65 #include "wtf/StdLibExtras.h" | 65 #include "wtf/StdLibExtras.h" |
66 #include "wtf/TemporaryChange.h" | 66 #include "wtf/TemporaryChange.h" |
67 | 67 |
68 using namespace std; | 68 using namespace std; |
69 using namespace WTF; | 69 using namespace WTF; |
70 using namespace Unicode; | 70 using namespace Unicode; |
71 | 71 |
72 namespace WebCore { | 72 namespace WebCore { |
73 | 73 |
74 using namespace HTMLNames; | 74 using namespace HTMLNames; |
(...skipping 6740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6815 void RenderBlock::showLineTreeAndMark(const InlineBox* markedBox1, const char* m
arkedLabel1, const InlineBox* markedBox2, const char* markedLabel2, const Render
Object* obj) const | 6815 void RenderBlock::showLineTreeAndMark(const InlineBox* markedBox1, const char* m
arkedLabel1, const InlineBox* markedBox2, const char* markedLabel2, const Render
Object* obj) const |
6816 { | 6816 { |
6817 showRenderObject(); | 6817 showRenderObject(); |
6818 for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRoot
Box()) | 6818 for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRoot
Box()) |
6819 root->showLineTreeAndMark(markedBox1, markedLabel1, markedBox2, markedLa
bel2, obj, 1); | 6819 root->showLineTreeAndMark(markedBox1, markedLabel1, markedBox2, markedLa
bel2, obj, 1); |
6820 } | 6820 } |
6821 | 6821 |
6822 #endif | 6822 #endif |
6823 | 6823 |
6824 } // namespace WebCore | 6824 } // namespace WebCore |
OLD | NEW |