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.cc370 base::MessagePumpForIO::Mode watch_mode = base::MessagePumpForIO::WATCH_READ; in MultiSocketCallback() local
373 watch_mode = base::MessagePumpForIO::WATCH_READ; in MultiSocketCallback()
376 watch_mode = base::MessagePumpForIO::WATCH_WRITE; in MultiSocketCallback()
379 watch_mode = base::MessagePumpForIO::WATCH_READ_WRITE; in MultiSocketCallback()
396 s, true, watch_mode, poll_data->GetWatcher(), poll_data)) in MultiSocketCallback()