Searched refs:IsHttpSupported (Results 1 – 1 of 1) sorted by relevance
220 virtual bool IsHttpSupported() const = 0;252 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::MockHttpFetcherTest291 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::LibcurlHttpFetcherTest364 bool IsHttpSupported() const override { return false; } in IsHttpSupported() function in chromeos_update_engine::FileFetcherTest557 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()[all …]