Searched refs:got_response_ (Results 1 – 3 of 3) sorted by relevance
120 json_data_(json_data), got_response_(false) { in UnpackerClient()155 if (got_response_) in OnProcessCrashed()175 if (got_response_) in Cleanup()178 got_response_ = true; in Cleanup()196 bool got_response_; member in WebResourceService::UnpackerClient
52 rdh_(rdh), client_(client), got_response_(false) { in SandboxedExtensionUnpacker()176 got_response_ = true; in OnUnpackExtensionSucceeded()226 got_response_ = true; in OnUnpackExtensionFailed()236 if (got_response_) in OnProcessCrashed()
225 bool got_response_; variable