Searched refs:RunReadCallback (Results 1 – 1 of 1) sorted by relevance
208 void RunReadCallback(int bytes_read);299 RunReadCallback(0); in ReadOnWorkThread()319 RunReadCallback(result || bytes_read <= 0 ? bytes_read : net::ERR_FAILED); in ReadOnWorkThread()416 RunReadCallback(bytes_read); in ContinueReadCallbackOnWorkThread()433 void InputStreamReader::RunReadCallback(int bytes_read) { in RunReadCallback() function in net_service::InputStreamReader