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

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebCore/svg/
SVGAltGlyphElement.h 42 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
SVGGElement.h 48 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
  /external/webkit/WebCore/wml/
WMLImageElement.h 39 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
  /external/webkit/WebCore/accessibility/
AccessibilityTableRow.cpp 36 #include "RenderObject.h"
46 AccessibilityTableRow::AccessibilityTableRow(RenderObject* renderer)
55 PassRefPtr<AccessibilityTableRow> AccessibilityTableRow::create(RenderObject* renderer)
107 RenderObject* cellRenderer = static_cast<AccessibilityTableCell*>(cell)->renderer();
  /external/webkit/WebCore/page/animation/
ImplicitAnimation.h 38 // for a single RenderObject.
41 static PassRefPtr<ImplicitAnimation> create(const Animation* animation, int animatingProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle)
54 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
81 ImplicitAnimation(const Animation*, int animatingProperty, RenderObject*, CompositeAnimation*, RenderStyle* fromStyle);
KeyframeAnimation.h 41 // for a single RenderObject.
44 static PassRefPtr<KeyframeAnimation> create(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle* unanimatedStyle)
49 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
82 KeyframeAnimation(const Animation* animation, RenderObject*, int index, CompositeAnimation*, RenderStyle* unanimatedStyle);
  /external/webkit/WebCore/rendering/
