HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 626 - 650 of 759) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 280 GSList* children = DumpRenderTreeSupportGtk::getFrameChildren(frame); local
281 for (GSList* child = children; child; child = g_slist_next(child))
283 g_slist_free(children);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 686 // looks like this is a view class that doesn't support children manipulation!
1333 List<ViewInfo> children = new ArrayList<ViewInfo>(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 571 * children).
771 * In case of multiple selection, we also need to remove all children when their
773 * children.
840 // common, but when a drop handler makes a lot of changes to its children,
842 // on nearly all the other children to update row or column attributes
845 // well as possibly other nodes) are no longer the children we observe
849 // know which children (according to their positions) the given nodes
857 List<UiElementNode> children = parentUiNode.getUiChildren(); local
859 if (index >= 0 && index < children.size())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 133 // No children. THAT was an easy conversion!
369 // Fix up children moved from LinearLayouts that have "invalid" sizes that
802 // add their children!
861 List<Element> children = DomUtilities.getChildren(parent); local
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 519 # expression; one can extract their location information, spelling, children,
691 # one can extract their location information, spelling, children, etc. However,
914 """Return an iterator for accessing the children of this cursor."""
917 def visitor(child, parent, children):
921 children.append(child)
923 children = []
924 Cursor_visit(self, Cursor_visit_callback(visitor), children)
925 return iter(children)
    [all...]
  /external/libxml2/
xpointer.c 139 cur = cur->children;
154 * Returns the index of the node in its parent children list, -1
184 cur = cur->children;
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 744 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(application->getChildren()); local
745 for (size_t i = 0; i < children.size(); i++) {
746 sp<XMLNode> child = children.editItemAt(i);
762 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(root->getChildren()); local
763 for (size_t i = 0; i < children.size(); i++) {
764 sp<XMLNode> child = children.editItemAt(i);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 415 // Children are traversed
1490 NodeList children = node.getChildNodes(); local
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 1001 *node = parent_->children()[index_in_parent_ - 1]->
1019 index_in_parent_ < static_cast<int>(parent_->children().size()) - 1) {
1020 *node = parent_->children()[index_in_parent_ + 1]->
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 137 // drawing and propagates the expose event to the container's children.
141 GList* children = gtk_container_get_children(GTK_CONTAINER(widget)); local
142 for (GList* item = children; item; item = item->next) {
147 g_list_free(children);
559 // search depth to all children of top-level windows.
    [all...]
  /external/bluetooth/glib/tests/
testglib.c 273 g_assert (root->children == node_B);
281 g_assert (root->children->next == node_F);
293 g_assert (g_node_depth (node_G->children->next) == 4);
374 node = node->children->next;
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 410 lastH2.children = [];
412 lastH2.children.push(dataNode);
  /external/chromium/webkit/glue/
webaccessibility.cc 390 // Recursively create children.
398 // Don't add children that are invalid thus preventing a crash.
404 // Children may duplicated in the webkit accessibility tree. Only add a
417 // As an exception, also add children of an iframe element.
420 children.push_back(WebAccessibility(child, cache, include_children));
  /external/clang/lib/Analysis/
AnalysisContext.cpp 324 for (Stmt::child_range I = S->children(); I; ++I)
  /external/expat/lib/
expat.h 121 and children point to an array of XML_Content cells that will be
125 the numchildren field will be zero and children will be NULL. The
128 CHOICE and SEQ will have name NULL, the number of children in
129 numchildren and children will point, recursively, to an array
142 XML_Content * children; member in struct:XML_cp
    [all...]
  /external/kernel-headers/original/linux/
device.h 144 struct list_head children; member in class:__anon7154
147 struct semaphore sem; /* locks both the children and interfaces lists */
  /external/libxslt/libxslt/
preproc.c 758 if (inst->children != NULL) {
    [all...]
  /external/v8/tools/
stats-viewer.py 220 for child in self.root.children.values():
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h 476 virtual const AccessibilityChildrenVector& children() { return m_children; } function in class:WebCore::AccessibilityObject
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 262 this.children = []; // sub-scopes
265 parent.children.push(this);
440 // do children first; order shouldn't matter
441 for (i = scope.children.length; --i >= 0;)
442 fixrefs(scope.children[i]);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 252 // Recursively walk the children.
541 RefPtr<HTMLCollection> children = head->children(); local
542 for (Node* child = children->firstItem(); child; child = children->nextItem()) {
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 364 * - a directory (no data, has children links
379 struct list_head children; /* list of child links */ member in struct:__anon14442
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 121 and children point to an array of XML_Content cells that will be
125 the numchildren field will be zero and children will be NULL. The
128 CHOICE and SEQ will have name NULL, the number of children in
129 numchildren and children will point, recursively, to an array
142 XML_Content * children; member in struct:XML_cp
    [all...]

Completed in 879 milliseconds

<<21222324252627282930>>