Searched refs:SetUtilityClientForTesting (Results 1 – 8 of 8) sorted by relevance
158 operation_->SetUtilityClientForTesting(client_); in TEST_F()197 operation_->SetUtilityClientForTesting(client_); in TEST_F()233 operation_->SetUtilityClientForTesting(client_); in TEST_F()
33 operation->SetUtilityClientForTesting(client); in TEST_F()
57 op->SetUtilityClientForTesting(client); in TEST_F()
77 void SetUtilityClientForTesting(
64 void Operation::SetUtilityClientForTesting( in SetUtilityClientForTesting() function in extensions::image_writer::Operation
58 ContentUtilityClient* SetUtilityClientForTesting(ContentUtilityClient* u) { in SetUtilityClientForTesting() function
64 CONTENT_EXPORT ContentUtilityClient* SetUtilityClientForTesting(
52 content::SetUtilityClientForTesting(utility_content_client_.get()); in OnTestStart()