Searched refs:FindChild (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_expanded_container_unittest.cc21 bool FindChild(GtkWidget* widget) { function in class:GtkExpandedContainerTest
56 ASSERT_TRUE(FindChild(child1));
59 ASSERT_TRUE(FindChild(child2));
60 ASSERT_TRUE(FindChild(child1));
63 ASSERT_FALSE(FindChild(child1));
64 ASSERT_TRUE(FindChild(child2));
67 ASSERT_FALSE(FindChild(child2));
/external/chromium_org/ui/base/gtk/
H A Dgtk_expanded_container_unittest.cc38 bool FindChild(GtkWidget* widget) { function in class:GtkExpandedContainerTest
73 ASSERT_TRUE(FindChild(child1));
76 ASSERT_TRUE(FindChild(child2));
77 ASSERT_TRUE(FindChild(child1));
80 ASSERT_FALSE(FindChild(child1));
81 ASSERT_TRUE(FindChild(child2));
84 ASSERT_FALSE(FindChild(child2));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_node_test.cc38 Error FindChild(const std::string& name, ScopedMountNode* out_node) { function in class:MockMemory
39 return MountNodeMem::FindChild(name, out_node);
61 Error FindChild(const std::string& name, ScopedMountNode* out_node) { function in class:MockDir
62 return MountNodeDir::FindChild(name, out_node);
119 EXPECT_EQ(ENOTDIR, file->FindChild("", &result_node));
179 EXPECT_EQ(0, root->FindChild("F1", &result_node));
181 EXPECT_EQ(0, root->FindChild("F2", &result_node));
183 EXPECT_EQ(ENOENT, root->FindChild("F3", &result_node));
H A Dmount_node_mock.h40 MOCK_METHOD2(FindChild, Error(const std::string&, ScopedMountNode*));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_dir.h43 virtual Error FindChild(const std::string& name, ScopedMountNode* out_node);
H A Dmount_mem.cc61 Error error = node->FindChild(path.Part(index), &node);
158 error = parent->FindChild(path.Basename(), &node);
210 error = parent->FindChild(path.Basename(), &child);
H A Dmount_node.h102 virtual Error FindChild(const std::string& name, ScopedMountNode* out_node);
H A Dmount_node.cc165 Error MountNode::FindChild(const std::string& name, ScopedMountNode* out_node) { function in class:nacl_io::MountNode
H A Dmount_node_dir.cc110 Error MountNodeDir::FindChild(const std::string& name, function in class:nacl_io::MountNodeDir
H A Dmount_dev.cc244 int error = root_->FindChild(path.Join(), &node);
262 return root_->FindChild(path.Join(), out_node);
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc480 static const v8::CpuProfileNode* FindChild(const v8::CpuProfileNode* node, function
494 const v8::CpuProfileNode* result = FindChild(node, name);
646 const v8::CpuProfileNode* startNode = FindChild(root, "start");
999 const v8::CpuProfileNode* startNode = FindChild(root, "start");
1009 FindChild(root, i::ProfileGenerator::kUnresolvedFunctionName);
1070 const v8::CpuProfileNode* startNode = FindChild(root, "start");
1079 const v8::CpuProfileNode* testNode = FindChild(startNode, "test");
1088 FindChild(startNode, ProfileGenerator::kUnresolvedFunctionName)) {
H A Dtest-profile-generator.cc100 node = node->FindChild(entry1);
103 node = node->FindChild(entry2);
107 node = node->FindChild(entry3);
/external/chromium_org/v8/src/
H A Dprofile-generator.h130 ProfileNode* FindChild(CodeEntry* entry);
H A Dprofile-generator.cc191 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) { function in class:v8::internal::ProfileNode
/external/v8/test/cctest/
H A Dtest-profile-generator.cc119 node = node->FindChild(entry1);
122 node = node->FindChild(entry2);
126 node = node->FindChild(entry3);
/external/v8/src/
H A Dprofile-generator.h141 ProfileNode* FindChild(CodeEntry* entry);
H A Dprofile-generator.cc216 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) { function in class:v8::internal::ProfileNode

Completed in 257 milliseconds