Lines Matching refs:IsHttpSupported
211 virtual bool IsHttpSupported() const = 0;
243 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::MockHttpFetcherTest
282 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::LibcurlHttpFetcherTest
355 bool IsHttpSupported() const override { return false; } in IsHttpSupported() function in chromeos_update_engine::FileFetcherTest
543 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()
1061 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
1077 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()