HomeSort by relevance Sort by last modified time
    Searched refs:has_selection (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/printing/
print_dialog_gtk_interface.h 33 bool has_selection,
printing_context_gtk.h 38 bool has_selection,
printing_context_no_system_dialog.h 27 bool has_selection,
printing_context_gtk.cc 63 bool has_selection,
65 print_dialog_->ShowDialog(parent_view, has_selection, callback);
printing_context.h 47 bool has_selection,
printing_context_android.h 37 bool has_selection,
printing_context_mac.h 31 bool has_selection,
printing_context_win.h 32 bool has_selection,
  /external/chromium/chrome/browser/printing/
print_job_worker.h 44 bool has_selection,
94 bool has_selection);
printer_query.h 51 bool has_selection,
printer_query.cc 77 bool has_selection,
93 has_selection,
print_job_worker.cc 77 bool has_selection,
95 has_selection));
156 bool has_selection) {
162 has_selection,
  /external/chromium_org/chrome/browser/printing/
print_job_worker.h 52 bool has_selection,
102 bool has_selection);
printer_query.cc 76 bool has_selection,
93 has_selection,
print_dialog_gtk.h 42 bool has_selection,
printer_query.h 53 bool has_selection,
print_job_worker.cc 85 bool has_selection,
108 has_selection)));
179 bool has_selection) {
188 parent_view, document_page_count, has_selection,
  /external/chromium_org/android_webview/common/
print_messages.cc 78 has_selection(false),
print_messages.h 71 bool has_selection; member in struct:PrintHostMsg_RequestPrintPreview_Params
164 IPC_STRUCT_TRAITS_MEMBER(has_selection)
274 IPC_STRUCT_MEMBER(bool, has_selection)
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_win.cc 79 bool has_selection = !params_.selection_text.empty(); local
88 !has_selection &&
155 } else if (has_selection) {
shell_web_contents_view_delegate_gtk.cc 53 bool has_selection = !params_.selection_text.empty(); local
57 !has_selection &&
143 } else if (has_selection) {
  /external/chromium_org/chrome/common/
print_messages.cc 76 has_selection(false),
print_messages.h 69 bool has_selection; member in struct:PrintHostMsg_RequestPrintPreview_Params
162 IPC_STRUCT_TRAITS_MEMBER(has_selection)
268 IPC_STRUCT_MEMBER(bool, has_selection)
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 303 bool has_selection = !selection_range.is_empty(); local
306 return editable && has_selection;
308 return has_selection;
316 return editable && has_selection;
  /external/chromium/chrome/common/
print_messages.h 121 IPC_STRUCT_MEMBER(bool, has_selection)

Completed in 819 milliseconds

1 2