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

123

/external/webkit/WebCore/svg/
H A DSVGMissingGlyphElement.h31 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGMissingGlyphElement
H A DSVGDescElement.h38 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGDescElement
H A DSVGTitleElement.h38 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGTitleElement
H A DSVGPolyElement.h51 virtual bool rendererIsNeeded(RenderStyle* style) { return StyledElement::rendererIsNeeded(style); } function in class:WebCore::SVGPolyElement
H A DSVGHKernElement.h58 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGHKernElement
H A DSVGSymbolElement.h42 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGSymbolElement
H A DSVGTextPathElement.h61 virtual bool rendererIsNeeded(RenderStyle* style) { return StyledElement::rendererIsNeeded(style); } function in class:WebCore::SVGTextPathElement
H A DSVGFilterPrimitiveStandardAttributes.h45 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGFilterPrimitiveStandardAttributes
H A DSVGFontElement.h41 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGFontElement
H A DSVGViewElement.h46 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::SVGViewElement
/external/webkit/WebCore/dom/
H A DEditingText.cpp38 bool EditingText::rendererIsNeeded(RenderStyle*) function in class:WebCore::EditingText
H A DEditingText.h33 virtual bool rendererIsNeeded(RenderStyle *);
H A DCharacterData.cpp50 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
78 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
99 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
128 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
158 if ((!renderer() || !rendererIsNeeded(renderer()->style())) && attached()) {
212 bool CharacterData::rendererIsNeeded(RenderStyle *style) function in class:WebCore::CharacterData
216 return Node::rendererIsNeeded(style);
H A DCharacterData.h48 virtual bool rendererIsNeeded(RenderStyle*);
H A DText.h53 virtual bool rendererIsNeeded(RenderStyle*);
/external/webkit/WebCore/html/
H A DHTMLNoScriptElement.h40 virtual bool rendererIsNeeded(RenderStyle*) { return true; } function in class:WebCore::HTMLNoScriptElement
H A DHTMLAppletElement.h47 virtual bool rendererIsNeeded(RenderStyle*);
H A DHTMLFrameElement.h48 virtual bool rendererIsNeeded(RenderStyle*);
H A DHTMLIFrameElement.h47 virtual bool rendererIsNeeded(RenderStyle*);
H A DHTMLEmbedElement.h47 virtual bool rendererIsNeeded(RenderStyle*);
H A DHTMLFrameElement.cpp51 bool HTMLFrameElement::rendererIsNeeded(RenderStyle*) function in class:WebCore::HTMLFrameElement
H A DHTMLFrameSetElement.h46 virtual bool rendererIsNeeded(RenderStyle*);
/external/webkit/WebCore/wml/
H A DWMLElement.h42 virtual bool rendererIsNeeded(RenderStyle*);
H A DWMLOptionElement.h38 virtual bool rendererIsNeeded(RenderStyle*) { return false; } function in class:WebCore::WMLOptionElement
/external/webkit/WebCore/rendering/
H A DMediaControlElements.cpp147 bool MediaControlElement::rendererIsNeeded(RenderStyle* style) function in class:WebCore::MediaControlElement
151 return HTMLDivElement::rendererIsNeeded(style) && parent() && parent()->renderer()
160 bool needsRenderer = rendererIsNeeded(style.get());
187 bool needsRenderer = rendererIsNeeded(style.get()) && parent() && parent()->renderer();
208 bool MediaControlTimelineContainerElement::rendererIsNeeded(RenderStyle* style) function in class:WebCore::MediaControlTimelineContainerElement
210 if (!MediaControlElement::rendererIsNeeded(style))
305 bool MediaControlStatusDisplayElement::rendererIsNeeded(RenderStyle* style) function in class:WebCore::MediaControlStatusDisplayElement
307 if (!MediaControlElement::rendererIsNeeded(style))
378 bool MediaControlInputElement::rendererIsNeeded(RenderStyle* style) function in class:WebCore::MediaControlInputElement
382 return HTMLInputElement::rendererIsNeeded(styl
[all...]

Completed in 156 milliseconds

123