OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleGetDownloads
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.h
40
void
HandleGetDownloads
(const ListValue* args);
downloads_dom_handler.cc
72
NewCallback(this, &DownloadsDOMHandler::
HandleGetDownloads
));
141
void DownloadsDOMHandler::
HandleGetDownloads
(const ListValue* args) {
active_downloads_ui.cc
108
void
HandleGetDownloads
(const ListValue* args);
225
NewCallback(this, &ActiveDownloadsHandler::
HandleGetDownloads
));
305
void ActiveDownloadsHandler::
HandleGetDownloads
(const ListValue* args) {
/external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.h
55
void
HandleGetDownloads
(const base::ListValue* args);
downloads_dom_handler.cc
289
base::Bind(&DownloadsDOMHandler::
HandleGetDownloads
,
373
void DownloadsDOMHandler::
HandleGetDownloads
(const base::ListValue* args) {
Completed in 1027 milliseconds