Searched refs:flash_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_finder.py21 def __init__(self, browser_type, finder_options, executable, flash_path,
30 self._flash_path = flash_path
137 flash_path = os.path.join(flash_bin_dir, 'mac', flash_bin)
143 flash_path = os.path.join(flash_bin_dir, 'linux', flash_bin)
149 flash_path = os.path.join(flash_bin_dir, 'win', flash_bin)
161 normalized_executable, flash_path,
174 flash_path_64 if is_64 else flash_path,
H A Ddesktop_browser_backend.py28 def __init__(self, browser_options, executable, flash_path, is_content_shell,
46 assert not flash_path or os.path.exists(flash_path)
47 self._flash_path = flash_path
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc370 const CommandLine::StringType flash_path = local
373 if (flash_path.empty())
383 CreatePepperFlashInfo(base::FilePath(flash_path), flash_version));
400 base::FilePath flash_path;
401 if (!PathService::Get(chrome::FILE_PEPPER_FLASH_PLUGIN, &flash_path))
404 *plugin = CreatePepperFlashInfo(flash_path, FLAPPER_VERSION_STRING);
/external/chromium_org/tools/
H A Dbisect-builds.py111 is_official, is_asan, use_local_repo, flash_path = None,
122 self.flash_path = flash_path
565 if ((context.is_official or context.flash_path or context.pdf_path) and
568 if context.flash_path:
569 testargs.append('--ppapi-flash-path=%s' % context.flash_path)
1018 parser.add_option('-f', '--flash_path',
1103 opts.flash_path, opts.pdf_path)
1114 if opts.flash_path:
1115 msg = 'Could not find Flash binary at %s' % opts.flash_path
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dpepper_flash_component_installer.cc211 bool MakePepperFlashPluginInfo(const base::FilePath& flash_path, argument
224 plugin_info->path = flash_path;

Completed in 706 milliseconds