Searched refs:children (Results 101 - 125 of 783) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A DvistaTheme.tcl75 Combobox.border -sticky nswe -border 0 -children {
77 Combobox.padding -expand 1 -sticky nswe -children {
78 Combobox.focus -expand 1 -sticky nswe -children {
88 ComboboxPopdownFrame.background -sticky news -border 1 -children {
109 Entry.field -sticky news -border 0 -children {
110 Entry.background -sticky news -children {
111 Entry.padding -sticky news -children {
138 Spinbox.field -sticky nswe -children {
139 Spinbox.background -sticky news -children {
140 Spinbox.padding -sticky news -children {
[all...]
/macosx-10.9.5/tidy-15.12/tidy/htmldoc/api/
H A Dtreeview.js35 this.children = new Array
65 totalHeight = totalHeight + this.children[i].navObj.clip.height
89 folder.children[i].display()
100 folder.children[i].hide()
139 if (lastNode) //the last 'brother' in the children array
160 this.children[i].initialize(level, 1, leftSide)
162 this.children[i].initialize(level, 0, leftSide)
246 this.children[this.nChildren] = childNode
257 if (this.children[i].children) //i
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/examples/
H A Dindent.pl16 What happens if you call ->finalize with open children
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDProcessCollection.c89 ptCollection->children = 0;
101 collections[parent].children++;
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGUnificationPhase.cpp60 if (!phi->children.child(childIdx))
64 phi->children.child(childIdx)->variableAccessData());
H A DDFGCPSRethreadingPhase.cpp86 node->children.setChild1(Edge());
166 node->children.setChild1(Edge(otherNode));
181 node->children.setChild1(Edge(otherNode));
196 node->children.setChild1(Edge(otherNode));
214 node->children.setChild1(Edge(phi));
265 node->children.setChild1(otherNode->child1());
276 node->children.setChild1(Edge(otherNode));
281 node->children.setChild1(Edge(addPhi<operandKind>(node->codeOrigin, variable, idx)));
357 // of these will have children that are SetLocal, Phi, or SetArgument).
444 currentPhi->children
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityARIAGridCell.cpp84 // children to determine the row index for the cell in it.
89 AccessibilityChildrenVector siblings = parent->children();
112 AccessibilityChildrenVector siblings = parent->children();
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_class.cpp162 const QList<QObject*>& children = obj->children(); local
163 const int count = children.size();
165 QObject* child = children.at(index);
199 const QList<QObject*>& children = obj->children(); local
200 const int count = children.count();
202 QObject* child = children.at(index);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCSSSelectorProfileView.js142 this.profile.children = [];
146 this.profile.children.push(node);
154 var children = this.profile.children;
155 var count = children.length;
158 this.dataGrid.rootNode().appendChild(children[index]);
163 var child = this.dataGrid.rootNode().children[0];
242 this.profile.children.sort(comparator);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderInline.h40 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); }
41 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); }
104 virtual RenderObjectChildList* virtualChildren() { return children(); }
105 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
106 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderInline
107 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderInline
H A DRenderTableSection.h68 RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); }
69 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); }
71 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderTableSection
72 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderTableSection
205 virtual RenderObjectChildList* virtualChildren() { return children(); }
206 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DRemoteGraphicsLayer.mm71 bool RemoteGraphicsLayer::setChildren(const Vector<GraphicsLayer*>& children)
73 if (GraphicsLayer::setChildren(children)) {
191 for (size_t i = 0; i < children().size(); ++i) {
192 RemoteGraphicsLayer* graphicsLayer = static_cast<RemoteGraphicsLayer*>(children()[i]);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dtestspeed.c61 int children; /* Number of children to fork */ local
62 int good_children; /* Number of children that exited normally */
77 children = 5;
94 case 'c' : /* Number of children */
99 children = atoi(argv[i]);
142 if (children > 0)
145 "%sencryption...\n", children, requests, server,
151 if (children < 1)
153 else if (children
[all...]
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dbuild.py23 comment = doc.children
40 elem = root.children
H A Dvalidate.py17 root = doc.children
53 root = doc.children
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dbuild.py23 comment = doc.children
40 elem = root.children
H A Dvalidate.py17 root = doc.children
53 root = doc.children
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/tests/
H A Dall.tcl11 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/tests/
H A Dall.tcl12 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/tests/
H A Dall.tcl9 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/tests/
H A Dall.tcl13 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/test/
H A Dall.tcl12 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/tests/
H A Dall.tcl12 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dlwlib-utils.c77 /* We have to copy the children list before mapping over it, because
83 lwlib_bcopy ((char *) cw->composite.children, (char *) kids,
114 if (XtIsWidget (cw->composite.children [i])){
115 result = proc (cw->composite.children [i], arg);
118 result = XtApplyUntilToWidgets (cw->composite.children [i], proc,
129 * Returns a copy of the list of all children of a composite widget
150 result [i] = cw->composite.children [i];
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/themes/plastik/
H A Dplastik.tcl47 Scrollbar.trough -children {
57 Scrollbar.trough -children {
66 Button.button -children {
67 Button.focus -children {
68 Button.padding -children {

Completed in 456 milliseconds

1234567891011>>