Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: Source/core/layout/LayoutObject.h

Issue 951453003: Rename rendering/RenderScrollbar* to layout/LayoutScrollbar* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/layout/LayerScrollableArea.cpp ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 bool isQuote() const { return isOfType(LayoutObjectQuote); } 352 bool isQuote() const { return isOfType(LayoutObjectQuote); }
353 bool isRenderButton() const { return isOfType(LayoutObjectRenderButton); } 353 bool isRenderButton() const { return isOfType(LayoutObjectRenderButton); }
354 bool isRenderFullScreen() const { return isOfType(LayoutObjectRenderFullScre en); } 354 bool isRenderFullScreen() const { return isOfType(LayoutObjectRenderFullScre en); }
355 bool isRenderFullScreenPlaceholder() const { return isOfType(LayoutObjectRen derFullScreenPlaceholder); } 355 bool isRenderFullScreenPlaceholder() const { return isOfType(LayoutObjectRen derFullScreenPlaceholder); }
356 bool isRenderGrid() const { return isOfType(LayoutObjectRenderGrid); } 356 bool isRenderGrid() const { return isOfType(LayoutObjectRenderGrid); }
357 bool isLayoutIFrame() const { return isOfType(LayoutObjectLayoutIFrame); } 357 bool isLayoutIFrame() const { return isOfType(LayoutObjectLayoutIFrame); }
358 bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); } 358 bool isLayoutImage() const { return isOfType(LayoutObjectLayoutImage); }
359 bool isLayoutMultiColumnSet() const { return isOfType(LayoutObjectLayoutMult iColumnSet); } 359 bool isLayoutMultiColumnSet() const { return isOfType(LayoutObjectLayoutMult iColumnSet); }
360 bool isLayoutMultiColumnSpannerPlaceholder() const { return isOfType(LayoutO bjectLayoutMultiColumnSpannerPlaceholder); } 360 bool isLayoutMultiColumnSpannerPlaceholder() const { return isOfType(LayoutO bjectLayoutMultiColumnSpannerPlaceholder); }
361 bool isLayoutRegion() const { return isOfType(LayoutObjectLayoutRegion); } 361 bool isLayoutRegion() const { return isOfType(LayoutObjectLayoutRegion); }
362 bool isRenderScrollbarPart() const { return isOfType(LayoutObjectRenderScrol lbarPart); } 362 bool isLayoutScrollbarPart() const { return isOfType(LayoutObjectLayoutScrol lbarPart); }
363 bool isRenderView() const { return isOfType(LayoutObjectRenderView); } 363 bool isRenderView() const { return isOfType(LayoutObjectRenderView); }
364 bool isReplica() const { return isOfType(LayoutObjectReplica); } 364 bool isReplica() const { return isOfType(LayoutObjectReplica); }
365 bool isRuby() const { return isOfType(LayoutObjectRuby); } 365 bool isRuby() const { return isOfType(LayoutObjectRuby); }
366 bool isRubyBase() const { return isOfType(LayoutObjectRubyBase); } 366 bool isRubyBase() const { return isOfType(LayoutObjectRubyBase); }
367 bool isRubyRun() const { return isOfType(LayoutObjectRubyRun); } 367 bool isRubyRun() const { return isOfType(LayoutObjectRubyRun); }
368 bool isRubyText() const { return isOfType(LayoutObjectRubyText); } 368 bool isRubyText() const { return isOfType(LayoutObjectRubyText); }
369 bool isSlider() const { return isOfType(LayoutObjectSlider); } 369 bool isSlider() const { return isOfType(LayoutObjectSlider); }
370 bool isSliderThumb() const { return isOfType(LayoutObjectSliderThumb); } 370 bool isSliderThumb() const { return isOfType(LayoutObjectSliderThumb); }
371 bool isTable() const { return isOfType(LayoutObjectTable); } 371 bool isTable() const { return isOfType(LayoutObjectTable); }
372 bool isTableCaption() const { return isOfType(LayoutObjectTableCaption); } 372 bool isTableCaption() const { return isOfType(LayoutObjectTableCaption); }
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 LayoutObjectRenderFullScreen, 1092 LayoutObjectRenderFullScreen,
1093 LayoutObjectRenderFullScreenPlaceholder, 1093 LayoutObjectRenderFullScreenPlaceholder,
1094 LayoutObjectRenderGrid, 1094 LayoutObjectRenderGrid,
1095 LayoutObjectLayoutIFrame, 1095 LayoutObjectLayoutIFrame,
1096 LayoutObjectLayoutImage, 1096 LayoutObjectLayoutImage,
1097 LayoutObjectRenderInline, 1097 LayoutObjectRenderInline,
1098 LayoutObjectLayoutMultiColumnSet, 1098 LayoutObjectLayoutMultiColumnSet,
1099 LayoutObjectLayoutMultiColumnSpannerPlaceholder, 1099 LayoutObjectLayoutMultiColumnSpannerPlaceholder,
1100 LayoutObjectLayoutPart, 1100 LayoutObjectLayoutPart,
1101 LayoutObjectLayoutRegion, 1101 LayoutObjectLayoutRegion,
1102 LayoutObjectRenderScrollbarPart, 1102 LayoutObjectLayoutScrollbarPart,
1103 LayoutObjectRenderView, 1103 LayoutObjectRenderView,
1104 LayoutObjectReplica, 1104 LayoutObjectReplica,
1105 LayoutObjectRuby, 1105 LayoutObjectRuby,
1106 LayoutObjectRubyBase, 1106 LayoutObjectRubyBase,
1107 LayoutObjectRubyRun, 1107 LayoutObjectRubyRun,
1108 LayoutObjectRubyText, 1108 LayoutObjectRubyText,
1109 LayoutObjectSlider, 1109 LayoutObjectSlider,
1110 LayoutObjectSliderThumb, 1110 LayoutObjectSliderThumb,
1111 LayoutObjectTable, 1111 LayoutObjectTable,
1112 LayoutObjectTableCaption, 1112 LayoutObjectTableCaption,
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 void showTree(const blink::LayoutObject*); 1634 void showTree(const blink::LayoutObject*);
1635 void showLineTree(const blink::LayoutObject*); 1635 void showLineTree(const blink::LayoutObject*);
1636 void showRenderTree(const blink::LayoutObject* object1); 1636 void showRenderTree(const blink::LayoutObject* object1);
1637 // We don't make object2 an optional parameter so that showRenderTree 1637 // We don't make object2 an optional parameter so that showRenderTree
1638 // can be called from gdb easily. 1638 // can be called from gdb easily.
1639 void showRenderTree(const blink::LayoutObject* object1, const blink::LayoutObjec t* object2); 1639 void showRenderTree(const blink::LayoutObject* object1, const blink::LayoutObjec t* object2);
1640 1640
1641 #endif 1641 #endif
1642 1642
1643 #endif // LayoutObject_h 1643 #endif // LayoutObject_h
OLDNEW
« no previous file with comments | « Source/core/layout/LayerScrollableArea.cpp ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698