HomeSort by relevance Sort by last modified time
    Searched refs:RenderObject (Results 251 - 275 of 561) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRadialGradientElement.h 52 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
SVGRectElement.h 51 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
SVGSymbolElement.cpp 74 RenderObject* SVGSymbolElement::createRenderer(RenderStyle*)
SVGTextPositioningElement.h 33 static SVGTextPositioningElement* elementFromRenderer(RenderObject*);
SVGUseElement.h 44 RenderObject* rendererClipChild() const;
67 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXARIAGrid.cpp 35 #include "core/rendering/RenderObject.h"
40 AXARIAGrid::AXARIAGrid(RenderObject* renderer)
49 PassRefPtr<AXARIAGrid> AXARIAGrid::create(RenderObject* renderer)
AXRenderObject.cpp 80 static inline RenderObject* firstChildInContinuation(const RenderInline& renderer)
87 if (RenderObject* child = r->slowFirstChild())
95 static inline bool isInlineWithContinuation(RenderObject* object)
107 static inline RenderObject* firstChildConsideringContinuation(RenderObject* renderer)
109 RenderObject* firstChild = renderer->slowFirstChild();
117 static inline RenderInline* startOfContinuations(RenderObject* r)
130 static inline RenderObject* endOfContinuations(RenderObject* renderer)
132 RenderObject* prev = renderer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.cpp 34 #include "core/rendering/RenderObject.h"
100 RenderObject* InputTypeView::createRenderer(RenderStyle* style) const
102 return RenderObject::createObject(&element(), style);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlMultiLine.cpp 89 RenderObject* RenderTextControlMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope)
91 RenderObject* placeholderRenderer = RenderTextControl::layoutSpecialExcludedChild(relayoutChildren, layoutScope);
RenderTableCell.h 132 void paintBackgroundsBehindCell(PaintInfo&, const LayoutPoint&, RenderObject* backgroundObject);
166 static RenderTableCell* createAnonymousWithParentRenderer(const RenderObject*);
167 virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE
240 virtual LayoutSize offsetFromContainer(const RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const OVERRIDE;
299 return toRenderTableCell(RenderObject::previousSibling());
304 return toRenderTableCell(RenderObject::nextSibling());
RenderBlockFlow.h 103 virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE;
107 bool generatesLineBoxesForInlineChild(RenderObject*);
156 static bool shouldSkipCreatingRunsForObject(RenderObject* obj)
162 static TextRun constructTextRun(RenderObject* context, const Font&, const String&, RenderStyle*,
164 static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*,
168 static TextRun constructTextRun(RenderObject* context, const Font&, const String&, RenderStyle*, TextDirection,
171 static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, RenderStyle*, TextDirection,
174 static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*, TextDirection,
177 static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, RenderStyle*
    [all...]
RenderMediaControls.cpp 69 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
96 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
112 static bool paintMediaOverlayPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
195 static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
247 static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
263 static bool paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
300 static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
314 static bool paintMediaFullscreenButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
324 static bool paintMediaToggleClosedCaptionsButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
340 bool RenderMediaControls::paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
RenderInline.cpp 137 static RenderObject* inFlowPositionedInlineAncestor(RenderObject* p)
147 static void updateStyleOfAnonymousBlockContinuations(RenderObject* block, const RenderStyle* newStyle, const RenderStyle* oldStyle)
201 RenderObject* block = containingBlock()->nextSibling();
273 void RenderInline::addChild(RenderObject* newChild, RenderObject* beforeChild)
280 static RenderBoxModelObject* nextContinuation(RenderObject* renderer)
287 RenderBoxModelObject* RenderInline::continuationBefore(RenderObject* beforeChild)
312 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild
    [all...]
RenderBlock.cpp 299 RenderObject* cb = parent();
389 RenderObject* container = box->container(&repaintContainerForChild, 0);
405 RenderBlock* RenderBlock::continuationBefore(RenderObject* beforeChild)
430 void RenderBlock::addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild)
475 void RenderBlock::addChildToAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild)
482 RenderObject* curr = beforeChild;
514 RenderObject* immediateChild = beforeChild;
527 RenderObject* newBeforeChild = splitAnonymousBoxesAroundChild(beforeChild)
    [all...]
LayoutState.cpp 71 if (RenderObject* container = renderer.container()) {
139 inline static bool shouldDisableLayoutStateForSubtree(RenderObject& renderer)
141 RenderObject* object = &renderer;
150 LayoutState::LayoutState(RenderObject& root)
172 RenderObject* container = root.container();
RenderMultiColumnFlowThread.cpp 56 for (RenderObject* sibling = nextSibling(); sibling; sibling = sibling->nextSibling()) {
65 for (RenderObject* sibling = multiColumnBlockFlow()->lastChild(); sibling; sibling = sibling->previousSibling()) {
72 void RenderMultiColumnFlowThread::addChild(RenderObject* newChild, RenderObject* beforeChild)
305 bool RenderMultiColumnFlowThread::addForcedRegionBreak(LayoutUnit offset, RenderObject* /*breakChild*/, bool /*isBefore*/, LayoutUnit* offsetBreakAdjustment)
RenderTableRow.cpp 47 // init RenderObject attributes
109 void RenderTableRow::addChild(RenderObject* child, RenderObject* beforeChild)
112 RenderObject* last = beforeChild;
124 RenderObject* cell = beforeChild->previousSibling();
257 RenderTableRow* RenderTableRow::createAnonymousWithParentRenderer(const RenderObject* parent)
RenderTheme.cpp 69 static blink::WebFallbackThemeEngine::State getWebFallbackThemeState(const RenderTheme* theme, const RenderObject* o)
230 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
341 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
379 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
535 int RenderTheme::baselinePosition(const RenderObject* o) const
603 void RenderTheme::adjustRepaintRect(const RenderObject* o, IntRect& r)
610 bool RenderTheme::shouldDrawDefaultFocusRing(RenderObject* renderer) const
631 bool RenderTheme::stateChanged(RenderObject* o, ControlState state) const
646 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const
674 bool RenderTheme::isActive(const RenderObject* o) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.cpp 65 IntSize SVGImageCache::imageSizeForRenderer(const RenderObject* renderer) const
82 Image* SVGImageCache::imageForRenderer(const RenderObject* renderer)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCrossfadeValue.cpp 30 #include "core/rendering/RenderObject.h"
50 static bool subimageKnownToBeOpaque(CSSValue* value, const RenderObject* renderer)
108 IntSize CSSCrossfadeValue::fixedSize(const RenderObject* renderer)
137 bool CSSCrossfadeValue::knownToBeOpaque(const RenderObject* renderer) const
167 PassRefPtr<Image> CSSCrossfadeValue::image(RenderObject* renderer, const IntSize& size)
194 RenderObject* client = const_cast<RenderObject*>(curr->key);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 77 class RenderObject;
153 void didLayout(RenderObject*);
163 void willPaint(RenderObject*, const GraphicsLayer*);
164 void didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
169 void willScrollLayer(RenderObject*);
276 void localToPageQuad(const RenderObject& renderer, const LayoutRect&, FloatQuad*);
278 long long nodeId(RenderObject*);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 47 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
54 PatternData* RenderSVGResourcePattern::buildPattern(RenderObject* object, unsigned short resourceMode)
126 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
174 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape)
203 bool RenderSVGResourcePattern::buildTileImageTransform(RenderObject* renderer,
SVGRenderingContext.cpp 45 static inline bool isRenderingMaskImage(RenderObject* object)
89 void SVGRenderingContext::prepareToRenderSVGContent(RenderObject* object, PaintInfo& paintInfo, NeedsGraphicsContextSave needsGraphicsContextSave)
201 float SVGRenderingContext::calculateScreenFontSizeScalingFactor(const RenderObject* renderer)
212 void SVGRenderingContext::calculateDeviceSpaceTransformation(const RenderObject* renderer, AffineTransform& absoluteTransform)
250 void SVGRenderingContext::renderSubtree(GraphicsContext* context, RenderObject* item, const AffineTransform& subtreeContentTransformation)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 45 static ElementRareData* create(RenderObject* renderer)
155 explicit ElementRareData(RenderObject*);
163 inline ElementRareData::ElementRareData(RenderObject* renderer)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 57 RenderObject* HTMLMeterElement::createRenderer(RenderStyle* style)
60 return RenderObject::createObject(this, style);
194 RenderObject* renderObject = userAgentShadowRoot()->firstChild()->renderer();
195 return toRenderMeter(renderObject);

Completed in 569 milliseconds

<<11121314151617181920>>