OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finished_download_menu_model_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/download/
download_shelf.cc
146
if (
finished_download_menu_model_
.get())
147
return
finished_download_menu_model_
.get();
149
finished_download_menu_model_
.reset(new ui::SimpleMenuModel(this));
151
finished_download_menu_model_
->AddItemWithStringId(
153
finished_download_menu_model_
->AddCheckItemWithStringId(
155
finished_download_menu_model_
->AddSeparator();
156
finished_download_menu_model_
->AddItemWithStringId(
158
finished_download_menu_model_
->AddSeparator();
159
finished_download_menu_model_
->AddItemWithStringId(
162
return
finished_download_menu_model_
.get()
[
all
...]
download_shelf.h
86
scoped_ptr<ui::SimpleMenuModel>
finished_download_menu_model_
;
member in class:DownloadShelfContextMenu
/external/chromium_org/chrome/browser/download/
download_shelf_context_menu.cc
291
if (
finished_download_menu_model_
)
292
return
finished_download_menu_model_
.get();
294
finished_download_menu_model_
.reset(new ui::SimpleMenuModel(this));
296
finished_download_menu_model_
->AddItemWithStringId(
298
finished_download_menu_model_
->AddCheckItemWithStringId(
301
finished_download_menu_model_
->AddItemWithStringId(
303
finished_download_menu_model_
->AddSeparator(ui::NORMAL_SEPARATOR);
304
finished_download_menu_model_
->AddItemWithStringId(
306
finished_download_menu_model_
->AddSeparator(ui::NORMAL_SEPARATOR);
307
finished_download_menu_model_
->AddItemWithStringId
[
all
...]
download_shelf_context_menu.h
80
scoped_ptr<ui::SimpleMenuModel>
finished_download_menu_model_
;
member in class:DownloadShelfContextMenu
Completed in 466 milliseconds