Searched refs:selection_only_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/printing/
H A Dprint_settings.h107 selection_only_ = selection_only;
109 bool selection_only() const { return selection_only_; }
173 bool selection_only_; member in class:printing::PrintSettings
H A Dprint_settings.cc126 selection_only_ = false;
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.cc63 selection_only_(false),
113 selection_only_ = params.selection_only;
152 settings->params.selection_only = selection_only_;
299 params->selection_only = selection_only_;
H A Dmock_printer.h128 bool selection_only_; member in class:MockPrinter

Completed in 78 milliseconds