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

  /external/chromium/chrome/browser/
jumplist_win.cc 501 icon_dir_(icon_dir),
515 FilePath icon_dir_; member in class:__anon4673::JumpListUpdateTask
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_,
jumplist_win.h 177 FilePath icon_dir_; member in class:JumpList
  /external/chromium_org/chrome/browser/
jumplist_win.h 233 base::FilePath icon_dir_; member in class:JumpList
jumplist_win.cc 497 icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
737 base::FilePath icon_dir_old(icon_dir_.value() + L"Old");
740 base::Move(icon_dir_, icon_dir_old);
741 file_util::CreateDirectory(icon_dir_);
761 if (CreateIconFile((*item)->data(), icon_dir_, &icon_path))

Completed in 161 milliseconds