Home
last modified time | relevance | path

Searched refs:watch_mode (Results 1 – 1 of 1) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc359 base::MessageLoopForIO::Mode watch_mode = base::MessageLoopForIO::WATCH_READ; in MultiSocketCallback() local
362 watch_mode = base::MessageLoopForIO::WATCH_READ; in MultiSocketCallback()
365 watch_mode = base::MessageLoopForIO::WATCH_WRITE; in MultiSocketCallback()
368 watch_mode = base::MessageLoopForIO::WATCH_READ_WRITE; in MultiSocketCallback()
385 s, true, watch_mode, poll_data->GetWatcher(), poll_data)) in MultiSocketCallback()