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

  /external/chromium_org/chrome/common/cloud_print/
cloud_print_cdd_conversion.cc 18 ContentTypesCapability content_types; local
19 content_types.AddOption("application/pdf");
20 content_types.SaveTo(&description);
  /external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc 268 ContentTypesCapability content_types; local
282 EXPECT_FALSE(content_types.LoadFrom(description));
314 ContentTypesCapability content_types; local
328 content_types.AddOption("image/pwg-raster");
329 content_types.AddOption("image/jpeg");
373 content_types.SaveTo(&description);
394 ContentTypesCapability content_types; local
408 EXPECT_TRUE(content_types.LoadFrom(description));
423 EXPECT_TRUE(content_types.Contains("image/pwg-raster"));
424 EXPECT_TRUE(content_types.Contains("image/jpeg"))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute_unittest.cc 133 base::ListValue content_types; local
134 content_types.Append(new base::StringValue("text/plain"));
137 keys::kContentTypeKey, &content_types, &error);
150 keys::kExcludeContentTypeKey, &content_types, &error);
157 content_types.Clear();
158 content_types.Append(new base::StringValue("something/invalid"));
161 keys::kContentTypeKey, &content_types, &error);
170 keys::kExcludeContentTypeKey, &content_types, &error);
webrequest_condition_attribute.cc 210 const std::vector<std::string>& content_types,
212 : content_types_(content_types),
232 std::vector<std::string> content_types; local
240 content_types.push_back(content_type);
245 content_types, name == keys::kContentTypeKey));
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc 530 ContentTypesCapability content_types; local
531 if (content_types.LoadFrom(capabilities_)) {
532 use_pdf_ = content_types.Contains(kPrivetContentTypePDF) ||
533 content_types.Contains(kPrivetContentTypeAny);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 533 std::string content_types[] = { local
537 for (size_t i = 0; i < arraysize(content_types); ++i) {
538 ScopedGIcon icon(g_content_type_get_icon(content_types[i].c_str()));
    [all...]

Completed in 354 milliseconds