Searched refs:OpenDocumentWithOptions (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/testing/ |
D | xfa_js_embedder_test.cpp | 59 bool XFAJSEmbedderTest::OpenDocumentWithOptions( in OpenDocumentWithOptions() function in XFAJSEmbedderTest 66 if (!EmbedderTest::OpenDocumentWithOptions( in OpenDocumentWithOptions()
|
D | embedder_test.cpp | 116 return OpenDocumentWithOptions(filename, nullptr, in OpenDocument() 122 return OpenDocumentWithOptions(filename, nullptr, in OpenDocumentLinearized() 129 return OpenDocumentWithOptions(filename, password, in OpenDocumentWithPassword() 135 return OpenDocumentWithOptions(filename, nullptr, in OpenDocumentWithoutJavaScript() 140 bool EmbedderTest::OpenDocumentWithOptions(const std::string& filename, in OpenDocumentWithOptions() function in EmbedderTest
|
D | xfa_js_embedder_test.h | 27 bool OpenDocumentWithOptions(const std::string& filename,
|
D | embedder_test.h | 97 virtual bool OpenDocumentWithOptions(const std::string& filename,
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler_embeddertest.cpp | 166 ASSERT_TRUE(OpenDocumentWithOptions("encrypted.pdf", "5678", in TEST_F()
|