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

12

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportTreeRoot.h48 DEFINE_TYPE_CASTS(HTMLImportTreeRoot, HTMLImport, import, import->isRoot(), import.isRoot());
H A DHTMLImport.h109 bool isRoot() const { return !parent(); } function in class:blink::HTMLImport
H A DHTMLImportChild.h106 ASSERT(!import || !import->isRoot());
H A DHTMLImportsController.cpp84 if (!ancestor->isRoot() && equalIgnoringFragmentIdentifier(toHTMLImportChild(parent)->url(), url))
/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/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js77 Node.prototype.isRoot = function() {
329 if (managedNode && !managedNode.isRoot()) {
345 if (!managedNode || managedNode.isRoot())
357 if (!managedNode || managedNode.isRoot())
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h181 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false) const;
H A DSkRTree.cpp418 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) const {
422 if (isRoot) {
/external/skia/src/core/
H A DSkRTree.h181 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false);
H A DSkRTree.cpp411 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) { argument
415 if (isRoot) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DAllocationProfile.js135 var isRoot = i == 0;
143 !isRoot));
H A DJSHeapSnapshot.js130 return containmentEdgesFilter(edge) && !edge.node().isRoot() && !edge.isWeak();
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp672 else if (/*isRoot*/ N == Pattern.getDstPattern())
740 bool isRoot = N == Pattern.getDstPattern(); local
744 if (isRoot) {
813 if (isRoot && !PhysRegInputs.empty()) {
836 if (isRoot && !Pattern.getDstRegs().empty()) {
854 if (isRoot &&
875 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) ||
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp154 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status);
530 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) {
633 UBool bRoot = isRoot(result, status);
652 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) { function
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp154 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status);
530 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) {
633 UBool bRoot = isRoot(result, status);
652 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) { function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DLayerTreeModel.js470 isRoot: function() { },
598 isRoot: function()
915 isRoot: function()
/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp448 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { argument
476 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
514 UBool isRoot = FALSE; local
546 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
563 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
604 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
607 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
646 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
655 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
671 while(r != NULL && !isRoot
[all...]
/external/icu/icu4c/source/common/
H A Duresbund.cpp448 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { argument
476 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
514 UBool isRoot = FALSE; local
546 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
563 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
604 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
607 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
646 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
655 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
671 while(r != NULL && !isRoot
[all...]
/external/smack/src/org/xbill/DNS/
H A DCache.java415 boolean isRoot = (tlabels == 1);
418 if (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/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DNavigatorView.js793 while (node && !node.isRoot()) {
992 isRoot: function()
1115 isRoot: function()
/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/chromium_org/net/third_party/nss/ssl/
H A Dsslplatf.c92 if (len > 0 && (len == chain->len - 1) && node->cert->isRoot) {
/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/ ...

Completed in 1203 milliseconds

12