Home
last modified time | relevance | path

Searched refs:GetNode (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view_unittest.cc54 const BookmarkNode* GetNode(const std::string& name) { in GetNode() function in BookmarkEditorViewTest
59 return const_cast<BookmarkNode*>(GetNode(name)); in GetMutableNode()
187 BookmarkEditor::EditDetails::EditNode(GetNode("a")), in TEST_F()
205 BookmarkEditor::EditDetails::EditNode(GetNode("a")), in TEST_F()
223 BookmarkEditor::EditDetails::EditNode(GetNode("a")), in TEST_F()
239 BookmarkEditor::EditDetails::EditNode(GetNode("a")), in TEST_F()
256 BookmarkEditor::EditDetails::EditNode(GetNode("a")), in TEST_F()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
Dfake_pepper_interface_html5_fs.cc226 FakeHtml5FsNode* FakeHtml5FsFilesystem::GetNode(const Path& path) { in GetNode() function in FakeHtml5FsFilesystem
322 FakeHtml5FsNode* node = filesystem->GetNode(path); in Open()
524 FakeHtml5FsNode* node = filesystem->GetNode(path); in MakeDirectory()
529 FakeHtml5FsNode* parent_node = filesystem->GetNode(parent_path); in MakeDirectory()
550 FakeHtml5FsNode* node = filesystem->GetNode(path); in Delete()
568 FakeHtml5FsNode* node = filesystem->GetNode(path); in Query()
588 FakeHtml5FsNode* node = filesystem->GetNode(path); in ReadDirectoryEntries()
642 FakeHtml5FsNode* node = filesystem->GetNode(path); in Rename()
Dfake_pepper_interface_html5_fs.h88 FakeHtml5FsNode* GetNode(const Path& path);
/external/clang/lib/AST/
DASTDiagnostic.cpp628 void GetNode(QualType &FromType, QualType &ToType) { in GetNode() function in __anon9da9a8600111::TemplateDiff::DiffTree
634 void GetNode(Expr *&FromExpr, Expr *&ToExpr) { in GetNode() function in __anon9da9a8600111::TemplateDiff::DiffTree
640 void GetNode(TemplateDecl *&FromTD, TemplateDecl *&ToTD) { in GetNode() function in __anon9da9a8600111::TemplateDiff::DiffTree
646 void GetNode(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetNode() function in __anon9da9a8600111::TemplateDiff::DiffTree
655 void GetNode(Qualifiers &FromQual, Qualifiers &ToQual) { in GetNode() function in __anon9da9a8600111::TemplateDiff::DiffTree
661 void GetNode(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl, in GetNode() function in __anon9da9a8600111::TemplateDiff::DiffTree
1271 Tree.GetNode(FromType, ToType); in TreeToString()
1278 Tree.GetNode(FromExpr, ToExpr); in TreeToString()
1285 Tree.GetNode(FromTD, ToTD); in TreeToString()
1294 Tree.GetNode(FromExpr, ToExpr); in TreeToString()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/tests/
DListenerLeakTest.cpp69 const v8::HeapGraphNode* node = snapshot->GetNode(i); in GetNumObjects()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h149 const SDNode *GetNode() const { in GetNode() function
DScheduleDAGRRList.cpp287 const SDNode *Node = RegDefPos.GetNode(); in GetCostForDef()
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc1453 static const v8::HeapGraphNode* GetNode(const v8::HeapGraphNode* parent, in GetNode() function
1495 const v8::HeapGraphNode* native_group_aaa = GetNode( in TEST()
1499 const v8::HeapGraphNode* aaa = GetNode( in TEST()
1504 const v8::HeapGraphNode* native_group_ccc = GetNode( in TEST()
1506 const v8::HeapGraphNode* ccc = GetNode( in TEST()
1510 const v8::HeapGraphNode* n_AAA = GetNode( in TEST()
1513 const v8::HeapGraphNode* n_BBB = GetNode( in TEST()
1517 const v8::HeapGraphNode* n_CCC = GetNode( in TEST()
1760 if (snapshot->GetNode(i) == global) in TEST()
2045 const v8::HeapGraphNode* gc_roots = GetNode( in HasWeakGlobalHandle()
[all …]
/external/chromium_org/v8/include/
Dv8-profiler.h325 const HeapGraphNode* GetNode(int index) const;
/external/chromium_org/v8/src/
Dapi.cc7322 const HeapGraphNode* HeapSnapshot::GetNode(int index) const { in GetNode() function in v8::HeapSnapshot