HomeSort by relevance Sort by last modified time
    Searched defs:shouldCreateRenderer (Results 1 - 2 of 2) 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.cpp 145 bool NodeRenderingContext::shouldCreateRenderer() const
205 if (!shouldCreateRenderer() && !elementInsideRegionNeedsRenderer())
251 if (!shouldCreateRenderer())

Completed in 27 milliseconds