Lines Matching refs:IsHttpSupported
220 virtual bool IsHttpSupported() const = 0;
252 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::MockHttpFetcherTest
291 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::LibcurlHttpFetcherTest
364 bool IsHttpSupported() const override { return false; } in IsHttpSupported() function in chromeos_update_engine::FileFetcherTest
557 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
655 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
745 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
790 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
958 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
1061 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
1075 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
1091 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()