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

  /external/chromium/chrome/browser/download/
download_shelf.cc 124 if (in_progress_download_menu_model_.get())
125 return in_progress_download_menu_model_.get();
127 in_progress_download_menu_model_.reset(new ui::SimpleMenuModel(this));
129 in_progress_download_menu_model_->AddCheckItemWithStringId(
131 in_progress_download_menu_model_->AddCheckItemWithStringId(
133 in_progress_download_menu_model_->AddSeparator();
134 in_progress_download_menu_model_->AddItemWithStringId(
136 in_progress_download_menu_model_->AddItemWithStringId(
138 in_progress_download_menu_model_->AddSeparator();
139 in_progress_download_menu_model_->AddItemWithStringId
    [all...]
download_shelf.h 85 scoped_ptr<ui::SimpleMenuModel> in_progress_download_menu_model_; member in class:DownloadShelfContextMenu

Completed in 37 milliseconds