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

1 2

  /external/chromium_org/printing/
print_dialog_gtk_interface.h 33 bool has_selection,
printing_context_no_system_dialog.h 27 bool has_selection,
printing_context_linux.cc 72 bool has_selection,
82 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_linux.h 43 bool has_selection,
printing_context_mac.h 31 bool has_selection,
printing_context_win.h 29 bool has_selection,
printing_context_no_system_dialog.cc 34 bool has_selection,
  /external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_content_type.cc 62 const bool has_selection = !params_.selection_text.empty(); local
68 if (!has_selection) {
87 const bool has_selection = !params_.selection_text.empty(); local
96 !has_link && !params_.is_editable && !has_selection;
147 return !params_.is_editable && has_selection;
150 return has_selection;
153 bool enable = has_selection && !IsDevToolsURL(params_.page_url);
  /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,
printer_query.h 53 bool has_selection,
print_job_worker.cc 85 bool has_selection,
108 has_selection)));
160 bool has_selection) {
169 parent_view, document_page_count, has_selection,
printing_message_filter.cc 262 bool has_selection; member in struct:PrintingMessageFilter::GetPrintSettingsForRenderViewParams
280 params.expected_page_count, params.has_selection,
321 params.has_selection = false;
366 settings_params.has_selection = params.has_selection;
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_win.cc 80 bool has_selection = !params_.selection_text.empty(); local
89 !has_selection &&
156 } else if (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/chrome/browser/ui/libgtk2ui/
print_dialog_gtk2.h 44 bool has_selection,
print_dialog_gtk2.cc 321 bool has_selection,
351 has_selection); local
  /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
164 IPC_STRUCT_TRAITS_MEMBER(has_selection)
272 IPC_STRUCT_MEMBER(bool, has_selection)
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 299 bool has_selection = !selection_range.is_empty(); local
302 return editable && has_selection;
304 return has_selection;
312 return editable && has_selection;
  /external/chromium_org/chrome/renderer/printing/
mock_printer.h 81 bool has_selection,
  /external/chromium_org/chrome/renderer/
chrome_mock_render_thread.cc 129 params.has_selection,

Completed in 469 milliseconds

1 2