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

/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc136 base::FilePath main_file = path.Append(kRecoveryFileName); local
137 if (!base::PathExists(main_file))
140 CommandLine cmdline(main_file);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2245 bool WebContentsImpl::SavePage(const base::FilePath& main_file, argument
2251 save_package_ = new SavePackage(this, save_type, main_file, dir_path);

Completed in 69 milliseconds