HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 276 - 300 of 1052) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/quake/quake/src/WinQuake/
bspfile.h 158 short children[2]; // negative numbers are -(leafs+1), not nodes member in struct:__anon14382
168 short children[2]; // negative numbers are contents member in struct:__anon14383
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.cpp 177 ASSERT(currentNode->callIdentifier() == (currentNode->parent()->children()[currentNode->parent()->children().size() - 1])->callIdentifier());
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 308 return core(object)->children().size();
314 AccessibilityObject::AccessibilityChildrenVector children = coreObject->children(); local
315 if (index < 0 || static_cast<unsigned>(index) >= children.size())
318 AccessibilityObject* coreChild = children.at(index).get();
350 AccessibilityObject::AccessibilityChildrenVector children = parent->children(); local
351 unsigned count = children.size();
353 if (children[i] == coreObject)
809 AccessibilityObject::AccessibilityChildrenVector children = coreSelection->children()
2184 AccessibilityObject::AccessibilityChildrenVector children = core(hypertext)->children(); local
2209 AccessibilityObject::AccessibilityChildrenVector children = core(hypertext)->children(); local
2498 AccessibilityObject::AccessibilityChildrenVector children = coreObject->children(); local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLElement.idl 60 readonly attribute HTMLCollection children;
  /external/webkit/Source/WebCore/rendering/
RenderButton.cpp 141 // Input elements can't have children, but button elements can. We'll
143 // can also have children.
173 m_inner->children()->updateBeforeAfterContent(m_inner, type, this);
175 children()->updateBeforeAfterContent(this, type);
  /external/webkit/Source/WebKit/chromium/src/
WebHistoryItem.cpp 259 WebVector<WebHistoryItem> WebHistoryItem::children() const function in class:WebKit::WebHistoryItem
261 return m_private->children();
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameInternal.h 90 - (NSObject *)nodeWithName:(NSString *)name position:(NSPoint)position rect:(NSRect)rect view:(NSView *)view children:(NSArray *)children;
  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 391 HRESULT STDMETHODCALLTYPE WebHistoryItem::children(unsigned* outChildCount, SAFEARRAY** outChildren) function in class:WebHistoryItem
401 const HistoryItemVector& coreChildren = m_historyItem->children();
406 SAFEARRAY* children = SafeArrayCreateVector(VT_UNKNOWN, 0, static_cast<ULONG>(childCount)); local
407 if (!children)
413 SafeArrayDestroy(children);
418 HRESULT hr = SafeArrayPutElement(children, &longI, item.get());
420 SafeArrayDestroy(children);
426 *outChildren = children;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 44 * The base class {@link ElementDescriptor} has a notion of "children", that is an XML element
46 * XML files all possible views are children of the document and of themselves (that is any
49 * that deals with the children hierarchy must also deal with potential infinite loops since views
55 * The super class hierarchy is very different from the descriptor's children hierarchy: the
77 * its children list and its mandatory flag.
87 * @param children The list of allowed children. Can be null or empty.
97 ElementDescriptor[] children, boolean mandatory) {
98 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 74 public TestDragElement add(TestDragElement... children) {
79 for (TestDragElement child : children) {
TestNode.java 100 public TestNode add(TestNode... children) {
101 for (TestNode child : children) {
374 List<Element> children = DomUtilities.getChildren(mElement); local
375 if (children.size() >= index) {
376 Element before = children.get(index);
408 List<Element> children = DomUtilities.getChildren(mElement); local
409 assertTrue(index < children.size());
410 Element oldChild = children.get(index);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 34 public List<ViewNode> children = new ArrayList<ViewNode>(); field in class:ViewNode
128 index = parent == null ? 0 : parent.children.indexOf(this);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 70 * in list children of t. Warning: if t has no children, but child does
71 * and child isNil then you can decide it is ok to move children to t via
72 * t.children = child.children; i.e., without copying the array. Just
82 /** If oldRoot is a nil root, just copy or move the children to newRoot.
104 * children; i.e., you don't have to copy the list. We are
129 // is a flat list (i.e., nil-rooted tree). All children of oldRoot
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 46 /// actually have any user data. ANTLR v3 uses a list of children approach
48 /// an empty node whose children represent the list. An empty (as in it does not
64 /// The list of all the children that belong to this node. They are not part of the node
67 pANTLR3_VECTOR children; member in struct:ANTLR3_BASE_TREE_struct
  /external/chromium/chrome/browser/safe_browsing/
malware_details.h 101 // relationship. |parent| and |tagname| can be empty, |children| can be NULL.
105 const std::vector<GURL>* children);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.h 102 const std::vector<buzz::XmlElement*>& children);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 51 ScenarioResults scenarioResults = (ScenarioResults) this.children.get(i);
229 ScenarioResults scenarioResults = (ScenarioResults) this.children.get(i);
426 int size = this.children.size();
430 ScenarioResults scenarioResults = (ScenarioResults) this.children.get(i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 173 if (this.children == null) {
176 return this.children;
299 this.children = new DimResultsElement[length];
301 this.children[i] = new DimResultsElement(this.results, this, dimensions[i]);
  /external/qemu/android/skin/
composer.h 55 ARefList children[1]; member in struct:SkinPlateGroup
  /external/valgrind/main/auxprogs/
gsl16test 99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
gsl19test 104 do GSL_TEST_VERBOSE=1 eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-V
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode15.js 78 Using the method adoptNode, adopt a newly created DocumentFragment node without any children.
79 Check if the adopted node has no children.
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridRow.cpp 130 AccessibilityChildrenVector rowChildren = children();
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsTreeOutline.js 163 return treeElement.children[node.index];
381 var count = this.children.length;
382 if (count && this.children[count - 1]._elementCloseTag)
384 if (count && this.children[count - 1].expandAllButton)
399 // Whether index-th child is visible in the children tree
485 if (this.children.length || this._showInlineText(this.representedObject) || this._elementCloseTag)
541 var currentTreeElement = treeElement.children[treeChildIndex];
543 // Find any existing element that is later in the children list.
546 if (treeElement.children[i].representedObject === child) {
547 existingTreeElement = treeElement.children[i]
    [all...]

Completed in 2159 milliseconds

<<11121314151617181920>>