Searched refs:response_was_cached_ (Results 1 – 5 of 5) sorted by relevance
96 response_was_cached_(false), in Context()170 response_was_cached_ = blink_glue::ResponseWasCached(response); in OnStopRedirect()189 response_was_cached_ = blink_glue::ResponseWasCached(response); in OnResponse()309 bool response_was_cached() const { return response_was_cached_; } in response_was_cached()336 bool response_was_cached_; member in CefRenderURLRequest::Context
45 bool response_was_cached_ = false; member
82 response_was_cached_ = request->ResponseWasCached(); in OnRequestComplete()
2474 client->response_was_cached_); in VerifyResponse()
187 bool response_was_cached() const { return response_was_cached_; } in response_was_cached()528 response_was_cached_ = loader_->LoadedFromCache(); in OnComplete()593 bool response_was_cached_ = false; member in CefBrowserURLRequest::Context