HomeSort by relevance Sort by last modified time
    Searched refs:shouldCreateRenderer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSwitchElement.cpp 57 bool shouldCreateRenderer = false;
66 shouldCreateRenderer = node == &child; // Only allow this child if it's the first valid child.
70 return shouldCreateRenderer && SVGGraphicsElement::childShouldCreateRenderer(child);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRenderingContext.h 63 bool shouldCreateRenderer() const;
NodeRenderingContext.cpp 145 bool NodeRenderingContext::shouldCreateRenderer() const
205 if (!shouldCreateRenderer() && !elementInsideRegionNeedsRenderer())
251 if (!shouldCreateRenderer())

Completed in 66 milliseconds