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

  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.cc 25 const char kCdd[] = "cdd";
71 json.Set(kCdd, state.cdd->DeepCopy());
159 if (!json->GetDictionary(kCdd, &cdd_dict))
printer.cc 55 const char kCdd[] =
389 base::ReplaceChars(kCdd, "'", "\"", &cdd_string);
  /external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc 29 const char kCdd[] =
387 EXPECT_EQ(NormalizeJson(kCdd), NormalizeJson(description.ToString()));
392 ASSERT_TRUE(description.InitFromString(NormalizeJson(kCdd)));
473 EXPECT_EQ(NormalizeJson(kCdd), NormalizeJson(description.ToString()));

Completed in 1671 milliseconds