Searched defs:AddChild (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dtaskparent.cc42 parent_->AddChild(derived_instance);
59 void TaskParent::AddChild(Task *child) { function in class:talk_base::TaskParent
/external/chromium_org/content/browser/web_contents/
H A Dframe_tree_node.cc21 void FrameTreeNode::AddChild(FrameTreeNode* child) { function in class:content::FrameTreeNode
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtaskparent.cc42 parent_->AddChild(derived_instance);
59 void TaskParent::AddChild(Task *child) { function in class:talk_base::TaskParent
/external/chromium_org/tools/grit/grit/tool/
H A Drc2grd_unittest.py68 def AddChild(self, item): member in class:.testRegressionScriptWithTranslateable.DummyNode
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTraceDebugEventListener.cs121 public override void AddChild( object root, object child ) method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DBlankDebugEventListener.cs155 public virtual void AddChild( object root, object child ) method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs346 public virtual void AddChild( object root, object child ) method in class:Antlr.Runtime.Debug.DebugEventHub
351 listener.AddChild( root, child );
H A DDebugEventRepeater.cs185 public virtual void AddChild( object root, object child ) method in class:Antlr.Runtime.Debug.DebugEventRepeater
187 _listener.AddChild( root, child );
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_dir.cc78 Error MountNodeDir::AddChild(const std::string& name, function in class:nacl_io::MountNodeDir
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs107 public override void AddChild(object root, object child) { method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DBlankDebugEventListener.cs122 public virtual void AddChild(object root, object child) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs283 public virtual void AddChild(object root, object child) { method in class:Antlr.Runtime.Debug.DebugEventHub
286 listener.AddChild(root, child);
H A DDebugEventRepeater.cs152 public virtual void AddChild(object root, object child) { method in class:Antlr.Runtime.Debug.DebugEventRepeater
153 _listener.AddChild(root, child);
H A DDebugTreeAdaptor.cs96 dbg.AddChild(t, child);
116 public virtual void AddChild(object t, object child) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
120 adaptor.AddChild(t, child);
121 dbg.AddChild(t, child);
134 public virtual void AddChild(object t, IToken child) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
136 this.AddChild(t, n);
H A DIDebugEventListener.cs372 void AddChild(object root, object child); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs92 void AddChild(ITree t); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs168 public virtual void AddChild(ITree t) { method in class:Antlr.Runtime.Tree.BaseTree
220 AddChild(t);
H A DBaseTreeAdaptor.cs103 AddChild(newTree, newSubTree);
117 public virtual void AddChild(object t, object child) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
119 ((ITree)t).AddChild((ITree)child);
173 newRootTree.AddChild(oldRootTree);
H A DITreeAdaptor.cs111 void AddChild(object t, object child); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs199 public virtual void AddChild( ITree t ) method in class:Antlr.Runtime.Tree.BaseTree
264 AddChild( t );
H A DITree.cs97 void AddChild( ITree t ); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTreeAdaptor.cs135 AddChild( newTree, newSubTree );
149 public virtual void AddChild( object t, object child ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
153 ( (ITree)t ).AddChild( (ITree)child );
211 newRootTree.AddChild( oldRootTree );
H A DITreeAdaptor.cs167 void AddChild( object t, object child ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_node_test.cc32 Error AddChild(const std::string& name, const ScopedMountNode& node) { function in class:MockMemory
33 return MountNodeMem::AddChild(name, node);
55 Error AddChild(const std::string& name, const ScopedMountNode& node) { function in class:MockDir
56 return MountNodeDir::AddChild(name, node);
117 EXPECT_EQ(ENOTDIR, file->AddChild("", result_node));
156 EXPECT_EQ(0, root->AddChild("F1", file));
171 EXPECT_EQ(0, root->AddChild("F2", file));
174 EXPECT_EQ(EEXIST, root->AddChild("F1", file));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs374 void AddChild( object root, object child ); method in interface:Antlr.Runtime.Debug.IDebugEventListener

Completed in 272 milliseconds

12