Home | History | Annotate | Download | only in src

Lines Matching refs:EXPECT_TRUE

19   EXPECT_TRUE(OpenDocument("hello_world.pdf"));
20 EXPECT_TRUE(FPDF_SaveAsCopy(document(), this, 0));
26 EXPECT_TRUE(OpenDocument("hello_world.pdf"));
27 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 14));
33 EXPECT_TRUE(OpenDocument("hello_world.pdf"));
34 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, -1));
38 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 0));
42 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 18));
47 EXPECT_TRUE(OpenDocument("hello_world.pdf"));
48 EXPECT_TRUE(FPDF_SaveAsCopy(document(), this, 0));