Home
last modified time | relevance | path

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

/external/chromium_org/chrome/utility/
Dchrome_content_utility_client.cc92 base::FilePath pdf_module_path; in Init() local
93 if (!PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_module_path) || in Init()
94 !base::PathExists(pdf_module_path)) { in Init()
98 pdf_lib_.Reset(base::LoadNativeLibrary(pdf_module_path, NULL)); in Init()
116 !PlatformInit(pdf_module_path, pdf_lib_)) { in Init()
159 const base::FilePath& pdf_module_path, in PlatformInit() argument
227 const base::FilePath& pdf_module_path, in PlatformInit() argument
231 g_iat_patch_createdca.Patch(pdf_module_path.value().c_str(), in PlatformInit()
237 g_iat_patch_get_font_data.Patch(pdf_module_path.value().c_str(), in PlatformInit()