Searched defs:children (Results 201 - 225 of 383) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DLayerTreeModel.js33 children: Array.<!WebInspector.TracingLayerPayload>,
211 return callback(root) || root.children().some(this.forEachLayer.bind(this, callback));
332 for (var i = 0; payload.children && i < payload.children.length; ++i)
333 layer.addChild(this._innerSetLayers(oldLayersById, payload.children[i]));
349 for (var i = 0; payload.children && i < payload.children.length; ++i)
350 this._extractNodeIdsToResolve(nodeIdsToResolve, seenNodeIds, payload.children[i]);
475 children: function() { },
606 children
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jar ... getAdapterNames () org.eclipse.core.runtime.IConfigurationElement[] children java.util.ArrayList adapters int i String type ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb196 source text embodied within the tree and its children.
210 than one children -- functions like an array of
213 [leaf] a node that does not have any children
231 #attr_reader :children
251 children.nil? or children.empty?
255 children and children.include?( node )
264 parent.children.reject { | c | c.equal?( self ) }
288 stack.push( cursor.children
323 def children() self end method in class:ANTLR3.BaseTree
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc759 // Test all children from the desktop in each root window.
760 const aura::Window::Windows& children = Shell::GetContainer( local
761 root_window, kShellWindowId_DefaultContainer)->children();
762 for (aura::Window::Windows::const_reverse_iterator i = children.rbegin();
763 i != children.rend() && !matcher.AreEdgesObscured(); ++i) {
980 // Build a map from index in children to window, returning if there is a
985 const aura::Window::Windows& windows(parent->children());
/external/chromium_org/cc/layers/
H A Dlayer.h94 void SetChildren(const LayerList& children);
97 const LayerList& children() const { return children_; } function in class:cc::Layer
513 // The number of direct children or dependent layers that need to be recursed
567 // scroll children.
571 // children.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc835 std::vector<std::string>* children) {
846 children->push_back(it->value().ToString());
833 GetChildren( const std::string& parent_id, std::vector<std::string>* children) argument
/external/chromium_org/components/autofill/content/renderer/
H A Dform_autofill_util.cc110 // Recursively compute the children's text.
152 // Recursively compute the children's text.
606 // Recursively checks whether |node| or any of its children have a non-empty
616 const blink::WebNodeList& children = local
618 size_t length = children.length();
620 const blink::WebNode& item = children.item(i);
677 // however the form has non empty children. Thus we need to look at the
678 // form's children.
1124 const blink::WebNodeList& children = local
1126 for (size_t i = 0; i < children
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_directory_database.cc345 std::vector<FileId> children; local
346 if (!dir_db_->ListChildren(dir_id, &children))
348 for (std::vector<FileId>::iterator itr = children.begin();
349 itr != children.end();
466 FileId parent_id, std::vector<FileId>* children) {
470 DCHECK(children);
475 children->clear();
484 children->push_back(child_id);
918 std::vector<FileId> children; local
920 if (!ListChildren(file_id, &children))
465 ListChildren( FileId parent_id, std::vector<FileId>* children) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp147 // Clear any children and call detachFromParent on them so that
148 // no children are left with dangling pointers to their parent.
425 AccessibilityChildrenVector axChildren = children();
499 const AXObject::AccessibilityChildrenVector& AXObject::children() function in class:blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp430 NodeVector children; local
431 getChildNodes(*this, children);
434 for (NodeVector::const_iterator it = children.begin(); it != children.end(); ++it) {
475 // We have to tell all children that their parent has died.
618 // this differs from other remove functions because it forcibly removes all the children,
638 // children will be removed.
915 // If the target doesn't have any children or siblings that could be used to calculate the scroll position, we must be
1089 PassRefPtrWillBeRawPtr<HTMLCollection> ContainerNode::children() function in class:blink::ContainerNode
1281 // here. recalcStyle will then force a walk of the children whe
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DView.js84 children: function()
298 var children = this._children.slice();
299 for (var i = 0; i < children.length; ++i)
300 children[i].detach();
/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h121 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
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c568 (ret->children == NULL) &&
576 xmlNodePtr children; local
579 ret->ExternalID, &children);
581 xmlAddChildList((xmlNodePtr) ret, children);
1295 ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
1296 tmp = ret->children;
1304 ret->children = xmlNewDocText(ctxt->myDoc, value);
1305 ret->last = ret->children;
1306 if (ret->children != NULL)
1307 ret->children
[all...]
H A Dxinclude.c826 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children);
879 cur = cur->children;
1017 cur = cur->children;
1542 * Add the top children list as the replacement copy.
1548 ctxt->incTab[nr]->inc = xmlCopyNodeList(ctxt->doc->children);
1551 doc, doc->children);
1938 if (fallback->children != NULL) {
1949 ret = xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback->children);
1957 fallback->children);
2101 xmlNodePtr children; local
[all...]
H A Dxmlsave.c431 xmlNodePtr children; local
433 children = attr->children;
434 while (children != NULL) {
435 switch (children->type) {
438 attr, children->content);
442 xmlBufferAdd(buf->buffer, children->name,
443 xmlStrlen(children->name));
450 children = children
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc230 Window* children; local
235 int status = XQueryTree(display_, id.id(), &root, &parent, &children,
241 if (children != NULL) {
242 XFree(children);
608 Window *children; local
612 status = XQueryTree(display_, root_window, &root_window, &parent, &children,
623 Window app_window = children[num_children - 1 - i];
625 Window app_window = GetApplicationWindow(children[num_children - 1 - i]);
637 if (children != NULL) {
638 XFree(children);
677 Window *children; local
[all...]
/external/chromium_org/v8/src/
H A Dast.cc692 static Interval ListCaptureRegisters(ZoneList<RegExpTree*>* children) { argument
694 for (int i = 0; i < children->length(); i++)
695 result = result.Union(children->at(i)->CaptureRegisters());
H A Dheap-snapshot-generator.h112 Vector<HeapGraphEdge*> children() { function in class:v8::internal::BASE_EMBEDDED
162 List<HeapGraphEdge*>& children() { return children_; } function in class:v8::internal::HeapSnapshot
H A Dprofile-generator.h120 const List<ProfileNode*>* children() const { return &children_list_; } function in class:v8::internal::ProfileNode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... status org.eclipse.core.runtime.IStatus[] children int i private void log (int, org.eclipse. ...
/external/elfutils/0.153/libelf/
H A DlibelfP.h395 Elf *children; /* List of all descriptors for this archive. */ member in struct:Elf::__anon21275::__anon21279
/external/expat/lib/
H A Dexpat.h121 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
/external/jemalloc/src/
H A Dctl.c30 const ctl_named_node_t *children = ctl_named_node(node->children); local
32 return (children ? &children[index] : NULL);
743 if (ctl_named_node(node->children) != NULL) {
775 inode = ctl_indexed_node(node->children);
884 if (ctl_named_node(node->children) != NULL) {
895 inode = ctl_indexed_node(node->children);
/external/libusb-compat/libusb/
H A Dusb.h260 struct usb_device **children; member in struct:usb_device
/external/libxml2/
H A DSAX2.c594 (ret->children == NULL) &&
602 xmlNodePtr children; local
606 ret->ExternalID, &children);
608 xmlAddChildList((xmlNodePtr) ret, children);
1325 ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
1326 tmp = ret->children;
1334 ret->children = xmlNewDocText(ctxt->myDoc, value);
1335 ret->last = ret->children;
1336 if (ret->children != NULL)
1337 ret->children
[all...]

Completed in 2769 milliseconds

1234567891011>>