HomeSort by relevance Sort by last modified time
    Searched defs:childShouldCreateRenderer (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSwitchElement.cpp 55 bool SVGSwitchElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGTSpanElement.cpp 48 bool SVGTSpanElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGTextElement.cpp 75 bool SVGTextElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGAltGlyphElement.cpp 79 bool SVGAltGlyphElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGDocument.cpp 97 bool SVGDocument::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGForeignObjectElement.cpp 130 bool SVGForeignObjectElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
137 return Element::childShouldCreateRenderer(childContext);
SVGAElement.cpp 232 bool SVGAElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
239 return parentNode()->childShouldCreateRenderer(childContext);
241 return SVGElement::childShouldCreateRenderer(childContext);
SVGFilterElement.cpp 192 bool SVGFilterElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGTextPathElement.cpp 136 bool SVGTextPathElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGTRefElement.cpp 220 bool SVGTRefElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
SVGElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDetailsElement.cpp 96 bool HTMLDetailsElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
99 return HTMLElement::childShouldCreateRenderer(childContext);
102 return childContext.node() == findMainSummary() && HTMLElement::childShouldCreateRenderer(childContext);
HTMLSelectElement.cpp 339 bool HTMLSelectElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
341 if (!HTMLFormControlElementWithState::childShouldCreateRenderer(childContext))
    [all...]
HTMLMediaElement.cpp 508 bool HTMLMediaElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
510 return hasMediaControls() && HTMLElement::childShouldCreateRenderer(childContext);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.h 132 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const { return true; }

Completed in 251 milliseconds