HomeSort by relevance Sort by last modified time
    Searched full:children (Results 1401 - 1425 of 2686) sorted by null

<<51525354555657585960>>

  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 187 // If the embedded window or one of its children have the focus, we need to
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.cpp 521 QList<QWebFrame*> children = frame->childFrames(); local
522 for (int i = 0; i < children.size(); ++i) {
523 if (children.at(i)->geometry().contains(m_mousePos)) {
524 frame = children.at(i);
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){
1204 dsc->nextReturn = list_entry(dsc->dirObj->variant.directoryVariant.children.next,
1219 list_empty(&dsc->dirObj->variant.directoryVariant.children)){
1224 if( next == &dsc->dirObj->variant.directoryVariant.children)
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 29 * children. Absolute layouts are less flexible and harder to maintain than
HeterogeneousExpandableList.java 62 * @param childPosition the position of the child with respect to other children in the group
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 175 // Don't allow children to hover; we want this to be treated as a single component.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityManyTest.java 76 assertTrue(String.format("Too many children created: %d expected no more than %d",
ListTouchManyTest.java 92 assertTrue(String.format("Too many children created: %d expected no more than %d",
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
BaseAdapter.java 112 // ------- Some Adapter method used by all children classes.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederr.java 34 * Obtain the children of the THIRD "gender" element. The elements
characterdataappenddatanomodificationallowederr.java 33 * Obtain the children of the THIRD "gender" element. The elements
characterdatadeletedatanomodificationallowederr.java 33 * Obtain the children of the THIRD "gender" element. The elements
characterdatainsertdatanomodificationallowederr.java 33 * Obtain the children of the THIRD "gender" element. The elements
characterdatareplacedatanomodificationallowederr.java 34 * Obtain the children of the THIRD "gender" element. The elements
characterdatasetdatanomodificationallowederr.java 33 * Obtain the children of the THIRD "gender" element. The elements
elementremoveattributenodenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
elementremoveattributenodenomodificationallowederrEE.java 35 * Create an entity reference and add it to the children of the THIRD "gender" element.
elementremoveattributenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
elementsetattributenodenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
elementsetattributenomodificationallowederr.java 35 * Obtain the children of the THIRD "gender" element. The elements
elementsetattributenomodificationallowederrEE.java 35 * Add an ent4 reference to the children of the THIRD "gender" element.
hc_noderemovechildoldchildnonexistent.java 36 * node that is not one of its children. An attempt to
hc_nodereplacechildnewchilddiffdocument.java 37 * of its children with a node created from a different
hc_nodereplacechildnodeancestor.java 36 * one of its children with an ancestor node(root node).
hc_nodereplacechildoldchildnonexistent.java 36 * node that is not one of its children. An attempt to

Completed in 864 milliseconds

<<51525354555657585960>>