Searched refs:IsHttpSupported (Results 1 – 1 of 1) sorted by relevance
211 virtual bool IsHttpSupported() const = 0;243 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::MockHttpFetcherTest282 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::LibcurlHttpFetcherTest355 bool IsHttpSupported() const override { return false; } in IsHttpSupported() function in chromeos_update_engine::FileFetcherTest543 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()641 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()731 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()776 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()944 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()1047 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()[all …]