OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interrupted_download_menu_model_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/download/
download_shelf_context_menu.cc
321
if (
interrupted_download_menu_model_
)
322
return
interrupted_download_menu_model_
.get();
324
interrupted_download_menu_model_
.reset(new ui::SimpleMenuModel(this));
327
interrupted_download_menu_model_
->AddItemWithStringId(
334
interrupted_download_menu_model_
->AddItemWithStringId(
338
interrupted_download_menu_model_
->AddSeparator(ui::NORMAL_SEPARATOR);
339
interrupted_download_menu_model_
->AddItemWithStringId(
343
return
interrupted_download_menu_model_
.get();
download_shelf_context_menu.h
81
scoped_ptr<ui::SimpleMenuModel>
interrupted_download_menu_model_
;
member in class:DownloadShelfContextMenu
Completed in 62 milliseconds