HomeSort by relevance Sort by last modified time
    Searched refs:RenderObject (Results 1 - 25 of 562) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
RenderObjectChildList.h 34 class RenderObject;
44 RenderObject* firstChild() const { return m_firstChild; }
45 RenderObject* lastChild() const { return m_lastChild; }
49 void setFirstChild(RenderObject* child) { m_firstChild = child; }
50 void setLastChild(RenderObject* child) { m_lastChild = child; }
54 RenderObject* removeChildNode(RenderObject* owner, RenderObject*, bool fullRemove = true);
55 void appendChildNode(RenderObject* owner, RenderObject*, bool fullAppend = true)
    [all...]
RenderMediaControlsChromium.h 31 #include "RenderObject.h"
39 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
40 static void adjustMediaSliderThumbSize(RenderObject*);
RenderThemeChromiumMac.h 36 virtual void adjustMediaSliderThumbSize(RenderObject*) const;
37 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&);
38 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&);
39 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
40 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
46 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
47 virtual bool paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&);
48 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
49 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
56 virtual NSView* documentViewFor(RenderObject*) const
    [all...]
RenderRubyRun.h 56 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren);
59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
60 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
61 virtual void removeChild(RenderObject* child);
66 void getOverhang(bool firstLine, RenderObject* startRenderer, RenderObject* endRenderer, int& startOverhang, int& endOverhang) const;
68 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);
80 inline RenderRubyRun* toRenderRubyRun(RenderObject* object)
86 inline const RenderRubyRun* toRenderRubyRun(const RenderObject* object
    [all...]
RenderThemeChromiumWin.h 64 virtual void adjustSliderThumbSize(RenderObject*) const;
67 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
68 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
71 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
72 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
83 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
90 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
96 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderDetails.h 35 void summaryDestroyed(RenderObject*);
43 virtual void addChild(RenderObject* newChild, RenderObject *beforeChild = 0);
44 virtual void removeChild(RenderObject*);
52 void replaceMainSummary(RenderObject*);
55 RenderObject* getRenderPosition(RenderObject*);
63 RenderObject* m_mainSummary;
66 inline RenderDetails* toRenderDetails(RenderObject* object)
RenderThemeWin.h 69 virtual bool paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r)
73 virtual bool paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r)
78 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
81 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
83 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
85 virtual bool paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r)
89 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
92 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&);
94 virtual bool paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r);
95 virtual bool paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r)
    [all...]
RenderTheme.h 31 #include "RenderObject.h"
75 // This method is called to paint the widget as a background of the RenderObject. A widget's foreground, e.g., the
78 bool paint(RenderObject*, const PaintInfo&, const IntRect&);
79 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
80 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
99 virtual int baselinePosition(const RenderObject*) const;
106 virtual bool controlSupportsTints(const RenderObject*) const { return false; }
116 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
120 virtual bool stateChanged(RenderObject*, ControlState) const;
162 virtual void adjustSliderThumbSize(RenderObject*) const
    [all...]
RenderRuby.h 59 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
60 virtual void removeChild(RenderObject* child);
78 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
79 virtual void removeChild(RenderObject* child);
RenderRubyBase.h 49 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
55 bool hasOnlyWrappedInlineChildren(RenderObject* beforeChild = 0) const;
57 void moveChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
58 void moveInlineChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
59 void moveBlockChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
60 void mergeBlockChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
RenderMediaControls.h 31 #include "RenderObject.h"
42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
43 static void adjustMediaSliderThumbSize(RenderObject*);
RenderThemeMac.h 47 virtual bool controlSupportsTints(const RenderObject*) const;
52 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
74 virtual void adjustSliderThumbSize(RenderObject*) const;
81 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&);
85 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&);
100 virtual NSView* documentViewFor(RenderObject*) const;
107 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
110 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
113 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
116 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderThemeChromiumLinux.h 44 virtual bool controlSupportsTints(const RenderObject*) const;
57 virtual void adjustSliderThumbSize(RenderObject*) const;
62 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
65 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
68 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
69 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
70 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
71 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
72 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
75 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderCounter.h 37 static void destroyCounterNodes(RenderObject*);
38 static void destroyCounterNode(RenderObject*, const AtomicString& identifier);
39 static void rendererSubtreeAttached(RenderObject*);
40 static void rendererRemovedFromTree(RenderObject*);
41 static void rendererStyleChanged(RenderObject*, const RenderStyle* oldStyle, const RenderStyle* newStyle);
60 inline RenderCounter* toRenderCounter(RenderObject* object)
73 void showCounterRendererTree(const WebCore::RenderObject*, const char* counterName = 0);
RenderThemeSafari.h 55 virtual int baselinePosition(const RenderObject*) const;
58 virtual bool controlSupportsTints(const RenderObject*) const;
63 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
79 virtual void adjustSliderThumbSize(RenderObject*) const;
89 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
92 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&);
96 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&);
99 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&);
102 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
105 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.h 36 class RenderObject;
45 static bool prepareToRenderSVGContent(RenderObject*, PaintInfo&);
46 static void finishRenderSVGContent(RenderObject*, PaintInfo&, GraphicsContext* savedContext);
49 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
52 static bool isOverflowHidden(const RenderObject*);
55 static void intersectRepaintRectWithResources(const RenderObject*, FloatRect&);
58 static bool pointInClippingArea(RenderObject*, const FloatPoint&);
60 static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);
64 static IntRect clippedOverflowRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer);
65 static void computeRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer, IntRect&, bool fixed)
    [all...]
