| 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/events/OverflowEvent.h" | 31 #include "core/events/OverflowEvent.h" |
| 32 #include "core/dom/shadow/ShadowRoot.h" | 32 #include "core/dom/shadow/ShadowRoot.h" |
| 33 #include "core/editing/Editor.h" | 33 #include "core/editing/Editor.h" |
| 34 #include "core/editing/FrameSelection.h" | 34 #include "core/editing/FrameSelection.h" |
| 35 #include "core/fetch/ResourceLoadPriorityOptimizer.h" | 35 #include "core/fetch/ResourceLoadPriorityOptimizer.h" |
| 36 #include "core/frame/Frame.h" | 36 #include "core/frame/Frame.h" |
| 37 #include "core/frame/FrameView.h" | 37 #include "core/frame/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/GraphicsContextStateSaver.h" | |
| 41 #include "core/rendering/FastTextAutosizer.h" | 40 #include "core/rendering/FastTextAutosizer.h" |
| 42 #include "core/rendering/GraphicsContextAnnotator.h" | 41 #include "core/rendering/GraphicsContextAnnotator.h" |
| 43 #include "core/rendering/HitTestLocation.h" | 42 #include "core/rendering/HitTestLocation.h" |
| 44 #include "core/rendering/HitTestResult.h" | 43 #include "core/rendering/HitTestResult.h" |
| 45 #include "core/rendering/InlineIterator.h" | 44 #include "core/rendering/InlineIterator.h" |
| 46 #include "core/rendering/InlineTextBox.h" | 45 #include "core/rendering/InlineTextBox.h" |
| 47 #include "core/rendering/LayoutRectRecorder.h" | 46 #include "core/rendering/LayoutRectRecorder.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/ShapeOutsideInfo.h" | 61 #include "core/rendering/shapes/ShapeOutsideInfo.h" |
| 63 #include "core/rendering/style/ContentData.h" | 62 #include "core/rendering/style/ContentData.h" |
| 64 #include "core/rendering/style/RenderStyle.h" | 63 #include "core/rendering/style/RenderStyle.h" |
| 65 #include "platform/geometry/FloatQuad.h" | 64 #include "platform/geometry/FloatQuad.h" |
| 66 #include "platform/geometry/TransformState.h" | 65 #include "platform/geometry/TransformState.h" |
| 66 #include "platform/graphics/GraphicsContextStateSaver.h" |
| 67 #include "wtf/StdLibExtras.h" | 67 #include "wtf/StdLibExtras.h" |
| 68 #include "wtf/TemporaryChange.h" | 68 #include "wtf/TemporaryChange.h" |
| 69 | 69 |
| 70 using namespace std; | 70 using namespace std; |
| 71 using namespace WTF; | 71 using namespace WTF; |
| 72 using namespace Unicode; | 72 using namespace Unicode; |
| 73 | 73 |
| 74 namespace WebCore { | 74 namespace WebCore { |
| 75 | 75 |
| 76 using namespace HTMLNames; | 76 using namespace HTMLNames; |
| (...skipping 5736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5813 void RenderBlock::showLineTreeAndMark(const InlineBox* markedBox1, const char* m
arkedLabel1, const InlineBox* markedBox2, const char* markedLabel2, const Render
Object* obj) const | 5813 void RenderBlock::showLineTreeAndMark(const InlineBox* markedBox1, const char* m
arkedLabel1, const InlineBox* markedBox2, const char* markedLabel2, const Render
Object* obj) const |
| 5814 { | 5814 { |
| 5815 showRenderObject(); | 5815 showRenderObject(); |
| 5816 for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRoot
Box()) | 5816 for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRoot
Box()) |
| 5817 root->showLineTreeAndMark(markedBox1, markedLabel1, markedBox2, markedLa
bel2, obj, 1); | 5817 root->showLineTreeAndMark(markedBox1, markedLabel1, markedBox2, markedLa
bel2, obj, 1); |
| 5818 } | 5818 } |
| 5819 | 5819 |
| 5820 #endif | 5820 #endif |
| 5821 | 5821 |
| 5822 } // namespace WebCore | 5822 } // namespace WebCore |
| OLD | NEW |