HomeSort by relevance Sort by last modified time
    Searched defs:AddChild (Results 26 - 28 of 28) sorted by null

12

  /external/chromium/chrome/browser/extensions/
extension_menu_manager.cc 89 void ExtensionMenuItem::AddChild(ExtensionMenuItem* item) {
158 parent->AddChild(child);
222 new_parent->AddChild(child);
  /external/chromium/chrome/browser/history/
query_parser.cc 135 void AddChild(QueryNode* node) { children_.push_back(node); }
346 query_stack.back()->AddChild(word_node);
351 query_stack.back()->AddChild(quotes_node);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 85 /// use "t=adaptor.nil(); t.AddChild(x); t.AddChild(y);"
126 /// a tree's addChild method to work this way. Make sure you differentiate
127 /// between your tree's addChild and this parser tree construction addChild
131 procedure AddChild(const T, Child: IANTLRInterface);
468 procedure AddChild(const T: ITree);
    [all...]

Completed in 553 milliseconds

12