Home
last modified time | relevance | path

Searched refs:InitializeV8ForPDFium (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/
Dtest_support.h80 bool InitializeV8ForPDFium(const std::string& exe_path,
86 bool InitializeV8ForPDFium(const std::string& exe_path,
Dembedder_test.cpp76 InitializeV8ForPDFium(g_exe_path, std::string(), nullptr, nullptr, in EmbedderTest()
81 InitializeV8ForPDFium(g_exe_path, std::string(), g_v8_natives, in EmbedderTest()
85 InitializeV8ForPDFium(g_exe_path, &platform_); in EmbedderTest()
Dtest_support.cpp154 bool InitializeV8ForPDFium(const std::string& exe_path, in InitializeV8ForPDFium() function
171 bool InitializeV8ForPDFium(const std::string& exe_path, in InitializeV8ForPDFium() function
/external/pdfium/samples/
Dpdfium_test.cc949 InitializeV8ForPDFium(options.exe_path, options.bin_directory, &natives, in main()
952 InitializeV8ForPDFium(options.exe_path, &platform); in main()