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

/external/chromium_org/chrome/common/extensions/
H A Dextension_file_util.cc22 // Add the image paths contained in the |icon_set| to |image_paths|.
24 std::set<base::FilePath>* image_paths) {
29 image_paths->insert(base::FilePath::FromUTF8Unsafe(iter->second));
38 std::set<base::FilePath> image_paths; local
40 AddPathsFromIconSet(extensions::IconsInfo::GetIcons(extension), &image_paths); local
50 image_paths.insert(base::FilePath(path));
57 AddPathsFromIconSet(page_action->default_icon, &image_paths);
62 AddPathsFromIconSet(browser_action->default_icon, &image_paths);
64 return image_paths;
23 AddPathsFromIconSet(const ExtensionIconSet& icon_set, std::set<base::FilePath>* image_paths) argument
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc212 std::set<base::FilePath> image_paths = local
214 for (std::set<base::FilePath>::iterator it = image_paths.begin();
215 it != image_paths.end();
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc664 std::set<base::FilePath> image_paths = local
666 if (image_paths.size() != images.size()) {
676 for (std::set<base::FilePath>::iterator it = image_paths.begin();
677 it != image_paths.end(); ++it) {

Completed in 132 milliseconds