| D | fpdfdoc_unittest.cpp | 100 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 102 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 104 title = GetFPDFWideString(L"Preface"); in TEST_F() 105 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 110 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 112 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 114 title = GetFPDFWideString(L"Preface"); in TEST_F() 115 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get())); in TEST_F() 121 bookmarks[1].obj->SetNewFor<CPDF_String>("Title", L"Chapter 1"); in TEST_F() 127 bookmarks[2].obj->SetNewFor<CPDF_String>("Title", L"Chapter 2"); in TEST_F() [all …]
|