HomeSort by relevance Sort by last modified time
    Searched refs:DispatchInputData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
ipc_channel_reader.cc 32 if (!DispatchInputData(input_buf_, bytes_read))
38 return DispatchInputData(input_buf_, bytes_read);
52 bool ChannelReader::DispatchInputData(const char* input_data,
86 TRACE_EVENT1("ipc,toplevel", "ChannelReader::DispatchInputData",
89 TRACE_EVENT2("ipc,toplevel", "ChannelReader::DispatchInputData",
ipc_channel_reader.h 92 bool DispatchInputData(const char* input_data, int input_data_len);
96 // We read from the pipe into this buffer. Managed by DispatchInputData, do

Completed in 1185 milliseconds