OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CancelTask
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/message_loops/
fake_message_loop.cc
50
bool FakeMessageLoop::
CancelTask
(TaskId task_id) {
109
// entry from the map before we call the callback, since calling
CancelTask
base_message_loop.cc
169
bool BaseMessageLoop::
CancelTask
(TaskId task_id) {
178
return io_task_it->second.
CancelTask
();
253
// Mark the task as canceled while we are running it so
CancelTask
returns
385
//
CancelTask
on its own task_id, so we copy the members we need now.
427
bool BaseMessageLoop::IOTask::
CancelTask
() {
Completed in 121 milliseconds