HomeSort by relevance Sort by last modified time
    Searched refs:plugin_paths (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/utility/
utility_thread_impl.cc 132 const std::vector<base::FilePath>& plugin_paths) {
152 for (size_t i = 0; i < plugin_paths.size(); ++i) {
155 plugin_paths[i], &plugins, &plugin))
156 Send(new UtilityHostMsg_LoadPluginFailed(i, plugin_paths[i]));
utility_thread_impl.h 52 void OnLoadPlugins(const std::vector<base::FilePath>& plugin_paths);
  /external/chromium_org/content/common/
plugin_list.cc 194 std::vector<base::FilePath> plugin_paths; local
195 GetPluginPathsToLoad(&plugin_paths, include_npapi);
197 for (std::vector<base::FilePath>::const_iterator it = plugin_paths.begin();
198 it != plugin_paths.end();
242 void PluginList::GetPluginPathsToLoad(std::vector<base::FilePath>* plugin_paths,
256 if (std::find(plugin_paths->begin(), plugin_paths->end(), path) !=
257 plugin_paths->end()) {
260 plugin_paths->push_back(path);
267 GetPluginsInDir(extra_plugin_dirs[i], plugin_paths);
    [all...]
plugin_list.h 139 void GetPluginPathsToLoad(std::vector<base::FilePath>* plugin_paths,

Completed in 89 milliseconds