Home
last modified time | relevance | path

Searched refs:OpenDocumentWithOptions (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/
Dxfa_js_embedder_test.cpp59 bool XFAJSEmbedderTest::OpenDocumentWithOptions( in OpenDocumentWithOptions() function in XFAJSEmbedderTest
66 if (!EmbedderTest::OpenDocumentWithOptions( in OpenDocumentWithOptions()
Dembedder_test.cpp116 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
Dxfa_js_embedder_test.h27 bool OpenDocumentWithOptions(const std::string& filename,
Dembedder_test.h97 virtual bool OpenDocumentWithOptions(const std::string& filename,
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler_embeddertest.cpp166 ASSERT_TRUE(OpenDocumentWithOptions("encrypted.pdf", "5678", in TEST_F()