/external/chromium_org/android_webview/common/ |
print_messages.cc | 24 selection_only(false), 50 selection_only = false; 79 selection_only(false) {
|
print_messages.h | 42 bool selection_only; member in struct:PrintMsg_Print_Params 72 bool selection_only; member in struct:PrintHostMsg_RequestPrintPreview_Params 116 IPC_STRUCT_TRAITS_MEMBER(selection_only) 165 IPC_STRUCT_TRAITS_MEMBER(selection_only) 282 IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /* selection_only */)
|
/external/chromium_org/chrome/common/ |
print_messages.cc | 22 selection_only(false), 48 selection_only = false; 77 selection_only(false) {
|
print_messages.h | 40 bool selection_only; member in struct:PrintMsg_Print_Params 70 bool selection_only; member in struct:PrintHostMsg_RequestPrintPreview_Params 114 IPC_STRUCT_TRAITS_MEMBER(selection_only) 163 IPC_STRUCT_TRAITS_MEMBER(selection_only) 276 IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /* selection_only */)
|
/external/chromium_org/printing/ |
print_settings_initializer.cc | 45 bool selection_only = false; local 48 &selection_only)) { 52 settings->set_selection_only(selection_only);
|
print_settings.h | 80 void set_selection_only(bool selection_only) { 81 selection_only_ = selection_only; 83 bool selection_only() const { return selection_only_; } function in class:printing::PrintSettings
|
printing_context_win.h | 76 bool selection_only);
|
printing_context_win.cc | 558 bool selection_only) { 579 if (!selection_only) { 593 settings_.set_selection_only(selection_only);
|
/external/chromium_org/chrome/browser/printing/ |
print_view_manager.h | 43 bool PrintPreviewNow(bool selection_only);
|
print_view_manager.cc | 83 bool PrintViewManager::PrintPreviewNow(bool selection_only) { 91 selection_only))) {
|
print_dialog_cloud.cc | 136 result &= params->GetBoolean("selection_only", ¶meters.selection_only); 407 default_settings.selection_only = false;
|
printing_message_filter.cc | 81 params->selection_only = settings.selection_only();
|
/external/chromium_org/android_webview/browser/renderer_host/ |
print_manager.cc | 110 params->selection_only = settings.selection_only();
|
/external/chromium/chrome/common/ |
print_messages.h | 47 IPC_STRUCT_MEMBER(bool, selection_only)
|
/external/chromium_org/chrome/renderer/ |
mock_printer.cc | 113 selection_only_ = params.selection_only; 152 settings->params.selection_only = selection_only_; 299 params->selection_only = selection_only_;
|
chrome_mock_render_thread.cc | 209 ¶ms->params.selection_only);
|
/external/chromium/chrome/browser/printing/ |
printing_message_filter.cc | 57 params->selection_only = settings.selection_only;
|
print_dialog_cloud.cc | 130 result &= params->GetBoolean("selection_only", ¶meters.selection_only); 381 default_settings.selection_only = false;
|
/external/chromium_org/android_webview/renderer/ |
print_web_view_helper.h | 162 void OnInitiatePrintPreview(bool selection_only);
|
print_web_view_helper.cc | 572 should_print_selection_only_(params.selection_only), [all...] |
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper.h | 160 void OnInitiatePrintPreview(bool selection_only);
|
print_web_view_helper.cc | 567 should_print_selection_only_(params.selection_only), [all...] |
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
print_preview_handler.cc | 111 SELECTION_ONLY, 252 bool selection_only = false; local 254 &selection_only) && selection_only) { 255 ReportPrintSettingHistogram(SELECTION_ONLY); [all...] |
print_preview_ui.cc | 417 print_preview_ui->print_selection_only_ = params.selection_only;
|