Home
last modified time | relevance | path

Searched refs:option_out (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/cloud_devices/common/
Dprinter_description.cc555 PwgRasterConfig option_out; in Load() local
559 &option_out.document_sheet_back)) { in Load()
565 &option_out.reverse_order_streaming); in Load()
566 dict.GetBoolean(kPwgRasterRotateAllPages, &option_out.rotate_all_pages); in Load()
567 *option = option_out; in Load()