| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org) |
| 3 * (C) 2000 Antti Koivisto (koivisto@kde.org) | 3 * (C) 2000 Antti Koivisto (koivisto@kde.org) |
| 4 * (C) 2000 Dirk Mueller (mueller@kde.org) | 4 * (C) 2000 Dirk Mueller (mueller@kde.org) |
| 5 * (C) 2004 Allan Sandfeld Jensen (kde@carewolf.com) | 5 * (C) 2004 Allan Sandfeld Jensen (kde@carewolf.com) |
| 6 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Apple Inc. | 6 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Apple Inc. |
| 7 * All rights reserved. | 7 * All rights reserved. |
| 8 * Copyright (C) 2009 Google Inc. All rights reserved. | 8 * Copyright (C) 2009 Google Inc. All rights reserved. |
| 9 * | 9 * |
| 10 * This library is free software; you can redistribute it and/or | 10 * This library is free software; you can redistribute it and/or |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 } | 505 } |
| 506 bool isLayoutGrid() const { return isOfType(LayoutObjectLayoutGrid); } | 506 bool isLayoutGrid() const { return isOfType(LayoutObjectLayoutGrid); } |
| 507 bool isLayoutIFrame() const { return isOfType(LayoutObjectLayoutIFrame); } | 507 bool isLayoutIFrame() const { return isOfType(LayoutObjectLayoutIFrame); } |
| 508 bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); } | 508 bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); } |
| 509 bool isLayoutMultiColumnSet() const { | 509 bool isLayoutMultiColumnSet() const { |
| 510 return isOfType(LayoutObjectLayoutMultiColumnSet); | 510 return isOfType(LayoutObjectLayoutMultiColumnSet); |
| 511 } | 511 } |
| 512 bool isLayoutMultiColumnSpannerPlaceholder() const { | 512 bool isLayoutMultiColumnSpannerPlaceholder() const { |
| 513 return isOfType(LayoutObjectLayoutMultiColumnSpannerPlaceholder); | 513 return isOfType(LayoutObjectLayoutMultiColumnSpannerPlaceholder); |
| 514 } | 514 } |
| 515 bool isLayoutReplaced() const { return isOfType(LayoutObjectLayoutReplaced); } |
| 515 bool isLayoutScrollbarPart() const { | 516 bool isLayoutScrollbarPart() const { |
| 516 return isOfType(LayoutObjectLayoutScrollbarPart); | 517 return isOfType(LayoutObjectLayoutScrollbarPart); |
| 517 } | 518 } |
| 518 bool isLayoutView() const { return isOfType(LayoutObjectLayoutView); } | 519 bool isLayoutView() const { return isOfType(LayoutObjectLayoutView); } |
| 519 bool isRuby() const { return isOfType(LayoutObjectRuby); } | 520 bool isRuby() const { return isOfType(LayoutObjectRuby); } |
| 520 bool isRubyBase() const { return isOfType(LayoutObjectRubyBase); } | 521 bool isRubyBase() const { return isOfType(LayoutObjectRubyBase); } |
| 521 bool isRubyRun() const { return isOfType(LayoutObjectRubyRun); } | 522 bool isRubyRun() const { return isOfType(LayoutObjectRubyRun); } |
| 522 bool isRubyText() const { return isOfType(LayoutObjectRubyText); } | 523 bool isRubyText() const { return isOfType(LayoutObjectRubyText); } |
| 523 bool isSlider() const { return isOfType(LayoutObjectSlider); } | 524 bool isSlider() const { return isOfType(LayoutObjectSlider); } |
| 524 bool isSliderThumb() const { return isOfType(LayoutObjectSliderThumb); } | 525 bool isSliderThumb() const { return isOfType(LayoutObjectSliderThumb); } |
| (...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1903 LayoutObjectLayoutFlowThread, | 1904 LayoutObjectLayoutFlowThread, |
| 1904 LayoutObjectLayoutFullScreen, | 1905 LayoutObjectLayoutFullScreen, |
| 1905 LayoutObjectLayoutFullScreenPlaceholder, | 1906 LayoutObjectLayoutFullScreenPlaceholder, |
| 1906 LayoutObjectLayoutGrid, | 1907 LayoutObjectLayoutGrid, |
| 1907 LayoutObjectLayoutIFrame, | 1908 LayoutObjectLayoutIFrame, |
| 1908 LayoutObjectLayoutImage, | 1909 LayoutObjectLayoutImage, |
| 1909 LayoutObjectLayoutInline, | 1910 LayoutObjectLayoutInline, |
| 1910 LayoutObjectLayoutMultiColumnSet, | 1911 LayoutObjectLayoutMultiColumnSet, |
| 1911 LayoutObjectLayoutMultiColumnSpannerPlaceholder, | 1912 LayoutObjectLayoutMultiColumnSpannerPlaceholder, |
| 1912 LayoutObjectLayoutPart, | 1913 LayoutObjectLayoutPart, |
| 1914 LayoutObjectLayoutReplaced, |
| 1913 LayoutObjectLayoutScrollbarPart, | 1915 LayoutObjectLayoutScrollbarPart, |
| 1914 LayoutObjectLayoutView, | 1916 LayoutObjectLayoutView, |
| 1915 LayoutObjectRuby, | 1917 LayoutObjectRuby, |
| 1916 LayoutObjectRubyBase, | 1918 LayoutObjectRubyBase, |
| 1917 LayoutObjectRubyRun, | 1919 LayoutObjectRubyRun, |
| 1918 LayoutObjectRubyText, | 1920 LayoutObjectRubyText, |
| 1919 LayoutObjectSlider, | 1921 LayoutObjectSlider, |
| 1920 LayoutObjectSliderThumb, | 1922 LayoutObjectSliderThumb, |
| 1921 LayoutObjectTable, | 1923 LayoutObjectTable, |
| 1922 LayoutObjectTableCaption, | 1924 LayoutObjectTableCaption, |
| (...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2774 CORE_EXPORT void showLineTree(const blink::LayoutObject*); | 2776 CORE_EXPORT void showLineTree(const blink::LayoutObject*); |
| 2775 CORE_EXPORT void showLayoutTree(const blink::LayoutObject* object1); | 2777 CORE_EXPORT void showLayoutTree(const blink::LayoutObject* object1); |
| 2776 // We don't make object2 an optional parameter so that showLayoutTree | 2778 // We don't make object2 an optional parameter so that showLayoutTree |
| 2777 // can be called from gdb easily. | 2779 // can be called from gdb easily. |
| 2778 CORE_EXPORT void showLayoutTree(const blink::LayoutObject* object1, | 2780 CORE_EXPORT void showLayoutTree(const blink::LayoutObject* object1, |
| 2779 const blink::LayoutObject* object2); | 2781 const blink::LayoutObject* object2); |
| 2780 | 2782 |
| 2781 #endif | 2783 #endif |
| 2782 | 2784 |
| 2783 #endif // LayoutObject_h | 2785 #endif // LayoutObject_h |
| OLD | NEW |