Searched refs:in_progress_download_menu_model_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf_context_menu.cc284 if (in_progress_download_menu_model_)
285 return in_progress_download_menu_model_.get();
287 in_progress_download_menu_model_.reset(new ui::SimpleMenuModel(this));
289 in_progress_download_menu_model_->AddCheckItemWithStringId(
291 in_progress_download_menu_model_->AddCheckItemWithStringId(
293 in_progress_download_menu_model_->AddSeparator(ui::NORMAL_SEPARATOR);
294 in_progress_download_menu_model_->AddItemWithStringId(
296 in_progress_download_menu_model_->AddItemWithStringId(
298 in_progress_download_menu_model_->AddSeparator(ui::NORMAL_SEPARATOR);
299 in_progress_download_menu_model_
[all...]
H A Ddownload_shelf_context_menu.h86 scoped_ptr<ui::SimpleMenuModel> in_progress_download_menu_model_; member in class:DownloadShelfContextMenu

Completed in 331 milliseconds