Searched refs:canHaveChildren (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuListOption.h48 virtual bool canHaveChildren() const OVERRIDE { return false; }
H A DAXListBoxOption.h70 virtual bool canHaveChildren() const OVERRIDE { return false; }
H A DAXNodeObject.h182 virtual bool canHaveChildren() const OVERRIDE;
H A DAXRenderObject.h166 virtual bool canHaveChildren() const OVERRIDE;
H A DAXObject.h489 virtual bool canHaveChildren() const { return true; } function in class:WebCore::AXObject
H A DAXRenderObject.cpp1414 if (!canHaveChildren())
1429 bool AXRenderObject::canHaveChildren() const function in class:WebCore::AXRenderObject
1434 return AXNodeObject::canHaveChildren();
H A DAXNodeObject.cpp295 if (!object->canHaveChildren())
1367 bool AXNodeObject::canHaveChildren() const function in class:WebCore::AXNodeObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.h58 virtual bool canHaveChildren() const OVERRIDE FINAL { return true; }
H A DRenderEmbeddedObject.h78 virtual bool canHaveChildren() const OVERRIDE FINAL;
H A DRenderReplaced.h74 virtual bool canHaveChildren() const { return false; } function in class:WebCore::RenderReplaced
H A DRenderTableCol.h92 virtual bool canHaveChildren() const;
H A DRenderTableCol.cpp90 bool RenderTableCol::canHaveChildren() const function in class:WebCore::RenderTableCol
H A DRenderTextFragment.cpp129 if (block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block->isRenderBlock())
H A DRenderEmbeddedObject.cpp215 if (!canHaveChildren())
271 bool RenderEmbeddedObject::canHaveChildren() const function in class:WebCore::RenderEmbeddedObject
H A DRenderRegion.h142 virtual bool canHaveChildren() const OVERRIDE { return false; }
H A DRenderBlockFlow.h385 virtual bool canHaveChildren() const OVERRIDE;
H A DRenderReplaced.cpp133 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask)
H A DRenderBlockFlow.cpp2624 bool RenderBlockFlow::canHaveChildren() const function in class:WebCore::RenderBlockFlow
2626 return !renderNamedFlowFragment() ? RenderBlock::canHaveChildren() : renderNamedFlowFragment()->canHaveChildren();
H A DRenderObject.h260 virtual bool canHaveChildren() const { return virtualChildren(); } function in class:WebCore::RenderObject
H A DRenderObject.cpp3309 return canHaveChildren();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.h101 virtual bool canHaveChildren() const { return true; } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRenderingContext.cpp152 if (!parentRenderer->canHaveChildren())
165 if ((parentRenderer && !parentRenderer->canHaveChildren() && parentRenderer->isRenderNamedFlowFragmentContainer())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.cpp623 if (!renderer->canHaveChildren() || hasARenderedDescendant(node, previousNode) || rootEditableElement == node || excludeNode == node)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 351 milliseconds