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

/external/chromium_org/chrome/test/mini_installer_test/
H A Dinstaller_path_provider.h16 class InstallerPathProvider { class in namespace:installer_test
19 InstallerPathProvider();
21 explicit InstallerPathProvider(const std::string& build_under_test);
22 ~InstallerPathProvider();
44 DISALLOW_COPY_AND_ASSIGN(InstallerPathProvider);
H A Dinstaller_path_provider.cc75 InstallerPathProvider::InstallerPathProvider() { function in class:installer_test::InstallerPathProvider
86 InstallerPathProvider::InstallerPathProvider( function in class:installer_test::InstallerPathProvider
96 InstallerPathProvider::~InstallerPathProvider() {}
98 bool InstallerPathProvider::GetFullInstaller(base::FilePath* path) {
103 bool InstallerPathProvider::GetDiffInstaller(base::FilePath* path) {
108 bool InstallerPathProvider::GetMiniInstaller(base::FilePath* path) {
120 bool InstallerPathProvider
[all...]

Completed in 121 milliseconds