Home
last modified time | relevance | path

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

/external/chromium_org/mojo/common/
Dhandle_watcher.cc177 REQUEST_START, enumerator
183 RequestData() : type(REQUEST_START), stop_id(0), stop_event(NULL) {} in RequestData()
234 request_data.type = REQUEST_START; in StartWatching()
253 if (i->type == REQUEST_START && i->start_data.id == watcher_id) { in StopWatching()
297 if (requests[i].type == REQUEST_START) { in ProcessRequestsOnBackendThread()