Searched refs:PerformWrite (Results 1 – 1 of 1) sorted by relevance
41 void PerformWrite(const std::shared_ptr<CopyDataState>& state, size_t size) { in PerformWrite() function72 return PerformWrite(state, 0); // Nothing more to read. Finish operation. in PerformRead()74 state->buffer.data(), size_to_read, base::Bind(PerformWrite, state), in PerformRead()