HomeSort by relevance Sort by last modified time
    Searched defs:selection_only (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/android_webview/common/
print_messages.h 40 bool selection_only; member in struct:PrintMsg_Print_Params
71 bool selection_only; member in struct:PrintHostMsg_RequestPrintPreview_Params
115 IPC_STRUCT_TRAITS_MEMBER(selection_only)
167 IPC_STRUCT_TRAITS_MEMBER(selection_only)
284 IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /* selection_only */)
  /external/chromium_org/chrome/common/
print_messages.h 40 bool selection_only; member in struct:PrintMsg_Print_Params
71 bool selection_only; member in struct:PrintHostMsg_RequestPrintPreview_Params
115 IPC_STRUCT_TRAITS_MEMBER(selection_only)
167 IPC_STRUCT_TRAITS_MEMBER(selection_only)
284 IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /* selection_only */)
  /external/chromium_org/printing/
print_settings.h 98 bool selection_only; member in class:printing::PrintSettings
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 112 SELECTION_ONLY,
235 bool selection_only = false; local
237 &selection_only) && selection_only) {
238 ReportPrintSettingHistogram(SELECTION_ONLY);
    [all...]

Completed in 579 milliseconds