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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.h 46 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
RenderSVGResourceContainer.h 38 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
RenderSVGResourceMarker.h 55 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) OVERRIDE { return false; }
RenderSVGResourceSolidColor.cpp 26 #include "core/rendering/style/RenderStyle.h"
43 bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGText.h 40 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
SVGInlineTextBox.cpp 94 RenderStyle* style = textRenderer.style();
116 FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, RenderStyle* style)
152 RenderStyle* style = renderer().style();
212 RenderStyle* style = parentRenderer.style();
263 RenderStyle* style = parentRenderer.style();
273 RenderStyle* selectionStyle = style;
356 bool acquirePaintingResource(GraphicsContext*&, RenderStyle*, RenderSVGResourceModeFlags);
364 bool PaintingResourceScope::acquirePaintingResource(GraphicsContext*& context, RenderStyle* style, RenderSVGResourceModeFlags resourceModeFlags)
393 TextRun SVGInlineTextBox::constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) const
504 RenderStyle* decorationStyle = decorationRenderer->style()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEFloodElement.cpp 26 #include "core/rendering/style/RenderStyle.h"
42 RenderStyle* style = renderer->style();
SVGFilterElement.h 68 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
SVGFontElement.h 73 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
SVGGraphicsElement.h 62 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
SVGImageElement.h 63 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
SVGMaskElement.h 57 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
SVGPatternElement.h 73 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
SVGScriptElement.h 80 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
SVGStyleElement.h 65 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 115 typedef Vector<RefPtr<RenderStyle>, 4> PseudoStyleCache;
117 class RenderStyle: public RefCounted<RenderStyle> {
151 // !START SYNC!: Keep this in sync with the copy constructor in RenderStyle.cpp and implicitlyInherited() in StyleResolver.cpp
274 // If you add more style bits here, you will also need to update RenderStyle::copyNonInheritedFrom()
330 ALWAYS_INLINE RenderStyle();
335 ALWAYS_INLINE explicit RenderStyle(DefaultStyleTag);
336 ALWAYS_INLINE RenderStyle(const RenderStyle&);
339 static PassRefPtr<RenderStyle> create()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 219 void RenderTextControlSingleLine::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
335 PassRefPtr<RenderStyle> RenderTextControlSingleLine::createInnerEditorStyle(const RenderStyle* startStyle) const
337 RefPtr<RenderStyle> textBlockStyle = RenderStyle::create();
351 textBlockStyle->setLineHeight(RenderStyle::initialLineHeight());
RenderThemeChromiumMac.mm 499 bool RenderThemeChromiumMac::isControlStyled(const RenderStyle* style, const CachedUAStyle* uaStyle) const
615 NSControlSize RenderThemeChromiumMac::controlSizeForFont(RenderStyle* style) const
628 static NSControlSize searchFieldControlSizeForFont(RenderStyle* style)
655 IntSize RenderThemeChromiumMac::sizeForFont(RenderStyle* style, const IntSize* sizes) const
664 IntSize RenderThemeChromiumMac::sizeForSystemFont(RenderStyle* style, const IntSize* sizes) const
673 void RenderThemeChromiumMac::setSizeFromFont(RenderStyle* style, const IntSize* sizes) const
684 void RenderThemeChromiumMac::setFontFromControlSize(RenderStyle* style, NSControlSize controlSize) const
696 style->setLineHeight(RenderStyle::initialLineHeight());
702 NSControlSize RenderThemeChromiumMac::controlSizeForSystemFont(RenderStyle* style) const
    [all...]
RenderObject.cpp 163 RenderObject* RenderObject::createObject(Element* element, RenderStyle* style)
    [all...]
RenderTableCol.cpp 53 void RenderTableCol::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
90 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.cpp 37 #include "core/rendering/style/RenderStyle.h"
65 DEFINE_STATIC_REF(RenderStyle, defaultStyle, RenderStyle::createDefaultStyle());
ElementRuleCollector.h 109 // FIXME: Currently it modifies the RenderStyle but should not!
114 ElementRuleCollector(const ElementResolveContext&, const SelectorFilter&, RenderStyle* = 0);
162 RefPtr<RenderStyle> m_style; // FIXME: This can be mutated during matching!
SelectorChecker.h 41 class RenderStyle;
85 RenderStyle* elementStyle;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 85 bool HTMLAppletElement::rendererIsNeeded(const RenderStyle& style)
92 RenderObject* HTMLAppletElement::createRenderer(RenderStyle* style)
HTMLIFrameElement.cpp 108 bool HTMLIFrameElement::rendererIsNeeded(const RenderStyle& style)
113 RenderObject* HTMLIFrameElement::createRenderer(RenderStyle*)

Completed in 503 milliseconds

<<11121314151617181920>>