HomeSort by relevance Sort by last modified time
    Searched refs:OpenDocumentWithPassword (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler_embeddertest.cpp 22 ASSERT_TRUE(OpenDocumentWithPassword("about_blank.pdf", "foobar"));
31 EXPECT_FALSE(OpenDocumentWithPassword("encrypted.pdf", "tiger"));
35 ASSERT_TRUE(OpenDocumentWithPassword("encrypted.pdf", "1234"));
40 ASSERT_TRUE(OpenDocumentWithPassword("encrypted.pdf", "5678"));
98 ASSERT_FALSE(OpenDocumentWithPassword("bug_644.pdf", "tiger"));
102 ASSERT_TRUE(OpenDocumentWithPassword("bug_644.pdf", "a"));
107 ASSERT_TRUE(OpenDocumentWithPassword("bug_644.pdf", "b"));
  /external/pdfium/testing/
embedder_test.h 98 bool OpenDocumentWithPassword(const std::string& filename,
embedder_test.cpp 115 bool EmbedderTest::OpenDocumentWithPassword(const std::string& filename,

Completed in 312 milliseconds