Searched defs:GetChild (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dframe_accessibility.cc96 RenderFrameHostImpl* FrameAccessibility::GetChild( function in class:content::FrameAccessibility
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs174 public override object GetChild(object t, int i) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
178 return ((ITree)t).GetChild(i);
H A DITree.cs52 ITree GetChild(int i); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs141 public virtual ITree GetChild(int i) { method in class:Antlr.Runtime.Tree.BaseTree
189 ITree c = t.GetChild(i);
295 newChildren.Add(newTree.GetChild(i));
354 ITree child = GetChild(c);
373 BaseTree child = (BaseTree)this.GetChild(c);
H A DBaseTreeAdaptor.cs101 object child = GetChild(t, i);
164 newRootTree = (ITree)newRootTree.GetChild(0);
185 r = (ITree)r.GetChild(0);
239 public virtual object GetChild(object t, int i) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
240 return ((ITree)t).GetChild(i);
H A DITreeAdaptor.cs283 object GetChild(object t, int i); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs169 public virtual ITree GetChild( int i ) method in class:Antlr.Runtime.Tree.BaseTree
227 ITree c = t.GetChild( i );
350 newChildren.Add( newTree.GetChild( i ) );
425 ITree child = GetChild( c );
449 BaseTree child = (BaseTree)this.GetChild( c );
H A DITree.cs54 ITree GetChild( int i ); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTreeAdaptor.cs133 object child = GetChild( t, i );
201 newRootTree = (ITree)newRootTree.GetChild( 0 );
228 r = (ITree)r.GetChild( 0 );
308 public virtual object GetChild( object t, int i ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
314 return tree.GetChild(i);
H A DITreeAdaptor.cs303 object GetChild( object t, int i ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs94 object child = adaptor.GetChild(t, i);
201 public virtual object GetChild(object t, int i) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
202 return adaptor.GetChild(t, i);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs104 object child = adaptor.GetChild( t, i );
260 public virtual object GetChild( object t, int i ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
262 return adaptor.GetChild( t, i );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs271 T GetChild(T t, int i); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc146 gfx::NativeWindow ChildModalParent::GetChild() const { function in class:ash::test::ChildModalParent
/external/chromium_org/ui/base/models/
H A Dtree_node_model.h135 const NodeType* GetChild(int index) const { function in class:ui::TreeNode
140 NodeType* GetChild(int index) { function in class:ui::TreeNode
142 static_cast<const NodeType&>(*this).GetChild(index));
263 virtual NodeType* GetChild(TreeModelNode* parent, int index) OVERRIDE {
265 return AsNode(parent)->GetChild(index);
/external/pdfium/core/src/reflow/
H A Dautoreflow.h44 IPDF_LayoutElement* GetChild(int index) function in class:CPDF_AutoReflowElement
H A Dlayoutprovider_taggedpdf.cpp601 IPDF_LayoutElement* CPDF_LayoutElement::GetChild(int index) function in class:CPDF_LayoutElement
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h72 NodeId GetChild(NodeId node_id) const;
267 NodeId SpdyPriorityForest<NodeId, Priority>::GetChild(NodeId node_id) const { function in class:net::SpdyPriorityForest
504 GetChild(node.depends_on.parent_id) != node_id)) {
519 child_id = GetChild(child_id);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc818 FileError ResourceMetadataStorage::GetChild(const std::string& parent_id, function in class:drive::internal::ResourceMetadataStorage
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.cc215 const MTPFileNode* GetChild(const std::string& name) const;
265 MTPDeviceDelegateImplLinux::MTPFileNode::GetChild( function in class:MTPDeviceDelegateImplLinux::MTPFileNode
275 const MTPFileNode* child = GetChild(name);
891 current_node = current_node->GetChild(device_relpath_components[i]);
936 current_node = current_node->GetChild(device_relpath_components[i]);
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc442 v8::Handle<v8::String> name = node->GetChild(i)->GetFunctionName();
447 CHECK_NE(name, node->GetChild(j)->GetFunctionName());
459 const v8::CpuProfileNode* child = node->GetChild(i);
466 static const v8::CpuProfileNode* GetChild(v8::Isolate* isolate, function
473 "Failed to GetChild: %s", name);
485 node = GetChild(isolate, node, name);
569 GetChild(env->GetIsolate(), root, "start");
573 GetChild(env->GetIsolate(), startNode, "foo");
647 GetChild(env->GetIsolate(), root, "start");
650 GetChild(en
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface;
461 function GetChild(const I: Integer): ITree; function
1154 function GetChild(const I: Integer): ITree; virtual;
1295 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; function
1326 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; override; function
2220 Child := GetChild(C);
2236 function TBaseTree.GetChild(const I: Integer): ITree;
2379 Child := GetChild(C) as ICommonTree;
2484 Result := GetChild(0).CharPositionInLine
2507 Result := GetChild(
[all...]
/external/chromium_org/v8/src/
H A Dapi.cc7085 const CpuProfileNode* CpuProfileNode::GetChild(int index) const { function in class:v8::CpuProfileNode
7271 const HeapGraphEdge* HeapGraphNode::GetChild(int index) const { function in class:v8::HeapGraphNode

Completed in 1667 milliseconds