HomeSort by relevance Sort by last modified time
    Searched refs:RenderObject (Results 276 - 300 of 574) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 292 bool RenderThemeChromiumWin::paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r)
296 bool RenderThemeChromiumWin::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r)
301 bool RenderThemeChromiumWin::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
311 bool RenderThemeChromiumWin::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
316 bool RenderThemeChromiumWin::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r)
329 bool RenderThemeChromiumWin::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r)
348 bool RenderThemeChromiumWin::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
370 bool RenderThemeChromiumWin::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
411 unsigned RenderThemeChromiumWin::determineState(RenderObject* o, ControlSubPart subPart)
437 unsigned RenderThemeChromiumWin::determineSliderThumbState(RenderObject* o
    [all...]
RenderMediaControlsChromium.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)
199 static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
251 static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
267 static bool paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
304 static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
318 static bool paintMediaFullscreenButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
328 static bool paintMediaToggleClosedCaptionsButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
344 bool RenderMediaControlsChromium::paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
RenderInline.cpp 136 static RenderObject* inFlowPositionedInlineAncestor(RenderObject* p)
146 static void updateStyleOfAnonymousBlockContinuations(RenderObject* block, const RenderStyle* newStyle, const RenderStyle* oldStyle)
186 RenderObject* block = containingBlock()->nextSibling();
260 void RenderInline::addChild(RenderObject* newChild, RenderObject* beforeChild)
267 static RenderBoxModelObject* nextContinuation(RenderObject* renderer)
274 RenderBoxModelObject* RenderInline::continuationBefore(RenderObject* beforeChild)
299 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild
    [all...]
RenderTheme.cpp 77 static WebKit::WebFallbackThemeEngine::State getWebFallbackThemeState(const RenderTheme* theme, const RenderObject* o)
268 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
396 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
440 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
659 int RenderTheme::baselinePosition(const RenderObject* o) const
725 void RenderTheme::adjustRepaintRect(const RenderObject* o, IntRect& r)
735 bool RenderTheme::shouldDrawDefaultFocusRing(RenderObject* renderer) const
756 bool RenderTheme::stateChanged(RenderObject* o, ControlState state) const
771 ControlStates RenderTheme::controlStatesForRenderer(const RenderObject* o) const
799 bool RenderTheme::isActive(const RenderObject* o) cons
    [all...]
RenderMultiColumnBlock.cpp 139 void RenderMultiColumnBlock::addChild(RenderObject* newChild, RenderObject* beforeChild)
149 RenderObject* RenderMultiColumnBlock::layoutSpecialExcludedChild(bool relayoutChildren)
InlineBox.h 34 // some RenderObject (i.e., it represents a portion of that RenderObject).
37 InlineBox(RenderObject* obj)
49 InlineBox(RenderObject* obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
110 virtual void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0, int = 0) const;
177 RenderObject* renderer() const { return m_renderer; }
262 virtual RenderObject::SelectionState selectionState();
305 RenderObject* m_renderer;
RenderImage.h 117 inline RenderImage* toRenderImage(RenderObject* object)
123 inline const RenderImage* toRenderImage(const RenderObject* object)
RenderMultiColumnSet.h 155 inline RenderMultiColumnSet* toRenderMultiColumnSet(RenderObject* object)
161 inline const RenderMultiColumnSet* toRenderMultiColumnSet(const RenderObject* object)
RenderThemeChromiumDefault.cpp 34 #include "core/rendering/RenderObject.h"
55 static WebKit::WebThemeEngine::State getWebThemeState(const RenderTheme* theme, const RenderObject* o)
114 bool RenderThemeChromiumDefault::controlSupportsTints(const RenderObject* o) const
210 bool RenderThemeChromiumDefault::paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& rect)
245 bool RenderThemeChromiumDefault::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& rect)
268 bool RenderThemeChromiumDefault::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& rect)
281 bool RenderThemeChromiumDefault::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& rect)
304 bool RenderThemeChromiumDefault::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& rect)
330 bool RenderThemeChromiumDefault::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& rect)
354 bool RenderThemeChromiumDefault::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& rect
    [all...]
