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

/external/chromium/chrome/common/extensions/
H A Dextension_unpacker.cc196 std::set<FilePath> image_paths = extension->GetBrowserImages(); local
197 for (std::set<FilePath>::iterator it = image_paths.begin();
198 it != image_paths.end(); ++it) {
H A Dextension.cc2522 std::set<FilePath> image_paths; local
2529 image_paths.insert(FilePath::FromWStringHack(UTF8ToWide(iter->second)));
2539 image_paths.insert(FilePath::FromWStringHack(UTF8ToWide(val)));
2548 image_paths.insert(FilePath::FromWStringHack(UTF8ToWide(*iter)));
2557 image_paths.insert(FilePath::FromWStringHack(UTF8ToWide(*iter)));
2561 return image_paths;
/external/chromium/chrome/browser/extensions/
H A Dsandboxed_extension_unpacker.cc475 std::set<FilePath> image_paths = extension_->GetBrowserImages(); local
476 if (image_paths.size() != images.size()) {
486 for (std::set<FilePath>::iterator it = image_paths.begin();
487 it != image_paths.end(); ++it) {

Completed in 3876 milliseconds