| 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. All r
ights reserved. | 6 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Apple Inc. All r
ights reserved. |
| 7 * Copyright (C) 2009 Google Inc. All rights reserved. | 7 * Copyright (C) 2009 Google Inc. All rights reserved. |
| 8 * | 8 * |
| 9 * This library is free software; you can redistribute it and/or | 9 * This library is free software; you can redistribute it and/or |
| 10 * modify it under the terms of the GNU Library General Public | 10 * modify it under the terms of the GNU Library General Public |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 bool isLayoutTableCol() const { return isOfType(LayoutObjectLayoutTableCol);
} | 470 bool isLayoutTableCol() const { return isOfType(LayoutObjectLayoutTableCol);
} |
| 471 bool isListBox() const { return isOfType(LayoutObjectListBox); } | 471 bool isListBox() const { return isOfType(LayoutObjectListBox); } |
| 472 bool isListItem() const { return isOfType(LayoutObjectListItem); } | 472 bool isListItem() const { return isOfType(LayoutObjectListItem); } |
| 473 bool isListMarker() const { return isOfType(LayoutObjectListMarker); } | 473 bool isListMarker() const { return isOfType(LayoutObjectListMarker); } |
| 474 bool isMedia() const { return isOfType(LayoutObjectMedia); } | 474 bool isMedia() const { return isOfType(LayoutObjectMedia); } |
| 475 bool isMenuList() const { return isOfType(LayoutObjectMenuList); } | 475 bool isMenuList() const { return isOfType(LayoutObjectMenuList); } |
| 476 bool isMeter() const { return isOfType(LayoutObjectMeter); } | 476 bool isMeter() const { return isOfType(LayoutObjectMeter); } |
| 477 bool isProgress() const { return isOfType(LayoutObjectProgress); } | 477 bool isProgress() const { return isOfType(LayoutObjectProgress); } |
| 478 bool isQuote() const { return isOfType(LayoutObjectQuote); } | 478 bool isQuote() const { return isOfType(LayoutObjectQuote); } |
| 479 bool isLayoutButton() const { return isOfType(LayoutObjectLayoutButton); } | 479 bool isLayoutButton() const { return isOfType(LayoutObjectLayoutButton); } |
| 480 bool isLayoutFramelet() const { return isOfType(LayoutObjectLayoutFramelet);
} |
| 480 bool isLayoutFullScreen() const { return isOfType(LayoutObjectLayoutFullScre
en); } | 481 bool isLayoutFullScreen() const { return isOfType(LayoutObjectLayoutFullScre
en); } |
| 481 bool isLayoutFullScreenPlaceholder() const { return isOfType(LayoutObjectLay
outFullScreenPlaceholder); } | 482 bool isLayoutFullScreenPlaceholder() const { return isOfType(LayoutObjectLay
outFullScreenPlaceholder); } |
| 482 bool isLayoutGrid() const { return isOfType(LayoutObjectLayoutGrid); } | 483 bool isLayoutGrid() const { return isOfType(LayoutObjectLayoutGrid); } |
| 483 bool isLayoutIFrame() const { return isOfType(LayoutObjectLayoutIFrame); } | 484 bool isLayoutIFrame() const { return isOfType(LayoutObjectLayoutIFrame); } |
| 484 bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); } | 485 bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); } |
| 485 bool isLayoutMultiColumnSet() const { return isOfType(LayoutObjectLayoutMult
iColumnSet); } | 486 bool isLayoutMultiColumnSet() const { return isOfType(LayoutObjectLayoutMult
iColumnSet); } |
| 486 bool isLayoutMultiColumnSpannerPlaceholder() const { return isOfType(LayoutO
bjectLayoutMultiColumnSpannerPlaceholder); } | 487 bool isLayoutMultiColumnSpannerPlaceholder() const { return isOfType(LayoutO
bjectLayoutMultiColumnSpannerPlaceholder); } |
| 487 bool isLayoutScrollbarPart() const { return isOfType(LayoutObjectLayoutScrol
lbarPart); } | 488 bool isLayoutScrollbarPart() const { return isOfType(LayoutObjectLayoutScrol
lbarPart); } |
| 488 bool isLayoutView() const { return isOfType(LayoutObjectLayoutView); } | 489 bool isLayoutView() const { return isOfType(LayoutObjectLayoutView); } |
| 489 bool isReplica() const { return isOfType(LayoutObjectReplica); } | 490 bool isReplica() const { return isOfType(LayoutObjectReplica); } |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1349 LayoutObjectListBox, | 1350 LayoutObjectListBox, |
| 1350 LayoutObjectListItem, | 1351 LayoutObjectListItem, |
| 1351 LayoutObjectListMarker, | 1352 LayoutObjectListMarker, |
| 1352 LayoutObjectMedia, | 1353 LayoutObjectMedia, |
| 1353 LayoutObjectMenuList, | 1354 LayoutObjectMenuList, |
| 1354 LayoutObjectMeter, | 1355 LayoutObjectMeter, |
| 1355 LayoutObjectProgress, | 1356 LayoutObjectProgress, |
| 1356 LayoutObjectQuote, | 1357 LayoutObjectQuote, |
| 1357 LayoutObjectLayoutButton, | 1358 LayoutObjectLayoutButton, |
| 1358 LayoutObjectLayoutFlowThread, | 1359 LayoutObjectLayoutFlowThread, |
| 1360 LayoutObjectLayoutFramelet, |
| 1359 LayoutObjectLayoutFullScreen, | 1361 LayoutObjectLayoutFullScreen, |
| 1360 LayoutObjectLayoutFullScreenPlaceholder, | 1362 LayoutObjectLayoutFullScreenPlaceholder, |
| 1361 LayoutObjectLayoutGrid, | 1363 LayoutObjectLayoutGrid, |
| 1362 LayoutObjectLayoutIFrame, | 1364 LayoutObjectLayoutIFrame, |
| 1363 LayoutObjectLayoutImage, | 1365 LayoutObjectLayoutImage, |
| 1364 LayoutObjectLayoutInline, | 1366 LayoutObjectLayoutInline, |
| 1365 LayoutObjectLayoutMultiColumnSet, | 1367 LayoutObjectLayoutMultiColumnSet, |
| 1366 LayoutObjectLayoutMultiColumnSpannerPlaceholder, | 1368 LayoutObjectLayoutMultiColumnSpannerPlaceholder, |
| 1367 LayoutObjectLayoutPart, | 1369 LayoutObjectLayoutPart, |
| 1368 LayoutObjectLayoutScrollbarPart, | 1370 LayoutObjectLayoutScrollbarPart, |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2108 void showTree(const blink::LayoutObject*); | 2110 void showTree(const blink::LayoutObject*); |
| 2109 void showLineTree(const blink::LayoutObject*); | 2111 void showLineTree(const blink::LayoutObject*); |
| 2110 void showLayoutTree(const blink::LayoutObject* object1); | 2112 void showLayoutTree(const blink::LayoutObject* object1); |
| 2111 // We don't make object2 an optional parameter so that showLayoutTree | 2113 // We don't make object2 an optional parameter so that showLayoutTree |
| 2112 // can be called from gdb easily. | 2114 // can be called from gdb easily. |
| 2113 void showLayoutTree(const blink::LayoutObject* object1, const blink::LayoutObjec
t* object2); | 2115 void showLayoutTree(const blink::LayoutObject* object1, const blink::LayoutObjec
t* object2); |
| 2114 | 2116 |
| 2115 #endif | 2117 #endif |
| 2116 | 2118 |
| 2117 #endif // LayoutObject_h | 2119 #endif // LayoutObject_h |
| OLD | NEW |