HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 576 - 600 of 1029) sorted by null

<<21222324252627282930>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore18.js 81 If refChild is null, insert newChild at the end of the list of children.
noderemovechild07.js 78 Attempts to remove a notation from a Document node. Since notations are children of
noderemovechild12.js 80 of children, and returns it.
noderemovechild27.js 80 of children, and returns it.
nodereplacechild01.js 80 children, and returns the oldChild node.
nodereplacechild03.js 80 children, and returns the oldChild node.
nodereplacechild04.js 80 children, and returns the oldChild node.
nodereplacechild10.js 86 children, and returns the oldChild node.
nodereplacechild14.js 80 children, and returns the oldChild node.
nodereplacechild21.js 86 children, and returns the oldChild node.
nodereplacechild27.js 87 children, and returns the oldChild node.
nodereplacechild32.js 81 children, and returns the oldChild node.
textreplacewholetext05.js 79 nodes appended as children of its parent element node. Verify repalceWholeText by
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPI.js 345 this.children = [];
353 this.children.push(node);
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 69 int children = frame->tree()->childCount(); local
73 for (int child = 0; child < children; child++)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 297 // If this is a transform layer we need to distribute our opacity to all our children
306 size_t numChildren = children().size();
308 children()[i]->distributeOpacity(accumulatedOpacity);
515 ts << "(children " << m_children.size() << "\n";
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 82 void AccessibilityUIElement::getChildren(Vector<AccessibilityUIElement>& children)
88 children.append(getChildAtIndex(i));
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 217 * copying and return a node with no children.
364 for (LeafNodeImpl child : children) {
374 for (LeafNodeImpl child : children) {
  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 28 /* Wait for nchildren children to terminate */
134 for (c = children; c != 0 && c != child; lastc = c, c = c->next)
190 children = c->next;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 215 // Now, process children recursively
216 IResourceDelta[] children = delta.getAffectedChildren(); local
217 for (IResourceDelta child : children) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 196 // Don't print details about children here; they'll be nested below
206 Change[] children = composite.getChildren(); local
207 List<Change> sorted = Arrays.asList(children);
208 // Process children in a fixed (output-alphabetical) order to ensure stable output
  /sdk/templates/docs/
default.css 99 nav .children {
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 3364 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityRenderObject::children() function in class:WebCore::AccessibilityRenderObject
3390 AccessibilityChildrenVector children = obj->children(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 927 NodeList children = element.getChildNodes(); local
1041 NodeList children = root.getChildNodes(); local
1100 NodeList children = document.getElementsByTagName(targetTag); local
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 69 * @param {string} id The id of the node to update the children for.
80 chrome.bookmarks.getChildren(id, function(children) {
81 if (children)
82 children.forEach(updateItem);
85 opt_f(children);
684 // its children
935 for (var i = 0; i < node.children.length; i++) {
936 if (!bmm.isFolder(node.children[i]))
    [all...]

Completed in 1849 milliseconds

<<21222324252627282930>>