Searched defs:children (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/mac/WebView/
H A DWebRenderNode.h35 NSArray *children; variable
43 - (NSArray *)children;
H A DWebRenderLayer.h32 NSArray *children; variable
42 - (NSArray *)children;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.cpp35 PassRefPtr<ImmutableArray> InjectedBundleBackForwardListItem::children() const function in class:WebKit::InjectedBundleBackForwardListItem
37 const HistoryItemVector& children = m_item->children(); local
38 size_t size = children.size();
41 vector[i] = InjectedBundleBackForwardListItem::create(children[i]);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseTree.h31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; variable
46 // is nil, add all children of t to this' children.
56 // Indicates the node is a nil node but may still have children, meaning
77 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
100 NSMutableArray *children; variable
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; variable
121 // is nil, add all children of t to this' children.
130 // Indicates the node is a nil node but may still have children, meanin
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseTree.h31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; variable
46 // is nil, add all children of t to this' children.
56 // Indicates the node is a nil node but may still have children, meaning
77 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
100 NSMutableArray *children; variable
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; variable
121 // is nil, add all children of t to this' children.
130 // Indicates the node is a nil node but may still have children, meanin
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseTree.h31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; variable
46 // is nil, add all children of t to this' children.
56 // Indicates the node is a nil node but may still have children, meaning
77 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
100 NSMutableArray *children; variable
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children; variable
121 // is nil, add all children of t to this' children.
130 // Indicates the node is a nil node but may still have children, meanin
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBaseTree.h42 - (AMutableArray *)children;
48 // is nil, add all children of t to this' children.
58 // Indicates the node is a nil node but may still have children, meaning
79 - (id) copyWithZone:(NSZone *)aZone; // the children themselves are not copied here!
98 @property (retain) AMutableArray *children; variable
105 __strong AMutableArray *children; variable
117 - (AMutableArray *)children;
125 // is nil, add all children of t to this' children
173 @property (retain) AMutableArray *children; variable
[all...]
/external/webkit/Source/WebCore/editing/
H A DRemoveNodePreservingChildrenCommand.cpp43 Vector<RefPtr<Node> > children; local
45 children.append(child);
47 size_t size = children.size();
49 RefPtr<Node> child = children[i].release();
H A DWrapContentsInDummySpanCommand.cpp43 Vector<RefPtr<Node> > children; local
45 children.append(child);
49 size_t size = children.size();
51 m_dummySpan->appendChild(children[i].release(), ec);
70 Vector<RefPtr<Node> > children;
72 children.append(child);
76 size_t size = children.size();
78 m_element->appendChild(children[i].release(), ec);
H A DMergeIdenticalElementsCommand.cpp52 Vector<RefPtr<Node> > children; local
54 children.append(child);
56 size_t size = children.size();
58 m_element2->insertBefore(children[i].release(), m_atChild.get(), ec);
80 Vector<RefPtr<Node> > children;
82 children.append(child);
84 size_t size = children.size();
86 m_element1->appendChild(children[i].release(), ec);
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h35 // Invalidate children for a non-ignored ancestor (including self).
39 // the accessibility children of this object.
40 @property(nonatomic, readonly) NSArray* children; variable
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_unittest.cc38 ListValue* children; local
39 tree->GetList(keys::kChildrenKey, &children);
40 ASSERT_EQ(3U, children->GetSize());
48 ListValue* children; local
49 tree->GetList(keys::kChildrenKey, &children);
50 ASSERT_EQ(1U, children->GetSize());
58 ListValue* children; local
59 tree->GetList(keys::kChildrenKey, &children);
60 ASSERT_EQ(4U, children->GetSize());
62 ASSERT_TRUE(children
73 ListValue* children; local
[all...]
H A Dbrowser_action_test_util_gtk.cc23 GList* children = gtk_container_get_children(GTK_CONTAINER(toolbar)); local
25 static_cast<GtkWidget*>(g_list_nth(children, index)->data);
27 g_list_free(children);
40 GList* children = gtk_container_get_children(GTK_CONTAINER(toolbar)); local
41 count = g_list_length(children);
42 g_list_free(children);
/external/webkit/Source/WebCore/bindings/js/
H A DJSScriptProfileNodeCustom.cpp51 JSValue JSScriptProfileNode::children(ExecState* exec) const function in class:WebCore::JSScriptProfileNode
53 const ProfileNodesList& children = impl()->children(); local
56 ProfileNodesList::const_iterator end = children.end();
57 for (ProfileNodesList::const_iterator iter = children.begin(); iter != end; ++iter)
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.h58 std::vector<Element> children; member in struct:BookmarkNodeData::Element
/external/eigen/debug/gdb/
H A Dprinters.py122 def children(self): member in class:EigenMatrixPrinter
167 def children(self): member in class:EigenQuaternionPrinter
/external/junit/src/org/junit/runners/model/
H A DRunnerBuilder.java75 * {@code children}. Care is taken to avoid infinite recursion:
79 public List<Runner> runners(Class<?> parent, Class<?>[] children) argument
84 return runners(children);
90 public List<Runner> runners(Class<?> parent, List<Class<?>> children) argument
92 return runners(parent, children.toArray(new Class<?>[0]));
95 private List<Runner> runners(Class<?>[] children) { argument
97 for (Class<?> each : children) {
/external/oprofile/libpp/
H A Dcallgraph_container.h68 * allow quick lookup of children (we'll do this several times
75 typedef std::map<symbol_entry, count_array_t, less_symbol> children; typedef in struct:arc_recorder::cg_data
78 children callers;
80 children callees;
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityTableHeaderContainer.cpp53 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityTableHeaderContainer::children() function in class:WebCore::AccessibilityTableHeaderContainer
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfile.cpp76 RefPtr<InspectorArray> children = InspectorArray::create(); local
80 children->pushObject(buildInspectorObjectFor(child));
82 result->setArray("children", children);
H A DScriptProfileNode.cpp71 ProfileNodesList ScriptProfileNode::children() const function in class:WebCore::ScriptProfileNode
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ScriptProfileNodeCustom.cpp46 const ProfileNodesList& children = imp->children(); local
47 v8::Handle<v8::Array> result = v8::Array::New(children.size());
49 ProfileNodesList::const_iterator end = children.end();
50 for (ProfileNodesList::const_iterator iter = children.begin(); iter != end; ++iter)
/external/webkit/Source/WebCore/rendering/
H A DRenderMedia.h43 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderMedia
44 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderMedia
52 virtual RenderObjectChildList* virtualChildren() { return children(); }
53 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
H A DRenderTableCol.h39 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderTableCol
40 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderTableCol
48 virtual RenderObjectChildList* virtualChildren() { return children(); }
49 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
H A DRenderTableRow.h36 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderTableRow
37 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderTableRow
45 virtual RenderObjectChildList* virtualChildren() { return children(); }
46 virtual const RenderObjectChildList* virtualChildren() const { return children(); }

Completed in 547 milliseconds

1234567891011>>