Searched refs:start_cb_ (Results 1 – 2 of 2) sorted by relevance
142 DCHECK(start_cb_.is_null()); in Start()150 start_cb_ = start_cb; in Start()208 start_cb_.Reset(); in Stop()222 DCHECK(start_cb_.is_null()); in Read()334 if (start_cb_.is_null()) { in willSendRequest()367 if (start_cb_.is_null()) in didReceiveResponse()500 if (!start_cb_.is_null()) { in didFinishLoading()535 if (!start_cb_.is_null()) { in didFail()549 DCHECK(start_cb_.is_null()) in HasSingleOrigin()555 DCHECK(start_cb_.is_null()) in DidPassCORSAccessCheck()[all …]
292 StartCB start_cb_; in NON_EXPORTED_BASE() local