HomeSort by relevance Sort by last modified time
    Searched refs:IsDryRunJob (Results 1 - 4 of 4) sorted by null

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

Completed in 88 milliseconds