Searched refs:downloading_ (Results 1 – 2 of 2) sorted by relevance
75 if (downloading_) { in Read()97 } while (downloading_ && total_read < len); in Read()118 downloading_ = true; in Write()120 downloading_ = false; in Write()
39 bool downloading_ = false; variable