Home
last modified time | relevance | path

Searched defs:canHaveGeneratedChildren (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMedia.h57 virtual bool canHaveGeneratedChildren() const OVERRIDE FINAL { return false; } in canHaveGeneratedChildren() function
DRenderTextControl.h79 virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; } in canHaveGeneratedChildren() function
DRenderButton.cpp102 bool RenderButton::canHaveGeneratedChildren() const in canHaveGeneratedChildren() function in WebCore::RenderButton
DRenderMenuList.h67 virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; } in canHaveGeneratedChildren() function
DRenderRegion.h143 virtual bool canHaveGeneratedChildren() const OVERRIDE { return true; } in canHaveGeneratedChildren() function
DRenderBlockFlow.cpp2629 bool RenderBlockFlow::canHaveGeneratedChildren() const in canHaveGeneratedChildren() function in WebCore::RenderBlockFlow
DRenderObject.cpp3307 bool RenderObject::canHaveGeneratedChildren() const in canHaveGeneratedChildren() function in WebCore::RenderObject