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

/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler.cc134 base::string16 flash_version = local
141 flash_version = info_array[i].version;
147 base::StringValue arg(flash_version);
H A Dflash_ui.cc281 base::string16 flash_version = info_array[i].version + ASCIIToUTF16(" ") + local
287 flash_version += ASCIIToUTF16(" (not used)");
291 flash_version += ASCIIToUTF16(" (disabled)");
293 AddPair(list, ASCIIToUTF16(kFlashPlugin), flash_version);
/external/chromium_org/chrome/browser/component_updater/
H A Dpepper_flash_component_installer.cc212 const Version& flash_version,
216 if (!flash_version.IsValid())
218 const std::vector<uint16_t> ver_nums = flash_version.components();
235 plugin_info->version = flash_version.GetString();
211 MakePepperFlashPluginInfo(const base::FilePath& flash_path, const Version& flash_version, bool out_of_process, bool is_debugger, content::PepperPluginInfo* plugin_info) argument

Completed in 209 milliseconds