HomeSort by relevance Sort by last modified time
    Searched defs:flash_path (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/
chrome_content_client.cc 121 const CommandLine::StringType flash_path = local
124 if (flash_path.empty())
129 plugin.path = FilePath(flash_path);
sandbox_policy.cc 447 // flash plugin and optionally returns its full path in |flash_path|
448 bool IsBuiltInFlash(const CommandLine* cmd_line, FilePath* flash_path) {
460 if (flash_path)
461 *flash_path = plugin_path;
485 FilePath flash_path; local
486 if (IsBuiltInFlash(cmd_line, &flash_path)) {
488 if (!LoadFlashBroker(flash_path, cmd_line)) {
  /external/chromium_org/chrome/common/
chrome_content_client.cc 336 const CommandLine::StringType flash_path = local
339 if (flash_path.empty())
349 CreatePepperFlashInfo(base::FilePath(flash_path), flash_version));
372 base::FilePath flash_path;
373 if (!PathService::Get(chrome::FILE_PEPPER_FLASH_PLUGIN, &flash_path))
376 *plugin = CreatePepperFlashInfo(flash_path, FLAPPER_VERSION_STRING);

Completed in 119 milliseconds