Searched defs:pdf_path_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dgview_request_interceptor_unittest.cc56 ASSERT_TRUE(PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_path_));
71 info.path = pdf_path_;
78 webkit::npapi::PluginList::Singleton()->UnregisterInternalPlugin(pdf_path_);
86 pdf_path_, &info);
90 pdf_path_, &info);
97 pdf_path_, &info);
107 FilePath pdf_path_; member in class:chromeos::GViewRequestInterceptorTest
133 webkit::npapi::PluginList::Singleton()->EnablePlugin(pdf_path_);
150 webkit::npapi::PluginList::Singleton()->DisablePlugin(pdf_path_);

Completed in 33 milliseconds