Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dchrome_paths.h68 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file. enumerator
Dchrome_content_client.cc58 if (PathService::Get(chrome::FILE_PDF_PLUGIN, &path)) { in ComputeBuiltInPlugins()
Dchrome_paths.cc223 case chrome::FILE_PDF_PLUGIN: in PathProvider()
/external/chromium/chrome/browser/chromeos/
Dgview_request_interceptor.cc67 PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_path); in MaybeInterceptResponse()
Dgview_request_interceptor_unittest.cc56 ASSERT_TRUE(PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_path_)); in SetUp()
/external/chromium/chrome/browser/
Dplugin_updater.cc147 PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_path); in UpdatePluginGroupsStateFromPrefs()