Searched refs:AddChildren (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox_unittest.cc34 void AddChildren(bool pack_start) { function in class:GtkChromeShrinkableHBoxTest
211 AddChildren(true);
226 AddChildren(false);
241 AddChildren(true);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs215 public virtual void AddChildren(IEnumerable<ITree> kids) { method in class:Antlr.Runtime.Tree.BaseTree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs258 public virtual void AddChildren( IEnumerable<ITree> kids ) method in class:Antlr.Runtime.Tree.BaseTree
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas556 procedure AddChildren(const Kids: IList<IBaseTree>); procedure
1163 procedure AddChildren(const Kids: IList<IBaseTree>);
2180 procedure TBaseTree.AddChildren(const Kids: IList<IBaseTree>);

Completed in 136 milliseconds