IsDryRunJob        36 chrome/service/cloud_print/cloud_print_service_helpers.h bool IsDryRunJob(const std::vector<std::string>& tags);
IsDryRunJob        94 chrome/service/cloud_print/cloud_print_service_helpers_unittest.cc TEST(CloudPrintServiceHelpersTest, IsDryRunJob) {
IsDryRunJob        97 chrome/service/cloud_print/cloud_print_service_helpers_unittest.cc   EXPECT_FALSE(IsDryRunJob(tags_not_dry_run));
IsDryRunJob       101 chrome/service/cloud_print/cloud_print_service_helpers_unittest.cc   EXPECT_TRUE(IsDryRunJob(tags_dry_run));
IsDryRunJob       799 chrome/service/cloud_print/print_system_cups.cc   *dry_run = IsDryRunJob(tags);