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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/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...]
RenderMediaControls.h 29 #include "RenderObject.h"
37 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
38 static void adjustMediaSliderThumbSize(RenderObject*);
RenderThemeChromiumSkia.h 67 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
70 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
73 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
76 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
78 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderTheme.h 31 #include "RenderObject.h"
70 // This method is called to paint the widget as a background of the RenderObject. A widget's foreground, e.g., the
73 bool paint(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
74 bool paintBorderOnly(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
75 bool paintDecorations(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
91 virtual int baselinePosition(const RenderObject*) const;
98 virtual bool controlSupportsTints(const RenderObject*) const { return false;
    [all...]
RenderThemeChromiumWin.h 64 virtual void adjustSliderThumbSize(RenderObject*) const;
67 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
68 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
69 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
70 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
71 virtual bool paintSliderTrack(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
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 RenderObject::PaintInfo&, const IntRect&);
92 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
96 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderThemeWin.h 69 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
73 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
78 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
80 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
82 virtual bool paintTextArea(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r
    [all...]
RenderMediaControlsChromium.h 31 #include "RenderObject.h"
40 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
41 static void adjustMediaSliderThumbSize(RenderObject*);
RenderRubyBase.h 49 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
52 bool hasOnlyWrappedInlineChildren(RenderObject* beforeChild = 0) const;
54 void moveChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
55 void moveInlineChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
56 void moveBlockChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
57 void mergeBlockChildren(RenderRubyBase* toBase, RenderObject* fromBeforeChild = 0);
RenderRuby.h 59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
60 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
61 virtual void removeChild(RenderObject* child);
76 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
77 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
78 virtual void removeChild(RenderObject* child);
RenderThemeWince.h 68 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
72 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
77 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
79 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
81 virtual bool paintTextArea(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r
    [all...]
RenderThemeMac.h 45 virtual bool controlSupportsTints(const RenderObject*) const;
50 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
72 virtual void adjustSliderThumbSize(RenderObject*) const;
79 virtual bool paintCapsLockIndicator(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
86 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
89 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
92 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
SVGRenderSupport.h 28 #include "RenderObject.h"
47 // pass the wrong RenderObject* and boundingBox to these functions.
48 static bool prepareToRenderSVGContent(RenderObject*, RenderObject::PaintInfo&, const FloatRect& boundingBox, SVGResourceFilter*&, SVGResourceFilter* rootFilter = 0);
49 static void finishRenderSVGContent(RenderObject*, RenderObject::PaintInfo&, SVGResourceFilter*&, GraphicsContext* savedContext);
52 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
55 static bool isOverflowHidden(const RenderObject*);
61 FloatRect filterBoundingBoxForRenderer(const RenderObject*) const;
62 FloatRect clipperBoundingBoxForRenderer(const RenderObject*) const
    [all...]
RenderThemeChromiumMac.h 49 virtual bool controlSupportsTints(const RenderObject*) const;
54 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
76 virtual void adjustSliderThumbSize(RenderObject*) const;
83 virtual bool paintCapsLockIndicator(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
90 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
93 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
96 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
RenderCounter.h 42 static void destroyCounterNodes(RenderObject*);
43 static void destroyCounterNode(RenderObject*, const AtomicString& identifier);
44 static void rendererSubtreeAttached(RenderObject*);
45 static void rendererStyleChanged(RenderObject*, const RenderStyle* oldStyle, const RenderStyle* newStyle);
58 inline RenderCounter* toRenderCounter(RenderObject* object)
RenderRubyRun.h 60 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
61 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
62 virtual void removeChild(RenderObject* child);
67 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.h 53 virtual bool stateChanged(RenderObject*, ControlState) const;
59 virtual int baselinePosition(const RenderObject*) const;
77 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
82 virtual void adjustSliderThumbSize(RenderObject* o) const;
84 bool paintMediaMuteButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r);
85 bool paintMediaPlayButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r);
86 bool paintMediaSeekBackButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
    [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.h 51 virtual int baselinePosition(const RenderObject* o) const;
54 virtual bool controlSupportsTints(const RenderObject*) const;
59 virtual void adjustRepaintRect(const RenderObject* o, IntRect& r);
71 virtual void adjustSliderThumbSize(RenderObject*) const;
82 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
85 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
89 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h 59 virtual bool controlSupportsTints(const RenderObject*) const;
67 virtual int baselinePosition(const RenderObject*) const;
95 virtual bool paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
98 virtual bool paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r);
102 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
105 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&)
    [all...]
  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.h 58 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
61 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
65 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
  /external/webkit/WebCore/accessibility/
AccessibilityARIAGridCell.h 39 AccessibilityARIAGridCell(RenderObject*);
41 static PassRefPtr<AccessibilityARIAGridCell> create(RenderObject*);
AXObjectCache.h 48 class RenderObject;
69 AccessibilityObject* getOrCreate(RenderObject*);
75 AccessibilityObject* get(RenderObject*);
77 void remove(RenderObject*);
82 void childrenChanged(RenderObject*);
83 void selectedChildrenChanged(RenderObject*);
85 void contentChanged(RenderObject*);
87 void handleActiveDescendantChanged(RenderObject*);
88 void handleAriaRoleChanged(RenderObject*);
89 void handleFocusedUIElementChanged(RenderObject* oldFocusedRenderer, RenderObject* newFocusedRenderer)
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationController.h 44 class RenderObject;
53 void cancelAnimations(RenderObject*);
54 PassRefPtr<RenderStyle> updateAnimations(RenderObject*, RenderStyle* newStyle);
55 PassRefPtr<RenderStyle> getAnimatedStyleForRenderer(RenderObject*);
58 void notifyAnimationStarted(RenderObject*, double startTime);
60 bool pauseAnimationAtTime(RenderObject*, const String& name, double t); // To be used only for testing
61 bool pauseTransitionAtTime(RenderObject*, const String& property, double t); // To be used only for testing
64 bool isAnimatingPropertyOnRenderer(RenderObject*, CSSPropertyID, bool isRunningNow = true) const;
  /external/webkit/WebCore/css/
CSSImageGeneratorValue.h 39 class RenderObject;
45 void addClient(RenderObject*, const IntSize&);
46 void removeClient(RenderObject*);
47 virtual 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;
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.h 32 #include "RenderObject.h"
56 class RenderObject;
70 virtual void draw(GraphicsContext*&, const RenderObject*, SVGPaintTargetType) const;
71 virtual void teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText = false) const;
72 virtual void renderPath(GraphicsContext*&, const RenderObject*, SVGPaintTargetType) const;
74 virtual bool setup(GraphicsContext*&, const RenderObject*, const RenderStyle*, SVGPaintTargetType, bool isPaintingText = false) const = 0;
76 bool setup(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText = false) const;
78 static SVGPaintServer* strokePaintServer(const RenderStyle*, const RenderObject*);
79 static SVGPaintServer* fillPaintServer(const RenderStyle*, const RenderObject*);
88 SVGPaintServer* getPaintServerById(Document*, const AtomicString&, const RenderObject*);
    [all...]

Completed in 154 milliseconds

1 2 3 4 5 6 7 8 91011>>