Searched refs:selection_only (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/android_webview/common/
H A Dprint_messages.cc24 selection_only(false),
50 selection_only = false;
79 selection_only(false) {
H A Dprint_messages.h43 bool selection_only; member in struct:PrintMsg_Print_Params
73 bool selection_only; member in struct:PrintHostMsg_RequestPrintPreview_Params
117 IPC_STRUCT_TRAITS_MEMBER(selection_only)
166 IPC_STRUCT_TRAITS_MEMBER(selection_only)
283 IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /* selection_only */)
/external/chromium_org/chrome/common/
H A Dprint_messages.cc22 selection_only(false),
48 selection_only = false;
77 selection_only(false) {
H A Dprint_messages.h42 bool selection_only; member in struct:PrintMsg_Print_Params
72 bool selection_only; member in struct:PrintHostMsg_RequestPrintPreview_Params
131 IPC_STRUCT_TRAITS_MEMBER(selection_only)
180 IPC_STRUCT_TRAITS_MEMBER(selection_only)
309 IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /* selection_only */)
/external/chromium_org/printing/
H A Dprint_settings.h106 void set_selection_only(bool selection_only) { argument
107 selection_only_ = selection_only;
109 bool selection_only() const { return selection_only_; } function in class:printing::PrintSettings
H A Dprinting_context_system_dialog_win.h42 bool selection_only);
H A Dprint_settings_conversion.cc94 bool selection_only = false; local
97 &selection_only)) {
101 settings->set_selection_only(selection_only);
204 settings.selection_only());
H A Dprinting_context_system_dialog_win.cc103 bool selection_only) {
123 if (!selection_only) {
137 settings_.set_selection_only(selection_only);
98 InitializeSettings( const DEVMODE& dev_mode, const std::wstring& new_device_name, const PRINTPAGERANGE* ranges, int number_ranges, bool selection_only) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager.h40 bool PrintPreviewNow(bool selection_only);
H A Dprint_view_manager.cc73 bool PrintViewManager::PrintPreviewNow(bool selection_only) { argument
81 selection_only))) {
H A Dprinting_message_filter.cc82 params->selection_only = settings.selection_only();
H A Dprint_dialog_cloud.cc197 result &= params->GetBoolean("selection_only", &parameters.selection_only);
456 default_settings.selection_only = false;
/external/chromium_org/android_webview/browser/renderer_host/
H A Dprint_manager.cc110 params->selection_only = settings.selection_only();
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.cc113 selection_only_ = params.selection_only;
152 settings->params.selection_only = selection_only_;
299 params->selection_only = selection_only_;
H A Dprint_web_view_helper.h132 void OnInitiatePrintPreview(bool selection_only);
H A Dprint_web_view_helper.cc619 should_print_selection_only_(params.selection_only),
1204 void PrintWebViewHelper::OnInitiatePrintPreview(bool selection_only) { argument
1209 RequestPrintPreview(selection_only ?
1579 DCHECK(!print_pages_params_->params.selection_only ||
1667 params.selection_only = has_selection;
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.h126 void OnInitiatePrintPreview(bool selection_only);
H A Dprint_web_view_helper.cc588 should_print_selection_only_(params.selection_only),
1177 void PrintWebViewHelper::OnInitiatePrintPreview(bool selection_only) { argument
1183 RequestPrintPreview(selection_only ?
1594 DCHECK(!print_pages_params_->params.selection_only ||
1716 params.selection_only = has_selection;
/external/chromium_org/chrome/renderer/
H A Dchrome_mock_render_thread.cc211 &params->params.selection_only);
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc263 bool selection_only = false; local
265 &selection_only) && selection_only) {
H A Dprint_preview_ui.cc454 print_preview_ui->print_selection_only_ = params.selection_only;

Completed in 306 milliseconds