Searched refs:isRoot (Results 1 - 25 of 42) sorted by relevance

12

/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs7 isRoot: treat this node as if it has children and insert a section node.
10 def:write_child_nodes(page,whitespace,isRoot) ?>
13 if:subcount(page.children) || isRoot ?>
/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.h49 virtual bool isRoot() const { return false; } function in class:AccessibilityUIElement
121 virtual bool isRoot() const { return true; } function in class:RootAccessibilityUIElement
H A DAccessibilityUIElement.cpp515 if (!isRoot())
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DFastOctnode.java100 public void generateRenderSet(Geometry[] globalGeomList, Set<Geometry> renderSet, Camera cam, BoundingBox parentBox, boolean isRoot){ argument
106 if (!isRoot){
/external/chromium/chrome/browser/resources/
H A Dmenu.js343 this.isRoot = model.isRoot;
561 if (!this.isRoot) {
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.h66 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns() || style()->hasFixedBackgroundImage(); }
68 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection() || style()->specifiesColumns(); }
H A DRenderBoxModelObject.cpp587 bool isRoot = this->isRoot(); local
611 if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill) {
704 if (isRoot) {
885 if (isRoot()) {
H A DRenderBox.cpp328 bool isRootRenderer = isRoot();
361 bool isRootObject = isRoot();
841 if (isRoot())
1021 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->hasBackground()));
1876 && (isRoot() || (isBody() && document()->documentElement()->renderer()->style()->logicalHeight().isPercent()));
1890 if (isRoot())
1980 } else if (cb->isRoot() && isPositioned())
H A DRenderBox.h289 return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrPositioned() && (isRoot() || isBody());
H A DRenderTable.cpp521 if (!isRoot()) {
623 if (isRoot())
H A DRenderBlock.cpp97 m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned()
425 if (!curr->isRenderBlock() || curr->isFloatingOrPositioned() || curr->isTableCell() || curr->isRoot() || curr->isRenderView() || curr->hasOverflowClip()
1317 layoutPositionedObjects(relayoutChildren || isRoot());
1413 if (!hasColumns() && (recomputeFloats || isRoot() || expandsToEncloseOverhangingFloats() || hasSelfPaintingLayer()))
2300 // FIXME: Could eliminate the isRoot() check if we fix background painting so that the RenderView
2302 if (!isRoot()) {
2752 if (isBody() || isRoot() || hasOverflowClip() || isRelPositioned() ||
2857 if (isBody() || isRoot()) // The <body> must make sure to examine its containingBlock's positioned objects.
3611 if (avoidsFloats() || isRoot() || isRenderView() || isFloatingOrPositioned() || isTableCell()) {
3724 if (child->hasOverflowClip() || !child->containsFloats() || child->isRoot() || chil
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.cpp467 bool Node::isRoot() function in class:RTree::Node
476 if (N->isRoot() && NN) {
489 if (N->isRoot())
H A DRTree.h158 bool isRoot();
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp632 else if (/*isRoot*/ N == Pattern.getDstPattern())
700 bool isRoot = N == Pattern.getDstPattern(); local
704 if (isRoot) {
760 if (isRoot && !PhysRegInputs.empty()) {
783 if (isRoot && !Pattern.getDstRegs().empty()) {
801 if (isRoot &&
822 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) ||
/external/icu4c/common/
H A Duresbund.c463 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { argument
491 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
529 UBool isRoot = FALSE; local
562 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
579 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
620 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
623 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
662 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
671 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
687 while(r != NULL && !isRoot
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.cpp264 ASSERT(!object->isRoot());
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g1397 rewrite_atom[boolean isRoot] returns [ST code=null]
1402 if ( isRoot )
1453 if ( isRoot )
1495 $code = templates.getInstanceOf("rewriteRuleLabelRef"+(isRoot?"Root":""));
1530 if ( isRoot )
1544 $code = templates.getInstanceOf("rewriteNodeAction"+(isRoot?"Root":""));
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheet.java128 public boolean isRoot() method in class:Stylesheet
H A DStylesheetRoot.java126 public boolean isRoot() method in class:StylesheetRoot
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/net/ocsp/
H A Dnss_ocsp.cc862 if (cert && !cert->isRoot && cert->authKeyID) {
/external/libxslt/libxslt/
H A DxsltInternals.h1287 int isRoot; /* whether this is the stylesheet's root node */ member in struct:_xsltCompilerNodeInfo
/external/webkit/Source/WebCore/inspector/front-end/
H A DHeapSnapshot.js384 get isRoot()

Completed in 4911 milliseconds

12