OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleCancel
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.h
67
void
HandleCancel
(const ListValue* args);
downloads_dom_handler.cc
92
NewCallback(this, &DownloadsDOMHandler::
HandleCancel
));
198
void DownloadsDOMHandler::
HandleCancel
(const ListValue* args) {
bug_report_ui.cc
207
void
HandleCancel
(const ListValue* args);
533
NewCallback(this, &BugReportHandler::
HandleCancel
));
698
void BugReportHandler::
HandleCancel
(const ListValue*) {
/external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc
81
void
HandleCancel
(const ListValue* args);
155
NewCallback(this, &ChooseMobileNetworkHandler::
HandleCancel
));
191
void ChooseMobileNetworkHandler::
HandleCancel
(const ListValue* args) {
sim_unlock_ui.cc
145
void
HandleCancel
() {
187
void
HandleCancel
(const ListValue* args);
342
NewCallback(this, &SimUnlockHandler::
HandleCancel
));
459
void SimUnlockHandler::
HandleCancel
(const ListValue* args) {
467
NewRunnableMethod(task.get(), &TaskProxy::
HandleCancel
));
Completed in 111 milliseconds