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

  /external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc 328 content_types.AddOption("image/pwg-raster");
329 content_types.AddOption("image/jpeg");
338 color.AddOption(Color(STANDARD_MONOCHROME));
342 color.AddOption(custom);
345 duplex.AddOption(SHORT_EDGE);
346 duplex.AddOption(NO_DUPLEX);
348 orientation.AddOption(PORTRAIT);
349 orientation.AddOption(LANDSCAPE);
353 margins.AddOption(Margins(STANDARD_MARGINS, 100, 200, 300, 400));
354 margins.AddOption(Margins(CUSTOM_MARGINS, 1, 2, 3, 4))
    [all...]
description_items.h 66 void AddOption(const Option& option) { options_.push_back(option); }
112 void AddOption(const Option& option) { AddDefaultOption(option, false); }
description_items_inl.h 54 AddOption(option);
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_cdd_conversion.cc 19 content_types.AddOption("application/pdf");
118 orientation.AddOption(LANDSCAPE);
119 orientation.AddOption(AUTO_ORIENTATION);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.cc 57 desc->AddOption(ICE_OPTION_GICE);
transportdescription.h 162 void AddOption(const std::string& option) {
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 337 orientation.AddOption(cloud_devices::printer::PORTRAIT);
338 orientation.AddOption(cloud_devices::printer::LANDSCAPE);
    [all...]

Completed in 91 milliseconds