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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderButton.h 53 virtual bool canHaveGeneratedChildren() const OVERRIDE;
RenderMedia.h 63 virtual bool canHaveGeneratedChildren() const OVERRIDE FINAL { return false; }
RenderRegion.h 90 virtual bool canHaveGeneratedChildren() const OVERRIDE FINAL { return true; }
RenderTextControl.h 79 virtual bool canHaveGeneratedChildren() const OVERRIDE FINAL { return false; }
RenderButton.cpp 106 bool RenderButton::canHaveGeneratedChildren() const
RenderMenuList.h 68 virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; }
RenderObject.h 261 virtual bool canHaveGeneratedChildren() const;
    [all...]
RenderBlock.cpp     [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 781 if (!parentRenderer->canHaveGeneratedChildren())
    [all...]

Completed in 1115 milliseconds