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

  /external/chromium/chrome/common/extensions/
file_browser_handler.h 47 const std::string icon_path() const { return default_icon_path_; } function in class:FileBrowserHandler
extension.cc 1611 FilePath icon_path = extension->GetIconResource( local
1822 std::string icon_path; local
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 116 std::string icon_path = StringPrintf("%s/%s.png", kIconsDirName, local
118 icons->SetString(size, icon_path);
  /external/chromium/chrome/browser/
jumplist_win.cc 248 FilePath* icon_path) {
263 *icon_path = path;
542 FilePath icon_path; local
543 if (CreateIconFile(icon_bitmap, icon_dir_, &icon_path))
544 (*item)->SetIcon(icon_path.value(), 0, true);
557 FilePath icon_path; local
558 if (CreateIconFile(icon_bitmap, icon_dir_, &icon_path))
559 (*item)->SetIcon(icon_path.value(), 0, true);
  /external/chromium/base/
mime_util_xdg.cc 188 FilePath icon_path; local
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; local
251 icon_path = dir_iter->Append(subdir);
252 icon_path = icon_path.Append(icon_name + (*icon_formats)[i])
536 FilePath icon_path; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 1518 std::string icon_path = (icon_index < 0) ? local
    [all...]

Completed in 192 milliseconds