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

<<31323334353637383940>>

  /external/webkit/WebCore/dom/
Node.cpp 317 // For nth-child and other positional rules, treat styles as different if they have
319 // by the wrong child index and evaluate to incorrect results.
865 // FIXME: Even if we are not visible, we might have a child that is visible.
1095 // Perform error checking as required by spec for adding a new child. Used by
1117 // but if the child is not in a document yet then loosen the
1151 // Perform error checking as required by spec for adding a new child. Used by
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.cpp 262 static void updateListMarkerNumbers(RenderObject* child)
264 for (RenderObject* sibling = child; sibling; sibling = sibling->nextSibling()) {
399 RenderObject* child = firstChild(); local
400 for (unsigned i = 0; child && i < index; i++)
401 child = child->nextSibling();
402 return child;
437 // this the first time we find a child layer, and then we update the
499 // Step 1: If our layer is a child of the desired parent, then return our layer.
2108 RenderObject* child = firstChild(); local
2477 RenderObject* child = this; local
    [all...]
RenderBox.cpp 232 RenderObject* child = firstChild(); local
233 if (!child) {
239 while (child) {
240 child->layoutIfNeeded();
241 ASSERT(!child->needsLayout());
242 child = child->nextSibling();
537 for (RenderObject* child = lastChild(); child; child = child->previousSibling())
    [all...]
  /bionic/libc/include/
syslog.h 84 #define LOG_NOWAIT 0x10 /* wait for child processes (unused on linux) */
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 612 public void onChildViewAdded(View parent, View child) {
614 mOnChildViewAddedChildParam = child;
617 public void onChildViewRemoved(View parent, View child) {
619 mOnChildViewRemovedChildParam = child;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatetextnode.java 34 * child of of the fourth employee and assign the "Y&ent1;"
attrcreatetextnode2.java 34 * child of of the fourth employee and assign the "Y&ent1;"
attrdefaultvalue.java 36 * child of of the first employee and examine its
attreffectivevalue.java 32 * Retrieve the attribute named "domestic" from the last child of of the first employee
attrentityreplacement.java 35 * child of of the fourth employee and examine the string
attrname.java 33 * child of of the second employee and examine its
attrnextsiblingnull.java 32 * Retrieve the attribute named "domestic" from the last child of of the
attrnotspecifiedvalue.java 35 * child of of the first employee and examine the value
attrparentnodenull.java 32 * the attribute named "domestic" from the last child of the first employee
attrprevioussiblingnull.java 32 * Retrieve the attribute named "domestic" from the last child of of the
attrremovechild1.java 31 * Removing a child node from an attribute in an entity reference
attrreplacechild1.java 31 * Replacing a child node from an attribute in an entity reference
attrspecifiedvalue.java 35 * child of of the first employee and examine the value
attrspecifiedvaluechanged.java 34 * child of of the THIRD employee and change its
attrspecifiedvalueremove.java 36 * child of of the THIRD employee and delete it. This
cdatasectionnormalize.java 33 * Retrieve second child of the second employee and invoke
documentgetrootnode.java 32 * to the child node that is the root element of the document.
elementassociatedattribute.java 33 * Retrieve the first attribute from the last child of
elementchangeattributevalue.java 36 * Retrieve the last child of the fourth employee, then add
elementgetattributenodenull.java 35 * Retrieve the last child of the first employee and attempt

Completed in 109 milliseconds

<<31323334353637383940>>