SVGResourcesCache.h 29 class RenderObject;
40 void addResourcesFromRenderObject(RenderObject*, const RenderStyle*);
41 void removeResourcesFromRenderObject(RenderObject*);
42 static SVGResources* cachedResourcesForRenderObject(RenderObject*);
45 static void clientDestroyed(RenderObject*);
48 static void clientLayoutChanged(RenderObject*);
51 static void clientStyleChanged(RenderObject*, StyleDifference, const RenderStyle* newStyle);
54 static void clientUpdatedFromElement(RenderObject*, const RenderStyle* newStyle);
60 HashMap<RenderObject*, SVGResources*> m_cache;
SVGResourcesCycleSolver.h 28 class RenderObject;
35 SVGResourcesCycleSolver(RenderObject*, SVGResources*);
41 bool resourceContainsCycles(RenderObject*) const;
44 RenderObject* m_renderer;
RenderSVGResource.h 51 class RenderObject;
61 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) = 0;
63 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) = 0;
64 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*) { }
65 virtual FloatRect resourceBoundingBox(RenderObject*) = 0;
79 static RenderSVGResource* fillPaintingResource(RenderObject*, const RenderStyle*, Color& fallbackColor);
80 static RenderSVGResource* strokePaintingResource(RenderObject*, const RenderStyle*, Color& fallbackColor);
83 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
RenderSVGResourceSolidColor.h 36 virtual void removeClientFromCache(RenderObject*, bool = true) { }
38 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
39 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*);
40 virtual FloatRect resourceBoundingBox(RenderObject*) { return FloatRect(); }
  /external/webkit/Source/WebCore/page/animation/
AnimationController.h 43 class RenderObject;
52 void cancelAnimations(RenderObject*);
53 PassRefPtr<RenderStyle> updateAnimations(RenderObject*, RenderStyle* newStyle);
54 PassRefPtr<RenderStyle> getAnimatedStyleForRenderer(RenderObject*);
57 void notifyAnimationStarted(RenderObject*, double startTime);
59 bool pauseAnimationAtTime(RenderObject*, const String& name, double t); // To be used only for testing
60 bool pauseTransitionAtTime(RenderObject*, const String& property, double t); // To be used only for testing
63 bool isRunningAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
64 bool isRunningAcceleratedAnimationOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
77 PassRefPtr<WebKitAnimationList> animationsForRenderer(RenderObject*) const
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridCell.h 39 AccessibilityARIAGridCell(RenderObject*);
41 static PassRefPtr<AccessibilityARIAGridCell> create(RenderObject*);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.h 38 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.h 50 virtual bool stateChanged(RenderObject*, ControlState) const;
56 virtual int baselinePosition(const RenderObject*) const;
78 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&);
83 virtual void adjustSliderThumbSize(RenderObject* o) const;
85 virtual bool paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
86 virtual bool paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
87 virtual bool paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
88 virtual bool paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
89 virtual bool paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r);
90 virtual bool paintMediaSliderTrack(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSImageGeneratorValue.h 39 class RenderObject;
45 void addClient(RenderObject*, const IntSize&);
46 void removeClient(RenderObject*);
47 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) = 0;
52 virtual IntSize fixedSize(const RenderObject*) { return IntSize(); }
57 Image* getImage(RenderObject*, const IntSize&);
61 typedef HashMap<RenderObject*, SizeCountPair> RenderObjectSizeCountMap;

Completed in 289 milliseconds

1 2 3 4 5 6 7 8 91011>>