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_helpers_unittest.cc 93 TEST(CloudPrintServiceHelpersTest, IsDryRunJob) {
96 EXPECT_FALSE(IsDryRunJob(tags_not_dry_run));
100 EXPECT_TRUE(IsDryRunJob(tags_dry_run));
cloud_print_helpers.h 35 bool IsDryRunJob(const std::vector<std::string>& tags);
cloud_print_helpers.cc 82 bool IsDryRunJob(const std::vector<std::string>& tags) {
print_system_cups.cc 792 *dry_run = IsDryRunJob(tags);

Completed in 644 milliseconds