Searched refs:extra_plugin_paths_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/
H A Dplugin_list.cc56 extra_plugin_paths_.push_back(plugin_path);
81 extra_plugin_paths_.insert(extra_plugin_paths_.begin(), info.path);
83 extra_plugin_paths_.push_back(info.path);
250 extra_plugin_paths = extra_plugin_paths_;
405 std::find(extra_plugin_paths_.begin(), extra_plugin_paths_.end(),
407 if (it != extra_plugin_paths_.end())
408 extra_plugin_paths_.erase(it);
H A Dplugin_list_win.cc379 std::find(extra_plugin_paths_.begin(), extra_plugin_paths_.end(),
380 info.path) == extra_plugin_paths_.end();
382 // Version check for plugins that are not coming from |extra_plugin_paths_|.
H A Dplugin_list.h225 std::vector<base::FilePath> extra_plugin_paths_; member in class:content::PluginList

Completed in 69 milliseconds