OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleGetDownloads
(Results
1 - 3
of
3
) 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) {
Completed in 2698 milliseconds