Home
last modified time | relevance | path

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

/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc176 REQUEST_START, enumerator
182 RequestData() : type(REQUEST_START), stop_id(0) {} in RequestData()
232 request_data.type = REQUEST_START; in StartWatching()
249 if (i->type == REQUEST_START && i->start_data.id == watcher_id) { in StopWatching()
288 if (requests[i].type == REQUEST_START) { in ProcessRequestsOnBackendThread()