Searched refs:rendererIsNeeded (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLNoEmbedElement.cpp50 bool HTMLNoEmbedElement::rendererIsNeeded(const RenderStyle& style) function in class:blink::HTMLNoEmbedElement
54 return Element::rendererIsNeeded(style);
H A DHTMLNoScriptElement.cpp50 bool HTMLNoScriptElement::rendererIsNeeded(const RenderStyle& style) function in class:blink::HTMLNoScriptElement
54 return Element::rendererIsNeeded(style);
H A DHTMLNoEmbedElement.h39 // so HTMLElement's rendererIsNeeded doesn't need to know about it.
47 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
H A DHTMLNoScriptElement.h39 // so HTMLElement's rendererIsNeeded doesn't need to know about it.
47 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
H A DHTMLFrameElement.h45 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDetailsMarkerControl.cpp52 bool DetailsMarkerControl::rendererIsNeeded(const RenderStyle& style) function in class:blink::DetailsMarkerControl
54 return summaryElement()->isMainSummary() && HTMLDivElement::rendererIsNeeded(style);
H A DProgressShadowElement.cpp53 bool ProgressShadowElement::rendererIsNeeded(const RenderStyle& style) function in class:blink::ProgressShadowElement
56 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
71 bool ProgressInnerElement::rendererIsNeeded(const RenderStyle& style) function in class:blink::ProgressInnerElement
74 return HTMLDivElement::rendererIsNeeded(style);
77 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
H A DMeterShadowElement.h48 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
57 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
H A DProgressShadowElement.h48 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
59 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUnknownElement.h42 // The main purpose of this class at the moment is to override rendererIsNeeded() to return
51 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGTSpanElement.cpp42 bool SVGTSpanElement::rendererIsNeeded(const RenderStyle& style) function in class:blink::SVGTSpanElement
52 return Element::rendererIsNeeded(style);
H A DSVGAltGlyphDefElement.h40 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGAltGlyphItemElement.h40 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGDescElement.h36 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGFontFaceFormatElement.h37 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGFontFaceNameElement.h41 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGFontFaceSrcElement.h42 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGGElement.cpp51 bool SVGGElement::rendererIsNeeded(const RenderStyle&) function in class:blink::SVGGElement
53 // Unlike SVGElement::rendererIsNeeded(), we still create renderers, even if
H A DSVGGElement.h40 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
H A DSVGMetadataElement.h36 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGMissingGlyphElement.h37 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGTSpanElement.h37 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
H A DSVGFEMergeNodeElement.h42 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGHKernElement.h44 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
H A DSVGTitleElement.h40 virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }

Completed in 241 milliseconds

1234