Searched refs:children (Results 1 - 25 of 619) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.cpp35 PassRefPtr<API::Array> InjectedBundleBackForwardListItem::children() const function in class:WebKit::InjectedBundleBackForwardListItem
37 Vector<RefPtr<API::Object>> children; local
38 children.reserveInitialCapacity(m_item->children().size());
40 for (const auto& child : m_item->children())
41 children.uncheckedAppend(InjectedBundleBackForwardListItem::create(child));
43 return API::Array::create(WTF::move(children));
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Dxml.rb8 attr_reader :name, :prefix, :uri, :attributes, :children
9 def initialize(name, prefix=nil, uri=nil, attributes={}, children=[])
14 if children.is_a?(String) or !children.respond_to?(:each)
15 @children = [children]
17 @children = children
30 @children << child
34 @children
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dfocus.tcl32 set children [winfo children $cur]
39 if {$i < [llength $children]} {
40 set cur [lindex $children $i]
57 set children [winfo children $parent]
58 set i [lsearch -exact $children $cur]
87 set children [winfo children $cur]
88 set i [llength $children]
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dfocus.tcl32 set children [winfo children $cur]
39 if {$i < [llength $children]} {
40 set cur [lindex $children $i]
57 set children [winfo children $parent]
58 set i [lsearch -exact $children $cur]
87 set children [winfo children $cur]
88 set i [llength $children]
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyTopDownProfileDataGridTree.js28 var hasChildren = (profileNode.children && profileNode.children.length);
32 this._remainingChildren = profileNode.children;
38 var children = this._remainingChildren;
39 var childrenLength = children.length;
42 this.appendChild(new WebInspector.LegacyTopDownProfileDataGridNode(children[i], this.tree, false, this.showTimeAsPercent));
54 var children = this.children;
55 var index = this.children.length;
58 children[inde
[all...]
H A DLegacyProfileDataGridTree.js128 // If the grid node is collapsed, then don't sort children (save operation for later).
131 if (gridNode.children.length)
138 var children = gridNode.children;
139 var childCount = children.length;
142 children.sort(comparator);
145 children[childIndex]._recalculateSiblings(childIndex);
147 gridNodeGroups.push(children);
232 this._savedChildren = this.children.slice();
248 var children
[all...]
H A DSourceCodeTreeElement.js77 console.assert(topFolder.children.length === 1);
88 var folderIndex = topFolder.parent.children.indexOf(topFolder);
92 var children = bottomFolder.children;
94 for (var i = 0; i < children.length; ++i)
95 newFolder.appendChild(children[i]);
106 if (previousSingleTreeElement && treeElement.children.length !== 1) {
111 if (!previousSingleTreeElement && treeElement.children.length === 1)
114 for (var i = 0; i < treeElement.children.length; ++i)
115 findAndCombineFolderChains(treeElement.children[
[all...]
H A DStorageTreeElement.js66 for (var i = 0; i < this.children.length; ++i) {
67 if (typeof this.children[i].updateTitles === "function")
68 this.children[i].updateTitles();
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dparent.rb4 # A parent has children, and has methods for accessing them. The Parent
14 @children = []
20 @children << object
30 @children.unshift object
35 @children.delete_if {|c| c.equal?(object) and found = true }
41 @children.each(&block)
45 @children.delete_if(&block)
49 @children.delete_at index
53 @children.each_index(&block)
59 @children[inde
[all...]
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_tree_builder.rb26 assert_equal 1, @tree.children.length
27 assert_instance_of Nodes::Document, @tree.children.first
28 doc = @tree.children.first
36 doc = @tree.children.first
37 assert_equal 1, doc.children.length
39 seq = doc.children.first
48 doc = @tree.children.first
49 seq = doc.children.first
51 assert_equal 3, seq.children.length
52 scalar = seq.children
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dnode.tcl25 # children - contains list of child node instances
33 variable children
37 set children {}
54 # set the node's children to 'clist' and return the current childern list.
55 # If the option '-force' is found then set the node's children even
57 method children { {clist ""} args } {
58 variable children
60 set children ${clist}
62 return ${children}
69 variable children
[all...]
H A Dtree.tcl59 foreach child [${pnode} children] {
120 set children [my Nodes2NameList {*}[${pnode} children]]
122 foreach child ${children} {
148 # with 0 or more new children
153 set children [${pnode} children]
154 set idx [lsearch -exact ${children} ${cnode}]
159 set children [lreplace ${children}
[all...]
/macosx-10.10.1/ruby-106/ruby/test/psych/visitors/
H A Dtest_emitter.rb20 m2.children << Nodes::Scalar.new('a')
21 m2.children << Nodes::Scalar.new('b')
23 mapping.children << Nodes::Scalar.new('key')
24 mapping.children << m2
25 doc.children << mapping
26 s.children << doc
43 doc.children << scalar
44 s.children << doc
56 mapping.children << Nodes::Scalar.new('key')
57 mapping.children << Node
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/tests/
H A Dloadtdom.tcl9 if {[lsearch [namespace children] ::tcltest] == -1} {
23 if {[lsearch [namespace children] ::tDOM] == -1} {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A DbindDown.tcl33 # children.
39 foreach widget [winfo children $top] {
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebRenderNode.h35 NSArray *children; variable
43 - (NSArray *)children;
H A DWebRenderLayer.h36 NSArray *children; variable
46 - (NSArray *)children;
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dtst.py12 root = doc.children
16 child = root.children
H A DcompareNodes.py15 foonode1 = root.children
16 foonode2 = root.children
H A Dresolver.py20 root = doc.children
29 root = doc.children
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dtst.py12 root = doc.children
16 child = root.children
H A DcompareNodes.py15 foonode1 = root.children
16 foonode2 = root.children
/macosx-10.10.1/ruby-106/ruby/lib/rexml/formatters/
H A Dpretty.rb47 if node.children.empty?
54 # If compact and all children are text, and if the formatted output
59 if node.children.inject(true) {|s,c| s & c.kind_of?(Text)}
63 node.children.each { |child| write( child, string ) }
74 node.children.each { |child|
112 node.children.each { |child|
113 next if child == node.children[-1] and child.instance_of?(Text)
114 unless child == node.children[0] or child.instance_of?(Text) or
115 (child == node.children[1] and !node.children[
[all...]
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dlayout.test15 border -children { block } -side left
16 border -children { block } -side top
17 border -children { block } -side bottom
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dxml.el49 ;; be any number of attributes (or none), as well as any number of children
52 ;; There can be only top level node, but with any number of children below.
130 (defsubst xml-node-children (node)
131 "Return the list of children of NODE.
135 (defun xml-get-children (node child-name)
136 "Return the children of NODE whose tag is CHILD-NAME.
139 (dolist (child (xml-node-children node))
169 Returns the top node with all its children.
369 children)
373 (if children
[all...]

Completed in 235 milliseconds

1234567891011>>