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

<<31323334353637383940>>

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLFrameSetElementCustom.cpp 52 Node* frameNode = imp->children()->namedItem(v8StringToAtomicWebCoreString(name));
  /external/webkit/Source/WebCore/rendering/
RenderRubyBase.h 64 // Allow RenderRubyRun to manipulate the children within ruby bases.
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 127 // Destroy our current children
128 children()->destroyLeftoverChildren();
130 // Since we share a node with our children, destroying our children will set our node's
  /external/webkit/Source/WebCore/svg/
SVGSwitchElement.cpp 47 // It will create a renderer for any valid SVG element children, not just the first one.
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItemPrivate.h 53 - (NSArray *)children;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleBackForwardListItem.h 57 PassRefPtr<ImmutableArray> children() const;
  /external/webkit/Tools/Scripts/
new-run-webkit-tests 36 # In order for the multiprocessing module to spawn children correctly on
  /frameworks/base/core/java/com/android/internal/view/menu/
ExpandedMenuView.java 62 // Clear the cached bitmaps of children
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetEventsTest.java 53 * its children
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 46 assertTrue("should be at least two visible children",
ListViewHeightTest.java 58 assertEquals("Unexpected children in list view", 0, list.getChildCount());
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListButtonsDiagonalAcrossItemsTest.java 58 assertEquals("num children", 3, lv.getChildCount());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 56 // we need to constrain this to an integral multiple of our children
  /frameworks/base/tests/HwAccelerationTest/res/layout/
date_picker.xml 22 <!-- The width of this container is manually set a little bigger than the one of the children
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodehaschildnodes.java 32 * has children.
nodehaschildnodes.java 32 * has children.
nodelistindexequalzero.java 31 * Create a list of all the children elements of the third
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 32 * an unknown entity, the node has no children and its replacement value,
  /packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java 92 // Ask children to follow the new preview dimension.
  /packages/apps/Contacts/res/layout/
date_picker.xml 22 <!-- The width of this container is manually set a little bigger than the one of the children
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 89 // Otherwise continue letting touch events fall through to children
  /packages/apps/LegacyCamera/src/com/android/camera/
PreviewFrameLayout.java 84 // Ask children to follow the new preview dimension.
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 85 NodeList children = head.getChildNodes(); local
86 if (children == null || children.getLength() != 1) {
90 Node layout = children.item(0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
signal.h 65 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigaction.h 54 #define SA_NOCLDSTOP 1 /* Don't send SIGCHLD when children stop. */

Completed in 606 milliseconds

<<31323334353637383940>>