Searched defs:FindChild (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.cc117 Error DirNode::FindChild(const std::string& name, ScopedNode* out_node) { function in class:nacl_io::DirNode
H A Dnode.cc240 Error Node::FindChild(const std::string& name, ScopedNode* out_node) { function in class:nacl_io::Node
/external/chromium_org/v8/src/
H A Dallocation-tracker.cc29 AllocationTraceNode* AllocationTraceNode::FindChild( function in class:v8::internal::AllocationTraceNode
41 AllocationTraceNode* child = FindChild(function_info_index);
H A Dprofile-generator.cc184 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) { function in class:v8::internal::ProfileNode
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc453 static const v8::CpuProfileNode* FindChild(v8::Isolate* isolate, function
469 const v8::CpuProfileNode* result = FindChild(isolate, node, name);
739 FindChild(env->GetIsolate(), root, "start");
1129 FindChild(env->GetIsolate(), root, "start");
1138 const v8::CpuProfileNode* unresolvedNode = FindChild(
1206 FindChild(env->GetIsolate(), root, "start");
1217 FindChild(env->GetIsolate(), startNode, "test");
1229 FindChild(env->GetIsolate(), startNode,

Completed in 888 milliseconds