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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderButton.h 49 virtual bool canHaveWhitespaceChildren() const OVERRIDE { return true; }
RenderObject.h 511 virtual bool canHaveWhitespaceChildren() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGModelObject.h 52 virtual bool canHaveWhitespaceChildren() const OVERRIDE { return false; }
RenderSVGRoot.h 90 virtual bool canHaveWhitespaceChildren() const OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 254 if (!parent.canHaveWhitespaceChildren())

Completed in 170 milliseconds