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

  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 51 // Add the image paths contained in the |icon_set| to |image_paths|.
53 std::set<base::FilePath>* image_paths) {
58 image_paths->insert(base::FilePath::FromUTF8Unsafe(iter->second));
298 std::set<base::FilePath> image_paths; local
300 AddPathsFromIconSet(extensions::IconsInfo::GetIcons(extension), &image_paths); local
310 image_paths.insert(base::FilePath(path));
317 AddPathsFromIconSet(page_action->default_icon, &image_paths);
322 AddPathsFromIconSet(browser_action->default_icon, &image_paths);
324 return image_paths;
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 196 std::set<FilePath> image_paths = extension->GetBrowserImages(); local
197 for (std::set<FilePath>::iterator it = image_paths.begin();
198 it != image_paths.end(); ++it) {
extension.cc 2522 std::set<FilePath> image_paths; local
    [all...]
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 206 std::set<base::FilePath> image_paths = local
208 for (std::set<base::FilePath>::iterator it = image_paths.begin();
209 it != image_paths.end();
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 475 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) {
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 656 std::set<base::FilePath> image_paths = local
658 if (image_paths.size() != images.size()) {
668 for (std::set<base::FilePath>::iterator it = image_paths.begin();
669 it != image_paths.end(); ++it) {

Completed in 612 milliseconds