RenderTableCol.cpp 42 // init RenderObject attributes
60 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const
95 for (RenderObject* child = firstChild(); child; child = child->nextSibling())
101 RenderObject* table = parent();
RenderBoxModelObject.h 26 #include "RenderObject.h"
38 class RenderBoxModelObject : public RenderObject {
88 virtual void childBecameNonInline(RenderObject* /*child*/) { }
93 void paintFillLayerExtended(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, InlineFlowBox* = 0, CompositeOperator = CompositeSourceOver, RenderObject* backgroundObject = 0);
98 // Called by RenderObject::destroy() (and RenderWidget::destroy()) and is the only way layers should ever be destroyed
121 inline RenderBoxModelObject* toRenderBoxModelObject(RenderObject* object)
127 inline const RenderBoxModelObject* toRenderBoxModelObject(const RenderObject* object)
RenderTableSection.h 44 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
117 virtual void removeChild(RenderObject* oldChild);
155 inline RenderTableSection* toRenderTableSection(RenderObject* object)
161 inline const RenderTableSection* toRenderTableSection(const RenderObject* object)
RenderThemeWin.cpp 370 unsigned RenderThemeWin::determineClassicState(RenderObject* o)
405 unsigned RenderThemeWin::determineState(RenderObject* o)
424 unsigned RenderThemeWin::determineSliderThumbState(RenderObject* o)
438 unsigned RenderThemeWin::determineButtonState(RenderObject* o)
454 ThemeData RenderThemeWin::getClassicThemeData(RenderObject* o)
498 ThemeData RenderThemeWin::getThemeData(RenderObject* o)
556 static void drawControl(GraphicsContext* context, RenderObject* o, HANDLE theme, const ThemeData& themeData, const IntRect& r)
614 bool RenderThemeWin::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
636 bool RenderThemeWin::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r
    [all...]
RenderTableRow.cpp 41 // init RenderObject attributes
65 void RenderTableRow::addChild(RenderObject* child, RenderObject* beforeChild)
72 RenderObject* last = beforeChild;
120 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
136 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
168 for (RenderObject* child = lastChild(); child; child = child->previousSibling()) {
187 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
RenderThemeChromiumSkia.cpp 37 #include "RenderObject.h"
236 bool RenderThemeChromiumSkia::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
269 bool RenderThemeChromiumSkia::paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
303 static void paintButtonLike(RenderTheme* theme, RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
361 bool RenderThemeChromiumSkia::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
376 bool RenderThemeChromiumSkia::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect
    [all...]
RenderListItem.cpp 95 static Node* enclosingList(const RenderObject* renderer)
114 for (RenderObject* renderer = item->previousInPreOrder(); renderer != list->renderer(); renderer = renderer->previousInPreOrder()) {
156 static RenderObject* getParentOfFirstLineBox(RenderBlock* curr, RenderObject* marker)
158 RenderObject* firstChild = curr->firstChild();
162 for (RenderObject* currChild = firstChild; currChild; currChild = currChild->nextSibling()) {
179 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker);
196 static RenderObject* firstNonMarkerChild(RenderObject* parent)
198 RenderObject* result = parent->firstChild()
    [all...]
RenderCounter.cpp 39 typedef HashMap<const RenderObject*, CounterMap*> CounterMaps;
41 static CounterNode* makeCounterNode(RenderObject*, const AtomicString& identifier, bool alwaysCreateCounter);
49 static inline RenderObject* previousSiblingOrParent(RenderObject* object)
51 if (RenderObject* sibling = object->previousSibling())
56 static bool planCounter(RenderObject* object, const AtomicString& identifier, bool& isReset, int& value)
128 static bool findPlaceForCounter(RenderObject* counterOwner, const AtomicString& identifier, bool isReset, CounterNode*& parent, CounterNode*& previousSibling)
132 RenderObject* searchEndRenderer = previousSiblingOrParent(counterOwner);
136 RenderObject* currentRenderer = counterOwner->previousInPreOrder();
234 static CounterNode* makeCounterNode(RenderObject* object, const AtomicString& identifier, bool alwaysCreateCounter
    [all...]
RenderBlock.h 69 virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0);
70 virtual void removeChild(RenderObject*);
84 bool generatesLineBoxesForInlineChild(RenderObject*, bool isLineEmpty = true, bool previousLineBrokeCleanly = true);
90 bool containsFloat(RenderObject*);
116 IntRect fillLeftSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* rootBlock,
118 IntRect fillRightSelectionGap(RenderObject* selObj, int xPos, int yPos, int height, RenderBlock* rootBlock,
120 IntRect fillHorizontalSelectionGap(RenderObject* selObj, int xPos, int yPos, int width, int height, const PaintInfo*);
141 static void appendRunsForObject(int start, int end, RenderObject*, InlineBidiResolver&);
145 void moveChildTo(RenderObject* to, RenderObjectChildList* toChildList, RenderObject* child)
    [all...]
RenderThemeSafari.cpp 111 ThemeControlState RenderThemeSafari::determineState(RenderObject* o) const
260 void RenderThemeSafari::adjustRepaintRect(const RenderObject* o, IntRect& r)
313 int RenderThemeSafari::baselinePosition(const RenderObject* o) const
326 bool RenderThemeSafari::controlSupportsTints(const RenderObject* o) const
412 bool RenderThemeSafari::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
451 bool RenderThemeSafari::paintRadio(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
575 bool RenderThemeSafari::paintButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r
    [all...]
InlineFlowBox.h 35 InlineFlowBox(RenderObject* obj)
87 virtual void paintBoxDecorations(RenderObject::PaintInfo&, int tx, int ty);
88 virtual void paintMask(RenderObject::PaintInfo&, int tx, int ty);
89 void paintFillLayers(const RenderObject::PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int w, int h, CompositeOperator = CompositeSourceOver);
90 void paintFillLayer(const RenderObject::PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int w, int h, CompositeOperator = CompositeSourceOver);
92 virtual void paintTextDecorations(RenderObject::PaintInfo&, int tx, int ty, bool paintedChildren = false);
93 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
120 void determineSpacingForFlowBoxes(bool lastLine, RenderObject* endObject);
122 bool onEndChain(RenderObject* endObject);
133 virtual RenderObject::SelectionState selectionState()
    [all...]
RenderView.h 70 void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode = RepaintNewXOROld);
72 virtual RenderObject* selectionStart() const { return m_selectionStart; }
73 virtual RenderObject* selectionEnd() const { return m_selectionEnd; }
135 void pushLayoutState(RenderObject*);
146 bool shouldDisableLayoutStateForSubtree(RenderObject*) const;
187 RenderObject* m_selectionStart;
188 RenderObject* m_selectionEnd;
215 inline RenderView* toRenderView(RenderObject* object)
221 inline const RenderView* toRenderView(const RenderObject* object
    [all...]
RenderThemeWince.cpp 148 unsigned RenderThemeWince::determineClassicState(RenderObject* o)
161 ThemeData RenderThemeWince::getThemeData(RenderObject* o)
191 bool RenderThemeWince::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
226 bool RenderThemeWince::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
243 bool RenderThemeWince::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
250 bool RenderThemeWince::paintMenuListButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r
    [all...]
  /external/webkit/WebCore/rendering/style/
KeyframeList.h 35 class RenderObject;
54 KeyframeList(RenderObject* renderer, const AtomicString& animationName)
85 RenderObject* m_renderer;
  /external/webkit/WebCore/svg/graphics/
SVGResourceMarker.cpp 62 void SVGResourceMarker::draw(RenderObject::PaintInfo& paintInfo, const AffineTransform& transform)
75 RenderObject::PaintInfo info(paintInfo);
100 SVGResourceMarker* getMarkerById(Document* document, const AtomicString& id, const RenderObject* object)
SVGPaintServerGradient.cpp 36 #include "RenderObject.h"
120 static inline const RenderObject* findTextRootObject(const RenderObject* start)
130 static inline AffineTransform absoluteTransformForRenderer(const RenderObject* object)
134 const RenderObject* currentObject = object;
145 OwnPtr<ImageBuffer>& imageBuffer, const RenderObject* object)
147 const RenderObject* textRootBlock = findTextRootObject(object);
175 OwnPtr<ImageBuffer>& imageBuffer, const RenderObject* object,
178 const RenderObject* textRootBlock = findTextRootObject(object);
192 bool SVGPaintServerGradient::setup(GraphicsContext*& context, const RenderObject* object, const RenderStyle*style, SVGPaintTargetType type, bool isPaintingText) cons
    [all...]
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 35 #include "RenderObject.h"
47 static HTMLMediaElement* getMediaElementFromRenderObject(RenderObject* o)
218 bool RenderThemeGtk::controlSupportsTints(const RenderObject* o) const
223 int RenderThemeGtk::baselinePosition(const RenderObject* o) const
269 static void setMozillaState(const RenderTheme* theme, GtkWidgetState* state, RenderObject* o)
281 static bool paintMozillaGtkWidget(const RenderThemeGtk* theme, GtkThemeWidgetType type, RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
383 bool RenderThemeGtk::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
393 bool RenderThemeGtk::paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect
    [all...]
  /external/webkit/WebCore/page/
FrameView.h 47 class RenderObject;
86 void scheduleRelayoutOfSubtree(RenderObject*);
90 RenderObject* layoutRoot(bool onlyDuringLayout = false) const;
194 virtual IntRect convertFromRenderer(const RenderObject*, const IntRect&) const;
195 virtual IntRect convertToRenderer(const RenderObject*, const IntRect&) const;
196 virtual IntPoint convertFromRenderer(const RenderObject*, const IntPoint&) const;
197 virtual IntPoint convertToRenderer(const RenderObject*, const IntPoint&) const;
214 void applyOverflowToViewport(RenderObject*, ScrollbarMode& hMode, ScrollbarMode& vMode);
276 RenderObject* m_layoutRoot;
299 RenderObject* m_viewportRenderer
    [all...]
  /external/webkit/WebCore/css/
CSSImageGeneratorValue.cpp 33 #include "RenderObject.h"
47 void CSSImageGeneratorValue::addClient(RenderObject* renderer, const IntSize& size)
62 void CSSImageGeneratorValue::removeClient(RenderObject* renderer)
81 Image* CSSImageGeneratorValue::getImage(RenderObject* renderer, const IntSize& size)

Completed in 327 milliseconds

1 2 3 4 56 7 8 91011>>