Searched defs:rendererIsNeeded (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDescElement.h37 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGMissingGlyphElement.h36 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGGlyphElement.h56 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGHKernElement.h43 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGTitleElement.h39 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGVKernElement.h42 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGTSpanElement.cpp59 bool SVGTSpanElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::SVGTSpanElement
69 return Element::rendererIsNeeded(style);
H A DSVGGElement.cpp96 bool SVGGElement::rendererIsNeeded(const RenderStyle&) function in class:WebCore::SVGGElement
98 // Unlike SVGElement::rendererIsNeeded(), we still create renderers, even if
H A DSVGGlyphRefElement.h56 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGViewElement.h57 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGFontElement.h76 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DSVGForeignObjectElement.cpp137 bool SVGForeignObjectElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::SVGForeignObjectElement
152 return SVGGraphicsElement::rendererIsNeeded(style);
H A DSVGStopElement.cpp103 bool SVGStopElement::rendererIsNeeded(const RenderStyle&) function in class:WebCore::SVGStopElement
H A DSVGFilterPrimitiveStandardAttributes.cpp144 bool SVGFilterPrimitiveStandardAttributes::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::SVGFilterPrimitiveStandardAttributes
147 return SVGElement::rendererIsNeeded(style);
H A DSVGTextPathElement.cpp142 bool SVGTextPathElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::SVGTextPathElement
147 return Element::rendererIsNeeded(style);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDetailsMarkerControl.cpp52 bool DetailsMarkerControl::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::DetailsMarkerControl
54 return summaryElement()->isMainSummary() && HTMLDivElement::rendererIsNeeded(style);
H A DProgressShadowElement.cpp53 bool ProgressShadowElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::ProgressShadowElement
56 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
69 bool ProgressInnerElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::ProgressInnerElement
72 return HTMLDivElement::rendererIsNeeded(style);
75 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
H A DMeterShadowElement.cpp55 bool MeterShadowElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::MeterShadowElement
58 return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style);
73 bool MeterInnerElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::MeterInnerElement
76 return HTMLDivElement::rendererIsNeeded(style);
79 return renderer && !RenderTheme::theme().supportsMeter(renderer->style()->appearance()) && HTMLDivElement::rendererIsNeeded(style);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptGroupElement.h48 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DHTMLFrameElement.cpp48 bool HTMLFrameElement::rendererIsNeeded(const RenderStyle&) function in class:WebCore::HTMLFrameElement
H A DHTMLOptionElement.h73 virtual bool rendererIsNeeded(const RenderStyle&) { return false; } function in class:WebCore::FINAL
H A DHTMLFrameSetElement.cpp155 bool HTMLFrameSetElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::HTMLFrameSetElement
H A DHTMLIFrameElement.cpp98 bool HTMLIFrameElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::HTMLIFrameElement
100 return isURLAllowed() && HTMLElement::rendererIsNeeded(style);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.cpp111 bool PseudoElement::rendererIsNeeded(const RenderStyle& style) function in class:WebCore::PseudoElement
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DHiddenInputType.cpp85 bool HiddenInputType::rendererIsNeeded() function in class:WebCore::HiddenInputType

Completed in 336 milliseconds

12