Searched refs:interrupted_download_menu_model_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf_context_menu.cc335 if (interrupted_download_menu_model_)
336 return interrupted_download_menu_model_.get();
338 interrupted_download_menu_model_.reset(new ui::SimpleMenuModel(this));
341 interrupted_download_menu_model_->AddItemWithStringId(
348 interrupted_download_menu_model_->AddItemWithStringId(
352 interrupted_download_menu_model_->AddSeparator(ui::NORMAL_SEPARATOR);
353 interrupted_download_menu_model_->AddItemWithStringId(
357 return interrupted_download_menu_model_.get();
H A Ddownload_shelf_context_menu.h88 scoped_ptr<ui::SimpleMenuModel> interrupted_download_menu_model_; member in class:DownloadShelfContextMenu

Completed in 80 milliseconds