HomeSort by relevance Sort by last modified time
    Searched full:child (Results 451 - 475 of 1967) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodelisttraverselist.java 31 * The range of valid child node indices is 0 thru length -1
67 Node child; local
101 child = (Node) employeeList.item(indexN100A4);
102 childName = child.getNodeName();
nodereplacechildnewchildexists.java 32 * child(address) with its SECOND child(employeeId). After the
33 * replacement the second child should now be the one that used
34 * to be at the third position and the TWELFTH child should be the
  /dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/
userprefs-ascii.xml 41 <node name="child">
userprefs-badform.xml 35 <node name="child">
userprefs-badtype.xml 42 <node name="child">
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemAttributeSet.java 131 * Add a child to the child list.
138 * @param newChild Child to be added to this node's list of children
140 * @return The child that was just added to the list of children
ElemText.java 121 * Add a child to the child list.
123 * @param newChild Child to add to children list
125 * @return Child added to children list
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout3.java 28 * A simple linear layout that fills the screen vertically, and the middle child is padded with extra space.
  /external/clearsilver/csharp/
README 34 - make iterator for child nodes
  /external/clearsilver/man/man3/
hdf_sort_obj.3 52 for each child object of h, using qsort to sort that
  /external/expat/examples/
elements.c 3 the name of each element to standard output indenting child
  /external/iproute2/tc/
emp_ematch.y 71 $$->child = $3;
  /external/kernel-headers/original/asm-generic/
errno-base.h 13 #define ECHILD 10 /* No child processes */
  /external/skia/src/animator/
SkDisplayPost.h 38 virtual bool add(SkAnimateMaker& , SkDisplayable* child);
SkDrawGradient.cpp 96 bool SkGradient::add(SkAnimateMaker& , SkDisplayable* child) {
97 SkASSERT(child);
98 if (child->isColor()) {
99 SkDrawColor* color = (SkDrawColor*) child;
SkDrawGradient.h 31 virtual bool add(SkAnimateMaker& , SkDisplayable* child);
SkDrawPath.cpp 56 bool SkDrawPath::add(SkAnimateMaker& maker, SkDisplayable* child) {
57 SkASSERT(child && child->isPathPart());
58 SkPathPart* part = (SkPathPart*) child;
  /external/webkit/JavaScriptCore/API/tests/
JSNode.c 51 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], NULL)); local
53 Node_appendChild(node, child);
68 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], exception)); local
70 Node_removeChild(node, child);
  /external/webkit/WebCore/manual-tests/inspector/
dom-mutation.html 23 <p>To test, open the Inspector and watch the DOM change to match the page. Clicking the buttons will navigate the subframe, and the all the subframe child nodes should change.</p>
  /external/webkit/WebCore/manual-tests/
pointer-events.html 161 <div id="e">This paragraph SHOULD NOT change when the pointer is over only it (not the child)
162 <div>This child element SHOULD change and cause the parent to change also</div>
190 This paragraph SHOULD NOT change when the pointer is over only it, but the child
196 This paragraph SHOULD change when the pointer is over it, but the child
target_new.html 13 <p><b>BUG ID:</b> <a href="rdar://problem/4172380">4172380</a> [GENENTECH] window.opener not available when child opened via target="_new"</p>
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 60 void ScrollView::platformAddChild(Widget* child)
64 NSView *childView = child->getOuterView();
77 void ScrollView::platformRemoveChild(Widget* child)
79 child->removeFromSuperview();
  /external/webkit/WebCore/rendering/
RenderInline.h 66 IntSize relativePositionedInlineOffset(const RenderBox* child) const;
125 virtual void dirtyLinesFromChangedChild(RenderObject* child) { m_lineBoxes.dirtyLinesFromChangedChild(this, child); }
132 virtual void childBecameNonInline(RenderObject* child);
RenderLayerCompositor.h 112 void layerWasAdded(RenderLayer* parent, RenderLayer* child);
113 void layerWillBeRemoved(RenderLayer* parent, RenderLayer* child);
149 // Repaint the given rect (which is layer's coords), and regions of child layers that intersect that rect.
159 // Recurses down the tree, parenting descendant compositing layers and collecting an array of child layers for the current compositing layer.
  /external/webkit/WebCore/svg/
SVGAElement.cpp 212 bool SVGAElement::childShouldCreateRenderer(Node* child) const
216 if (child->hasTagName(SVGNames::aTag))
219 return static_cast<SVGElement*>(parent())->childShouldCreateRenderer(child);
221 return SVGElement::childShouldCreateRenderer(child);

Completed in 104 milliseconds

<<11121314151617181920>>