Home
last modified time | relevance | path

Searched defs:AddChildren (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs258 public virtual void AddChildren( IEnumerable<ITree> kids ) in AddChildren() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs215 public virtual void AddChildren(IEnumerable<ITree> kids) { in AddChildren() method in Antlr.Runtime.Tree.BaseTree
/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox_unittest.cc34 void AddChildren(bool pack_start) { in AddChildren() function in GtkChromeShrinkableHBoxTest
/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox_unittest.cc34 void AddChildren(bool pack_start) { in AddChildren() function in GtkChromeShrinkableHBoxTest
/external/chromium_org/tools/idl_parser/
Didl_node.py192 def AddChildren(self, children): member in IDLNode
/external/chromium_org/tools/cr/cr/
Dvisitor.py221 def AddChildren(self, *children): member in Node
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas556 procedure AddChildren(const Kids: IList<IBaseTree>); procedure
2180 procedure TBaseTree.AddChildren(const Kids: IList<IBaseTree>); procedure