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

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/rendering/
EllipsisBox.h 32 EllipsisBox(RenderObject* obj, const AtomicString& ellipsisStr, InlineFlowBox* parent,
38 , m_selectionState(RenderObject::SelectionNone)
42 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
44 void setSelectionState(RenderObject::SelectionState s) { m_selectionState = s; }
49 virtual RenderObject::SelectionState selectionState() { return m_selectionState; }
55 RenderObject::SelectionState m_selectionState;
InlineRunBox.h 30 InlineRunBox(RenderObject* obj)
42 virtual void paintBoxDecorations(RenderObject::PaintInfo&, int /*tx*/, int /*ty*/) { }
43 virtual void paintTextDecorations(RenderObject::PaintInfo&, int /*tx*/, int /*ty*/, bool /*paintedChildren*/ = false) { }
46 InlineRunBox* m_prevLine; // The previous box that also uses our RenderObject
47 InlineRunBox* m_nextLine; // The next box that also uses our RenderObject
SVGInlineFlowBox.cpp 35 void SVGInlineFlowBox::paint(RenderObject::PaintInfo&, int, int)
TrailingFloatsRootInlineBox.h 35 TrailingFloatsRootInlineBox(RenderObject* object) : RootInlineBox(object)
RenderTreeAsText.h 33 class RenderObject;
46 void write(TextStream&, const RenderObject&, int indent = 0);
SVGInlineFlowBox.h 34 SVGInlineFlowBox(RenderObject* obj)
43 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
RenderButton.h 42 virtual void addChild(RenderObject* newChild, RenderObject *beforeChild = 0);
43 virtual void removeChild(RenderObject*);
75 inline RenderButton* toRenderButton(RenderObject* object)
81 inline const RenderButton* toRenderButton(const RenderObject* object)
RenderSelectionInfo.h 38 , m_state(RenderObject::SelectionNone)
42 RenderSelectionInfoBase(RenderObject* o)
49 RenderObject* object() const { return m_object; }
51 RenderObject::SelectionState state() const { return m_state; }
54 RenderObject* m_object;
56 RenderObject::SelectionState m_state;
59 // This struct is used when the selection changes to cache the old and new state of the selection for each RenderObject.
62 RenderSelectionInfo(RenderObject* o, bool clipToVisibleContent)
LayoutState.h 37 class RenderObject;
51 LayoutState(RenderObject*);
74 RenderObject* m_renderer;
RenderLineBoxList.h 64 void dirtyLinesFromChangedChild(RenderObject* parent, RenderObject* child);
66 void paint(RenderBoxModelObject*, RenderObject::PaintInfo&, int x, int y) const;
RenderRuby.cpp 42 static RenderRubyRun* lastRubyRun(const RenderObject* ruby)
44 RenderObject* child = ruby->lastChild();
51 static inline RenderRubyRun* findRubyRunParent(RenderObject* child)
69 bool RenderRubyAsInline::isChildAllowed(RenderObject* child, RenderStyle*) const
76 void RenderRubyAsInline::addChild(RenderObject* child, RenderObject* beforeChild)
110 void RenderRubyAsInline::removeChild(RenderObject* child)
138 bool RenderRubyAsBlock::isChildAllowed(RenderObject* child, RenderStyle*) const
145 void RenderRubyAsBlock::addChild(RenderObject* child, RenderObject* beforeChild
    [all...]
RenderTextFragment.h 46 RenderObject* firstLetter() const { return m_firstLetter; }
47 void setFirstLetter(RenderObject* firstLetter) { m_firstLetter = firstLetter; }
59 RenderObject* m_firstLetter;
RenderRubyText.cpp 47 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderRubyText.h 49 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
  /external/webkit/WebCore/rendering/style/
StyleCachedImage.h 48 virtual IntSize imageSize(const RenderObject*, float multiplier) const;
53 virtual void addClient(RenderObject*);
54 virtual void removeClient(RenderObject*);
55 virtual Image* image(RenderObject*, const IntSize&) const;
StyleImage.h 36 class RenderObject;
54 virtual IntSize imageSize(const RenderObject*, float multiplier) const = 0;
59 virtual void addClient(RenderObject*) = 0;
60 virtual void removeClient(RenderObject*) = 0;
61 virtual Image* image(RenderObject*, const IntSize&) const = 0;
  /external/webkit/WebCore/accessibility/
AccessibilityARIAGrid.h 43 AccessibilityARIAGrid(RenderObject*);
45 static PassRefPtr<AccessibilityARIAGrid> create(RenderObject*);
AccessibilityARIAGridRow.h 39 AccessibilityARIAGridRow(RenderObject*);
41 static PassRefPtr<AccessibilityARIAGridRow> create(RenderObject*);
AccessibilityList.h 45 AccessibilityList(RenderObject*);
47 static PassRefPtr<AccessibilityList> create(RenderObject*);
AccessibilityListBox.h 40 AccessibilityListBox(RenderObject*);
42 static PassRefPtr<AccessibilityListBox> create(RenderObject*);
AccessibilityMediaControls.h 43 static PassRefPtr<AccessibilityObject> create(RenderObject*);
54 AccessibilityMediaControl(RenderObject*);
63 static PassRefPtr<AccessibilityObject> create(RenderObject*);
73 AccessibilityMediaTimeline(RenderObject*);
80 static PassRefPtr<AccessibilityObject> create(RenderObject*);
90 AccessibilityMediaControlsContainer(RenderObject*);
99 static PassRefPtr<AccessibilityObject> create(RenderObject*);
109 AccessibilityMediaTimeDisplay(RenderObject*);
AccessibilityMenuList.h 40 static PassRefPtr<AccessibilityMenuList> create(RenderObject* renderer) { return adoptRef(new AccessibilityMenuList(renderer)); }
46 AccessibilityMenuList(RenderObject*);
AccessibilityTableCell.h 39 AccessibilityTableCell(RenderObject*);
41 static PassRefPtr<AccessibilityTableCell> create(RenderObject*);
AccessibilityTableRow.h 39 AccessibilityTableRow(RenderObject*);
41 static PassRefPtr<AccessibilityTableRow> create(RenderObject*);
  /external/webkit/WebCore/mathml/
RenderMathMLBlock.h 40 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
59 inline RenderMathMLBlock* toRenderMathMLBlock(RenderObject* object)
65 inline const RenderMathMLBlock* toRenderMathMLBlock(const RenderObject* object)

Completed in 1219 milliseconds

12 3 4 5 6 7 8 91011>>