RenderTable.cpp 103 static inline void resetSectionPointerIfNotBefore(RenderTableSection*& ptr, RenderObject* before)
107 RenderObject* o = before->previousSibling();
114 void RenderTable::addChild(RenderObject* child, RenderObject* beforeChild)
175 RenderObject* section = beforeChild->previousSibling();
182 RenderObject* lastBox = beforeChild;
443 for (RenderObject* child = firstChild(); child; child = child->nextSibling()) {
579 for (RenderObject* section = firstChild(); section; section = section->nextSibling()) {
582 for (RenderObject* row = section->firstChild(); row; row = row->nextSibling()) {
585 for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 48 void RenderSVGResourcePattern::removeClientFromCache(RenderObject* client, bool markForInvalidation)
55 PatternData* RenderSVGResourcePattern::buildPattern(RenderObject* object, unsigned short resourceMode)
135 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
180 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape)
209 bool RenderSVGResourcePattern::buildTileImageTransform(RenderObject* renderer,
RenderSVGResourceGradient.cpp 47 void RenderSVGResourceGradient::removeClientFromCache(RenderObject* client, bool markForInvalidation)
54 bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
140 void RenderSVGResourceGradient::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape)
SVGTextLayoutEngineBaseline.cpp 26 #include "core/rendering/RenderObject.h"
62 EAlignmentBaseline SVGTextLayoutEngineBaseline::dominantBaselineToAlignmentBaseline(bool isVerticalText, const RenderObject* textRenderer) const
110 float SVGTextLayoutEngineBaseline::calculateAlignmentBaselineShift(bool isVerticalText, const RenderObject* textRenderer) const
117 const RenderObject* textRendererParent = textRenderer->parent();
ReferenceFilterBuilder.cpp 53 const RenderObject* renderer = svgElement->renderer();
87 PassRefPtr<FilterEffect> ReferenceFilterBuilder::build(Filter* parentFilter, RenderObject* renderer, FilterEffect* previousEffect, const ReferenceFilterOperation* filterOperation)
RenderSVGResourceFilter.cpp 66 void RenderSVGResourceFilter::removeClientFromCache(RenderObject* client, bool markForInvalidation)
126 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
243 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*, const RenderSVGShape*)
312 FloatRect RenderSVGResourceFilter::resourceBoundingBox(RenderObject* object)
320 void RenderSVGResourceFilter::primitiveAttributeChanged(RenderObject* object, const QualifiedName& attribute)
322 HashMap<RenderObject*, FilterData*>::iterator it = m_filter.begin();
323 HashMap<RenderObject*, FilterData*>::iterator end = m_filter.end();
347 FloatRect RenderSVGResourceFilter::drawingRegion(RenderObject* object) const
RenderSVGShape.h 127 inline RenderSVGShape* toRenderSVGShape(RenderObject* object)
133 inline const RenderSVGShape* toRenderSVGShape(const RenderObject* object)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.cpp 61 RenderObject* HTMLProgressElement::createRenderer(RenderStyle* style)
64 return RenderObject::createObject(this, style);
74 RenderObject* renderObject = userAgentShadowRoot()->firstChild()->renderer();
75 ASSERT_WITH_SECURITY_IMPLICATION(!renderObject || renderObject->isProgress());
76 return static_cast<RenderProgress*>(renderObject);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterPrimitiveStandardAttributes.cpp 139 RenderObject* SVGFilterPrimitiveStandardAttributes::createRenderer(RenderStyle*)
154 if (RenderObject* primitiveRenderer = renderer())
168 RenderObject* renderer = parent->renderer();
SVGMaskElement.cpp 140 if (RenderObject* object = renderer())
151 if (RenderObject* object = renderer())
155 RenderObject* SVGMaskElement::createRenderer(RenderStyle*)
SVGGraphicsElement.cpp 135 RenderObject* object = renderer();
163 RenderObject* SVGGraphicsElement::createRenderer(RenderStyle*)
SVGUseElement.h 51 RenderObject* rendererClipChild() const;
69 virtual RenderObject* createRenderer(RenderStyle*);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityListBox.cpp 43 AccessibilityListBox::AccessibilityListBox(RenderObject* renderer)
52 PassRefPtr<AccessibilityListBox> AccessibilityListBox::create(RenderObject* renderer)
AccessibilityTableCell.cpp 41 AccessibilityTableCell::AccessibilityTableCell(RenderObject* renderer)
50 PassRefPtr<AccessibilityTableCell> AccessibilityTableCell::create(RenderObject* renderer)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContextAnnotation.cpp 37 #include "core/rendering/RenderObject.h"
85 GraphicsContextAnnotation::GraphicsContextAnnotation(const PaintInfo& paintInfo, const RenderObject* object)
145 void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const RenderObject* object)
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h 50 class RenderObject;

Completed in 1180 milliseconds

<<11121314151617181920>>