| 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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1344 LayoutObjectListBox, | 1345 LayoutObjectListBox, |
| 1345 LayoutObjectListItem, | 1346 LayoutObjectListItem, |
| 1346 LayoutObjectListMarker, | 1347 LayoutObjectListMarker, |
| 1347 LayoutObjectMedia, | 1348 LayoutObjectMedia, |
| 1348 LayoutObjectMenuList, | 1349 LayoutObjectMenuList, |
| 1349 LayoutObjectMeter, | 1350 LayoutObjectMeter, |
| 1350 LayoutObjectProgress, | 1351 LayoutObjectProgress, |
| 1351 LayoutObjectQuote, | 1352 LayoutObjectQuote, |
| 1352 LayoutObjectLayoutButton, | 1353 LayoutObjectLayoutButton, |
| 1353 LayoutObjectLayoutFlowThread, | 1354 LayoutObjectLayoutFlowThread, |
| 1355 LayoutObjectLayoutFramelet, |
| 1354 LayoutObjectLayoutFullScreen, | 1356 LayoutObjectLayoutFullScreen, |
| 1355 LayoutObjectLayoutFullScreenPlaceholder, | 1357 LayoutObjectLayoutFullScreenPlaceholder, |
| 1356 LayoutObjectLayoutGrid, | 1358 LayoutObjectLayoutGrid, |
| 1357 LayoutObjectLayoutIFrame, | 1359 LayoutObjectLayoutIFrame, |
| 1358 LayoutObjectLayoutImage, | 1360 LayoutObjectLayoutImage, |
| 1359 LayoutObjectLayoutInline, | 1361 LayoutObjectLayoutInline, |
| 1360 LayoutObjectLayoutMultiColumnSet, | 1362 LayoutObjectLayoutMultiColumnSet, |
| 1361 LayoutObjectLayoutMultiColumnSpannerPlaceholder, | 1363 LayoutObjectLayoutMultiColumnSpannerPlaceholder, |
| 1362 LayoutObjectLayoutPart, | 1364 LayoutObjectLayoutPart, |
| 1363 LayoutObjectLayoutScrollbarPart, | 1365 LayoutObjectLayoutScrollbarPart, |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2095 void showTree(const blink::LayoutObject*); | 2097 void showTree(const blink::LayoutObject*); |
| 2096 void showLineTree(const blink::LayoutObject*); | 2098 void showLineTree(const blink::LayoutObject*); |
| 2097 void showLayoutTree(const blink::LayoutObject* object1); | 2099 void showLayoutTree(const blink::LayoutObject* object1); |
| 2098 // We don't make object2 an optional parameter so that showLayoutTree | 2100 // We don't make object2 an optional parameter so that showLayoutTree |
| 2099 // can be called from gdb easily. | 2101 // can be called from gdb easily. |
| 2100 void showLayoutTree(const blink::LayoutObject* object1, const blink::LayoutObjec
t* object2); | 2102 void showLayoutTree(const blink::LayoutObject* object1, const blink::LayoutObjec
t* object2); |
| 2101 | 2103 |
| 2102 #endif | 2104 #endif |
| 2103 | 2105 |
| 2104 #endif // LayoutObject_h | 2106 #endif // LayoutObject_h |
| OLD | NEW |