/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFontFaceFormatElement.cpp | 46 ContainerNode* ancestor = parentNode()->parentNode(); 47 if (!isSVGFontFaceSrcElement(ancestor)) 50 ancestor = ancestor->parentNode(); 51 if (isSVGFontFaceElement(ancestor)) 52 toSVGFontFaceElement(ancestor)->rebuildFontFace();
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorExsltFuncResult.java | 52 ElemTemplateElement ancestor = handler.getElemTemplateElement().getParentElem(); local 53 while (ancestor != null && !(ancestor instanceof ElemExsltFunction)) 55 if (ancestor instanceof ElemVariable 56 || ancestor instanceof ElemParam 57 || ancestor instanceof ElemExsltFuncResult) 62 ancestor = ancestor.getParentElem(); 64 if (ancestor == null)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
CompositingState.h | 11 // The layer paints into its enclosing composited ancestor. 14 // The layer is composited, but its contents still paint into enclosing composited ancestor. 15 // In this state, paint invalidations must be sent to the enclosing composited ancestor.
|
/external/chromium_org/ui/accessibility/ |
ax_node.cc | 38 bool AXNode::IsDescendantOf(AXNode* ancestor) { 39 if (this == ancestor) 42 return parent()->IsDescendantOf(ancestor);
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
task_dependency_manager_unittest.cc | 75 &manager, "app_id", FPL("/ancestor/parent/self/child/descendant"))); 76 EXPECT_FALSE(InsertPath(&manager, "app_id", FPL("/ancestor"))); 77 EXPECT_FALSE(InsertPath(&manager, "app_id", FPL("/ancestor/parent"))); 78 EXPECT_FALSE(InsertPath(&manager, "app_id", FPL("/ancestor/parent/self"))); 80 &manager, "app_id", FPL("/ancestor/parent/self/child"))); 82 &manager, "app_id", FPL("/ancestor/parent/self/child/descendant"))); 85 &manager, "another_app_id", FPL("/ancestor/parent/self"))); 86 ErasePath(&manager, "another_app_id", FPL("/ancestor/parent/self")); 91 ErasePath(&manager, "app_id", FPL("/ancestor/parent/self/child/descendant"));
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
find_util.js | 28 * unique ancestor tree and outputting Node if the ancestor tree matches 41 // Find our ancestor that matches the predicate. 42 var ancestor; 43 if (ancestor = predicate(cvox.DomUtil.getAncestors(cur.start.node))) { 44 cur = cvox.CursorSelection.fromNode(ancestor).setReversed(r);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
view_id_util.mm | 90 NSView* ancestor = self; 91 while (ancestor && [ancestor viewID] != viewID) 92 ancestor = [ancestor superview]; 93 return ancestor;
|
fast_resize_view.h | 12 // first opaque ancestor of accelerated web contents views.
|
/external/chromium_org/third_party/skia/src/core/ |
SkPictureStateTree.cpp | 158 // Trace back up to a common ancestor, restoring to get our current state to match that 159 // of the ancestor, and saving a list of nodes whose state we need to apply to get to 160 // the target (we can restore up to the ancestor immediately, but we'll need to return 164 Node* ancestor = targetNode; local 165 while (tmp != ancestor) { 167 uint16_t targetLevel = ancestor->fLevel; 182 fNodes.push(ancestor); 183 ancestor = ancestor->fParent; 187 if (ancestor->fFlags & Node::kSave_Flag) [all...] |
/external/skia/src/core/ |
SkPictureStateTree.cpp | 156 // Trace back up to a common ancestor, restoring to get our current state to match that 157 // of the ancestor, and saving a list of nodes whose state we need to apply to get to 158 // the target (we can restore up to the ancestor immediately, but we'll need to return 162 Node* ancestor = targetNode; local 163 while (tmp != ancestor) { 165 uint16_t targetLevel = ancestor->fLevel; 180 fNodes.push(ancestor); 181 ancestor = ancestor->fParent; 185 if (ancestor->fFlags & Node::kSave_Flag) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
manpage-suppress-sp.xsl | 15 <xsl:if test="not(ancestor::authorblurb) and 16 not(ancestor::personblurb)">
|
/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
HTMLImportStateResolver.cpp | 53 for (HTMLImport* ancestor = m_import; ancestor; ancestor = ancestor->parent()) { 54 for (HTMLImport* predecessor = ancestor->previous(); predecessor; predecessor = predecessor->previous()) {
|
/external/guava/guava-tests/test/com/google/common/collect/ |
FauxveridesTest.java | 108 private void doHasAllFauxveridesTest(Class<?> descendant, Class<?> ancestor) { 110 getAllRequiredToFauxveride(descendant, ancestor); 111 Set<MethodSignature> found = getAllFauxveridden(descendant, ancestor); 114 assertEquals("Must hide public static methods from ancestor classes", 119 Class<?> descendant, Class<?> ancestor) { 120 return getPublicStaticMethodsBetween(ancestor, Object.class); 124 Class<?> descendant, Class<?> ancestor) { 125 return getPublicStaticMethodsBetween(descendant, ancestor); 129 Class<?> descendant, Class<?> ancestor) { 131 for (Class<?> clazz : getClassesBetween(descendant, ancestor)) { [all...] |
/sdk/eclipse/sites/external/web/ |
site.xsl | 28 <xsl:sort select="ancestor::feature//@version" order="ascending"/> 29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/> 41 <xsl:when test="ancestor::feature//@label"> 42 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@label"/></a> 45 (<xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/>) 49 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/></a [all...] |
/sdk/eclipse/sites/internal/web/ |
site.xsl | 28 <xsl:sort select="ancestor::feature//@version" order="ascending"/> 29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/> 41 <xsl:when test="ancestor::feature//@label"> 42 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@label"/></a> 45 (<xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/>) 49 <a href="{ancestor::feature//@url}"><xsl:value-of select="ancestor::feature//@id"/> - <xsl:value-of select="ancestor::feature//@version"/></a [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
CPUProfileBottomUpDataGrid.js | 30 // because a root node can represent itself AND an ancestor. 142 var ancestor = nodeInfo.ancestor; 144 var child = container.findChild(ancestor); 155 // If not, add it as a true ancestor. 156 // In heavy mode, we take our visual identity from ancestor node... 157 child = new WebInspector.BottomUpProfileDataGridNode(ancestor, /** @type {!WebInspector.TopDownProfileDataGridTree} */ (container.tree)); 159 if (ancestor !== focusNode) { 168 var parent = ancestor.parent; 170 nodeInfo.ancestor = parent [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 117 DFSInfo ancestorbbInfo = info[bbInfo.ancestor.getIndex()]; 119 if (ancestorbbInfo.ancestor != null) { 128 SsaBasicBlock vAncestor = vbbInfo.ancestor; 131 // Make sure we process our ancestor before ourselves. 132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) { 138 // Update based on ancestor info. 139 if (vabbInfo.ancestor == null) { 148 vbbInfo.ancestor = vabbInfo.ancestor; 156 if (bbInfo.ancestor == null) 278 public SsaBasicBlock ancestor; field in class:Dominators.DFSInfo [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 25 * <p>The ancestor, descendant, following, preceding and self axes partition a 34 * The ancestor axis contains the ancestors of the context node; 36 * node and the parent's parent and so on; thus, the ancestor axis will 39 public static final int ANCESTOR = 0; 42 * the ancestor-or-self axis contains the context node and the ancestors of 43 * the context node; thus, the ancestor axis will always include the 126 * A non-xpath axis, traversing the the preceding and the ancestor nodes, 166 true, // ancestor 167 true, // ancestor-or-self 185 "ancestor", // [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
BreakBlockquoteCommand.cpp | 142 // On exiting this loop, clonedAncestor is the lowest ancestor 166 // Split the tree up the ancestor chain until the topBlockquote 167 // Throughout this loop, clonedParent is the clone of ancestor's parent. 168 // This is so we can clone ancestor's siblings and place the clones 169 // into the clone corresponding to the ancestor's parent. 170 RefPtrWillBeRawPtr<Element> ancestor = nullptr; local 172 for (ancestor = ancestors.first(), clonedParent = clonedAncestor->parentElement(); 173 ancestor && ancestor != topBlockquote; 174 ancestor = ancestor->parentElement(), clonedParent = clonedParent->parentElement() [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 117 DFSInfo ancestorbbInfo = info[bbInfo.ancestor.getIndex()]; 119 if (ancestorbbInfo.ancestor != null) { 128 SsaBasicBlock vAncestor = vbbInfo.ancestor; 131 // Make sure we process our ancestor before ourselves. 132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) { 138 // Update based on ancestor info. 139 if (vabbInfo.ancestor == null) { 148 vbbInfo.ancestor = vabbInfo.ancestor; 156 if (bbInfo.ancestor == null) 278 public SsaBasicBlock ancestor; field in class:Dominators.DFSInfo [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
user-drag-with-decorations.html | 1 This tests that we don't include overflow decorations from our ancestor nodes in the drag image for -webkit-user-drag: element. To perform this test drag the green square below. The drag image should not contain any parts of the scrollbar graphics visible on the page.
|
/external/chromium_org/ui/wm/core/ |
window_util.h | 60 // Returns true if |window| has |ancestor| as a transient ancestor. A transient 61 // ancestor is found by following the transient parent chain of the window. 63 const aura::Window* ancestor);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
ClipRectsCache.h | 17 // Relative to the ancestor treated as the root (e.g. transformed layer). Used for hit testing. 23 // Relative to painting ancestor. Used for painting.
|
/external/chromium_org/tools/python/google/ |
path_utils.py | 21 def FindAncestor(start_dir, ancestor): 22 """Finds an ancestor dir in a path. 31 if tail == ancestor: 36 raise PathNotFound("Unable to find ancestor %s in %s" % (ancestor, start_dir))
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ChunkedIntArray.java | 131 // Check that the node at index "position" is not an ancestor 133 // RETURN -1. If position is NOT an ancestor, return position. 139 // We have to look all the way up the ancestor chain 140 // to make sure we don't have an ancestor. 141 int ancestor = startPos; local 142 while(ancestor > 0) 144 // Get the node whose index == ancestor 145 ancestor*=slotsize; 146 int chunkpos = ancestor >> lowbits; 147 int slotpos = ancestor & lowmask [all...] |