Home | History | Annotate | Download | only in base

Lines Matching refs:icon_path

188   FilePath icon_path;
195 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
196 if (!icon_path.empty())
197 return icon_path;
212 icon_path = path;
217 if (!icon_path.empty() || !inherits || inherits_ == "")
218 return icon_path;
245 FilePath icon_path;
251 icon_path = dir_iter->Append(subdir);
252 icon_path = icon_path.Append(icon_name + (*icon_formats)[i]);
253 if (file_util::PathExists(icon_path))
254 return icon_path;
536 FilePath icon_path;
540 icon_path = default_themes[i]->GetIconPath(icon_name, size, true);
541 if (!icon_path.empty())
542 return icon_path;