HomeSort by relevance Sort by last modified time
    Searched refs:RenderObject (Results 26 - 50 of 575) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyBase.h 50 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
58 void moveChildren(RenderRubyBase* toBase, RenderObject* beforeChild = 0);
59 void moveInlineChildren(RenderRubyBase* toBase, RenderObject* beforeChild = 0);
60 void moveBlockChildren(RenderRubyBase* toBase, RenderObject* beforeChild = 0);
RenderThemeChromiumMac.h 39 virtual void adjustPaintInvalidationRect(const RenderObject*, IntRect&) OVERRIDE;
71 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
95 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
97 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
99 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
102 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
105 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
107 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
109 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
GraphicsContextAnnotator.h 44 class RenderObject;
58 void annotate(const PaintInfo&, const RenderObject*);
RenderMediaControls.h 38 class RenderObject;
42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
SubtreeLayoutScope.cpp 35 #include "core/rendering/RenderObject.h"
39 SubtreeLayoutScope::SubtreeLayoutScope(RenderObject& root)
50 for (HashSet<RenderObject*>::iterator it = m_renderersToLayout.begin(); it != m_renderersToLayout.end(); ++it)
55 void SubtreeLayoutScope::setNeedsLayout(RenderObject* descendant)
61 void SubtreeLayoutScope::setChildNeedsLayout(RenderObject* descendant)
67 void SubtreeLayoutScope::addRendererToLayout(RenderObject* renderer)
RenderThemeChromiumDefault.h 63 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
66 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
71 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
72 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
73 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
74 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
83 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
RenderObject.cpp 28 #include "core/rendering/RenderObject.h"
104 typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<const RenderObject> > RenderObjectWeakSet;
117 RenderObject::SetLayoutNeededForbiddenScope::SetLayoutNeededForbiddenScope(RenderObject& renderObject)
118 : m_renderObject(renderObject)
124 RenderObject::SetLayoutNeededForbiddenScope::~SetLayoutNeededForbiddenScope()
145 COMPILE_ASSERT(sizeof(RenderObject) == sizeof(SameSizeAsRenderObject), RenderObject_should_stay_small);
147 bool RenderObject::s_affectsParentBlock = false;
150 void* RenderObject::operator new(size_t sz
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleImage.h 39 class RenderObject;
54 virtual bool canRender(const RenderObject&, float /*multiplier*/) const { return true; }
57 virtual LayoutSize imageSize(const RenderObject*, float multiplier) const = 0;
58 virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) = 0;
62 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) = 0;
63 virtual void addClient(RenderObject*) = 0;
64 virtual void removeClient(RenderObject*) = 0;
65 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0;
68 virtual bool knownToBeOpaque(const RenderObject*) const = 0;
StyleFetchedImage.cpp 29 #include "core/rendering/RenderObject.h"
50 bool StyleFetchedImage::canRender(const RenderObject& renderer, float multiplier) const
65 LayoutSize StyleFetchedImage::imageSize(const RenderObject* renderer, float multiplier) const
80 void StyleFetchedImage::computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio)
90 void StyleFetchedImage::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor)
95 void StyleFetchedImage::addClient(RenderObject* renderer)
100 void StyleFetchedImage::removeClient(RenderObject* renderer)
105 PassRefPtr<Image> StyleFetchedImage::image(RenderObject* renderer, const IntSize&) const
110 bool StyleFetchedImage::knownToBeOpaque(const RenderObject* renderer) const
StyleFetchedImage.h 45 virtual bool canRender(const RenderObject&, float multiplier) const OVERRIDE;
48 virtual LayoutSize imageSize(const RenderObject*, float multiplier) const OVERRIDE;
51 virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
53 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE;
54 virtual void addClient(RenderObject*) OVERRIDE;
55 virtual void removeClient(RenderObject*) OVERRIDE;
56 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
57 virtual bool knownToBeOpaque(const RenderObject*) const OVERRIDE;
StyleFetchedImageSet.cpp 31 #include "core/rendering/RenderObject.h"
55 bool StyleFetchedImageSet::canRender(const RenderObject& renderer, float multiplier) const
70 LayoutSize StyleFetchedImageSet::imageSize(const RenderObject* renderer, float multiplier) const
87 void StyleFetchedImageSet::computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio)
97 void StyleFetchedImageSet::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor)
102 void StyleFetchedImageSet::addClient(RenderObject* renderer)
107 void StyleFetchedImageSet::removeClient(RenderObject* renderer)
112 PassRefPtr<Image> StyleFetchedImageSet::image(RenderObject* renderer, const IntSize&) const
117 bool StyleFetchedImageSet::knownToBeOpaque(const RenderObject* renderer) const
StyleFetchedImageSet.h 59 virtual bool canRender(const RenderObject&, float multiplier) const OVERRIDE;
62 virtual LayoutSize imageSize(const RenderObject*, float multiplier) const OVERRIDE;
65 virtual void computeIntrinsicDimensions(const RenderObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE;
67 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE;
68 virtual void addClient(RenderObject*) OVERRIDE;
69 virtual void removeClient(RenderObject*) OVERRIDE;
70 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
72 virtual bool knownToBeOpaque(const RenderObject*) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.h 33 class RenderObject;
45 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent);
46 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
50 void writeResources(TextStream&, const RenderObject&, int indent);
ReferenceFilterBuilder.h 45 class RenderObject;
53 static PassRefPtr<FilterEffect> build(Filter*, RenderObject* renderer, FilterEffect* previousEffect, const ReferenceFilterOperation*);
RenderSVGResourceFilter.h 59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
65 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE;
67 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
68 virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE;
70 FloatRect resourceBoundingBox(const RenderObject*);
77 void primitiveAttributeChanged(RenderObject*, const QualifiedName&);
82 FloatRect drawingRegion(RenderObject*) const;
84 typedef HashMap<RenderObject*, OwnPtr<FilterData> > FilterMap;
RenderSVGText.h 40 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
47 static RenderSVGText* locateRenderSVGTextAncestor(RenderObject*);
48 static const RenderSVGText* locateRenderSVGTextAncestor(const RenderObject*);
53 void subtreeChildWasAdded(RenderObject*);
54 void subtreeChildWillBeRemoved(RenderObject*, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes);
75 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE;
76 virtual void removeChild(RenderObject*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXARIAGrid.h 43 explicit AXARIAGrid(RenderObject*);
45 static PassRefPtr<AXARIAGrid> create(RenderObject*);
AXARIAGridCell.h 39 explicit AXARIAGridCell(RenderObject*);
41 static PassRefPtr<AXARIAGridCell> create(RenderObject*);
AXList.cpp 33 #include "core/rendering/RenderObject.h"
40 AXList::AXList(RenderObject* renderer)
49 PassRefPtr<AXList> AXList::create(RenderObject* renderer)
AXList.h 39 explicit AXList(RenderObject*);
41 static PassRefPtr<AXList> create(RenderObject*);
AXMediaControls.h 41 static PassRefPtr<AXObject> create(RenderObject*);
51 explicit AccessibilityMediaControl(RenderObject*);
60 static PassRefPtr<AXObject> create(RenderObject*);
68 explicit AccessibilityMediaTimeline(RenderObject*);
75 static PassRefPtr<AXObject> create(RenderObject*);
84 explicit AXMediaControlsContainer(RenderObject*);
93 static PassRefPtr<AXObject> create(RenderObject*);
102 explicit AccessibilityMediaTimeDisplay(RenderObject*);
AXSVGRoot.h 39 explicit AXSVGRoot(RenderObject*);
41 static PassRefPtr<AXSVGRoot> create(RenderObject*);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageGeneratorValue.h 38 class RenderObject;
51 typedef HashMap<const RenderObject*, SizeAndCount> RenderObjectSizeCountMap;
57 void addClient(RenderObject*, const IntSize&);
58 void removeClient(RenderObject*);
59 PassRefPtr<Image> image(RenderObject*, const IntSize&);
62 IntSize fixedSize(const RenderObject*);
65 bool knownToBeOpaque(const RenderObject*) const;
74 Image* getImage(RenderObject*, const IntSize&);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLRTElement.cpp 22 RenderObject* HTMLRTElement::createRenderer(RenderStyle* style)
26 return RenderObject::createObject(this, style);
HTMLRubyElement.cpp 22 RenderObject* HTMLRubyElement::createRenderer(RenderStyle* style)
28 return RenderObject::createObject(this, style);

Completed in 210 milliseconds

12 3 4 5 6 7 8 91011>>