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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/plugins/
IFrameShimSupport.cpp 137 const HashSet<RefPtr<Widget> >* children = parentFrameView->children(); local
138 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != children->end(); ++it) {
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.h 60 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderFrameSet
61 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderFrameSet
93 virtual RenderObjectChildList* virtualChildren() { return children(); }
94 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
RenderTableSection.h 41 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderTableSection
42 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderTableSection
125 virtual RenderObjectChildList* virtualChildren() { return children(); }
126 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
  /frameworks/base/sax/java/android/sax/
RootElement.java 130 Children children = current.children; local
131 if (children != null) {
132 Element child = children.get(uri, localName);
  /external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.cpp 110 GList* children = gtk_container_get_children(GTK_CONTAINER(m_popup.get())); local
111 GList* p = children;
133 g_list_free(children);
186 GList* children = gtk_container_get_children(GTK_CONTAINER(m_popup.get())); local
187 if (!children)
193 GList* currentChild = children;
195 currentChild = g_list_find(children, m_currentlySelectedMenuItem);
198 currentChild = children;
212 currentChild = children;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 44 // The fill of all children should be wrap_content
98 final @NonNull List<? extends INode> children) {
99 super.addLayoutActions(actions, parentNode, children);
100 addTableLayoutActions(mRulesEngine, actions, parentNode, children);
108 final List<? extends INode> children) {
125 if (children != null) {
127 for (INode child : children) {
151 // Find the direct children of the TableLayout to delete;
154 // TableLayout but the children might be grand children
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 59 * (called children.) The view group is the base class for layouts and views
77 * children in left and right gutters.</p>
119 * Listener used to propagate events indicating when children are added
130 * A Transformation used when drawing children, to
180 // The hover targets are children which have received ACTION_HOVER_ENTER.
240 // When set, this ViewGroup caches its children in a Bitmap before starting a layout animation
254 // the children's Bitmap caches if necessary
267 * When set, this ViewGroup supports static transformations on children; this causes
285 * of its children.
290 * When set, this ViewGroup tries to always draw its children using their drawing cache
879 final View[] children = mChildren; local
903 final View[] children = mChildren; local
928 final View[] children = mChildren; local
946 final View[] children = mChildren; local
964 final View[] children = mChildren; local
978 final View[] children = mChildren; local
995 final View[] children = mChildren; local
1008 final View[] children = mChildren; local
1056 final View[] children = mChildren; local
1069 final View[] children = mChildren; local
1082 final View[] children = mChildren; local
1103 final View[] children = mChildren; local
1153 final View[] children = mChildren; local
1294 final View[] children = mChildren; local
1330 final View[] children = mChildren; local
1342 final View[] children = mChildren; local
1354 final View[] children = mChildren; local
1471 final View[] children = mChildren; local
1674 ChildListForAccessibility children = ChildListForAccessibility.obtain(this, true); local
1759 final View[] children = mChildren; local
1891 final View[] children = mChildren; local
2405 final View[] children = mChildren; local
2426 final View[] children = mChildren; local
2441 final View[] children = mChildren; local
2457 final View[] children = mChildren; local
2470 final View[] children = mChildren; local
2486 ChildListForAccessibility children = ChildListForAccessibility.obtain(this, true); local
2532 View[] children = mChildren; local
2566 final View[] children = mChildren; local
2594 final View[] children = mChildren; local
2622 final View[] children = mChildren; local
2650 final View[] children = mChildren; local
2665 final View[] children = mChildren; local
2861 final View[] children = mChildren; local
3052 final View[] children = mChildren; local
3139 final View[] children = mChildren; local
3151 final View[] children = mChildren; local
3160 final View[] children = mChildren; local
3571 View[] children = mChildren; local
3602 final View[] children = mChildren; local
3625 final View[] children = mChildren; local
3847 final View[] children = mChildren; local
3928 final View[] children = mChildren; local
4157 final View[] children = mChildren; local
4492 final View[] children = mChildren; local
4912 final View[] children = mChildren; local
4956 final View[] children = mChildren; local
5282 final View[] children = mChildren; local
5314 final View[] children = mChildren; local
5345 final View[] children = mChildren; local
5360 final View[] children = mChildren; local
6483 ArrayList<View> children = mChildren; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridCell.cpp 84 // children to determine the row index for the cell in it.
89 AccessibilityChildrenVector siblings = parent->children();
112 AccessibilityChildrenVector siblings = parent->children();
  /external/webkit/Source/WebCore/bridge/qt/
qt_class.cpp 155 const QList<QObject*>& children = obj->children(); local
156 const int count = children.size();
158 QObject* child = children.at(index);
192 const QList<QObject*>& children = obj->children(); local
193 const int count = children.count();
195 QObject* child = children.at(index);
  /external/webkit/Source/WebCore/inspector/
ScriptProfileNode.idl 36 readonly attribute [CustomGetter] Array children;
  /external/webkit/Source/WebCore/wml/
WMLTableElement.cpp 124 RefPtr<NodeList> children = startElement->childNodes(); local
125 if (!children)
128 unsigned length = children->length();
130 Node* child = children->item(i);
140 RefPtr<NodeList> children = sourceElement->childNodes(); local
141 if (!children)
146 unsigned length = children->length();
148 RefPtr<Node> clonedNode = children->item(i)->cloneNode(true);
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItemPrivate.h 53 - (NSArray *)children;
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
FastOctnode.java 160 FastOctnode children = child;
161 while (children != null){
162 str += children.toStringVerbose(indent+1);
163 children = children.next;
  /external/webkit/Source/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp 57 AccessibilityObject::AccessibilityChildrenVector children = object->children();
58 if (!children.size())
61 AccessibilityObject* listObject = children.at(0).get();
96 AccessibilityObject::AccessibilityChildrenVector items = listObject->children();
  /external/webkit/Source/WebCore/bindings/js/
PageScriptDebugServer.cpp 201 const HashSet<RefPtr<Widget> >* children = view->children(); local
202 ASSERT(children);
204 HashSet<RefPtr<Widget> >::const_iterator end = children->end();
205 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != end; ++it) {
  /external/webkit/Tools/Scripts/
sort-Xcode-project-file 29 # Script to sort "children" and "files" sections in Xcode project.pbxproj files
119 } elsif ($line =~ /^(\s*)children = \(\s*$/) {
122 my @children;
128 push @children, $childLine;
132 print $OUT @children;
134 print $OUT sort sortChildrenByFileName @children;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java 63 List<DataBindingItem> children = dataBindingItem.getChildren(); local
66 // if there are children, we use the count as a repeat count for the children.
67 if (children.size() > 0) {
79 if (children.size() > 0) {
96 List<AdapterItem> children = item.getChildren(); local
97 return children.get(childPosition);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java 229 if (children != null) {
230 for (int i = children.size(); --i >= 0;) {
231 Spatial child = children.get(i);
367 if (children != null) {
368 for (int i = children.size(); --i >= 0;) {
369 Spatial child = children.get(i);
395 // get the material from one of the children. They all share the same material
396 if (children != null) {
397 for (int i = children.size(); --i >= 0;) {
398 Spatial child = children.get(i);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 52 private final ArrayList<Bone> children = new ArrayList<Bone>(); field in class:Bone
138 // parent and children will be assigned manually..
165 * Returns all the children bones of this bone.
167 * @return All the children bones of this bone.
170 return children;
314 children.add(bone);
354 * Updates world transforms for this bone and it's children.
359 for (int i = children.size() - 1; i >= 0; i--) {
360 children.get(i).update();
365 * Saves the current bone state as its binding pose, including its children
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 187 var children = this.profileDataGridTree.children;
188 var count = children.length;
191 this.dataGrid.appendChild(children[index]);
199 var child = this.dataGrid.children[0];
348 var current = this.profileDataGridTree.children[0];
556 var nodesToTraverse = [ { parent: head, children: head.children } ];
560 var children = pair.children;
    [all...]
  /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/
ConfigResults.java 86 int size = this.children.size();
89 BuildResults buildResults = (BuildResults) this.children.get(i);
141 BuildResults buildResults = (BuildResults) this.children.get(i);
160 BuildResults buildResults = (BuildResults) this.children.get(i);
179 AbstractResults buildResults = (AbstractResults) this.children.get(i);
218 BuildResults buildResults = (BuildResults) this.children.get(i);
432 BuildResults buildResults = (BuildResults) this.children.get(i);
475 BuildResults buildResults = (BuildResults) this.children.get(i);
493 this.baseline = (lastBaseline == null) ? (BuildResults) this.children.get(0) : lastBaseline;
497 BuildResults previous = (BuildResults) this.children.get(idx--)
    [all...]
  /external/qemu/android/skin/
composer.c 27 int n, count = areflist_count( p->group.children );
33 SkinPlate* child = areflist_get( p->group.children, n );
60 int n, count = areflist_count( p->group.children );
66 SkinPlate* child = areflist_get( p->group.children, n );
115 int n = areflist_count( p->group.children );
117 n = areflist_indexOf( p->group.children, child );
121 child = areflist_get( p->group.children, n );
215 areflist_init( p->group.children );
246 while ( areflist_count( p->group.children ) )
247 skin_plate_free( areflist_get( p->group.children, 0 ) )
    [all...]
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 92 * Sets the number of children per group.
94 * @param numChildrenPerGroup The number of children per group.
103 * groups and children per group.
180 .children.get(ExpandableListView.getPackedPositionChild(packedPosition))
210 if (child >= mGroups.get(group).children.size() || child < 0) {
268 * Returns a group index containing either the number of children or at
309 return mGroups.get(groupPosition).children.get(childPosition).id;
313 return mGroups.get(groupPosition).children.size();
355 List<MyChild> children; field in class:ExpandableListScenario.MyGroup
359 children = new ArrayList<MyChild>(numChildren)
    [all...]
  /external/libxml2/
HTMLtree.c 55 cur = doc->children;
73 cur = cur->children;
90 cur = cur->children;
106 if ((attr->children != NULL) &&
107 (attr->children->type == XML_TEXT_NODE) &&
108 (attr->children->next == NULL)) {
109 value = attr->children->content;
181 cur = doc->children;
199 cur = cur->children;
219 if (cur->children == NULL
    [all...]

Completed in 642 milliseconds

1 2 3 4 56 7 8 91011>>