Home
last modified time | relevance | path

Searched refs:icon_dir_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Djumplist_win.cc501 icon_dir_(icon_dir),
515 FilePath icon_dir_;
528 FilePath icon_dir_old(icon_dir_.value() + L"Old");
531 file_util::Move(icon_dir_, icon_dir_old);
532 file_util::CreateDirectory(icon_dir_);
543 if (CreateIconFile(icon_bitmap, icon_dir_, &icon_path))
558 if (CreateIconFile(icon_bitmap, icon_dir_, &icon_path))
604 icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
775 new JumpListUpdateTask(app_id_.c_str(), icon_dir_, most_visited_pages_,
Djumplist_win.h177 FilePath icon_dir_; variable