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

1 2

  /external/chromium_org/printing/
print_dialog_gtk_interface.h 33 bool has_selection,
printing_context_system_dialog_win.h 27 bool has_selection,
printing_context_no_system_dialog.h 26 bool has_selection,
printing_context_linux.cc 69 bool has_selection,
80 delegate_->GetParentView(), has_selection, callback);
printing_context.h 59 bool has_selection,
printing_context_android.h 36 bool has_selection,
printing_context_linux.h 42 bool has_selection,
printing_context_mac.h 30 bool has_selection,
printing_context_win.h 26 bool has_selection,
printing_context_no_system_dialog.cc 33 bool has_selection,
printing_context_system_dialog_win.cc 23 bool has_selection,
48 if (!has_selection)
  /external/chromium_org/components/renderer_context_menu/
context_menu_content_type.cc 65 const bool has_selection = !params_.selection_text.empty(); local
71 if (!has_selection) {
101 const bool has_selection = !params_.selection_text.empty(); local
110 !has_link && !params_.is_editable && !has_selection;
158 return !params_.is_editable && has_selection;
161 return has_selection;
165 return has_selection || SupportsGroupInternal(ITEM_GROUP_MEDIA_IMAGE);
render_view_context_menu_base.cc 189 const bool has_selection = !params_.selection_text.empty(); local
190 if (has_selection) {
  /external/chromium_org/chrome/browser/printing/
print_job_worker.h 47 bool has_selection,
111 bool has_selection);
printer_query.h 48 bool has_selection,
printer_query.cc 69 bool has_selection,
84 has_selection,
print_job_worker.cc 117 bool has_selection,
139 has_selection)));
191 bool has_selection) {
195 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 72 bool has_selection; member in struct:PrintHostMsg_RequestPrintPreview_Params
165 IPC_STRUCT_TRAITS_MEMBER(has_selection)
275 IPC_STRUCT_MEMBER(bool, has_selection)
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
print_dialog_gtk2.h 44 bool has_selection,
  /external/chromium_org/chrome/common/
print_messages.cc 76 has_selection(false),
print_messages.h 71 bool has_selection; member in struct:PrintHostMsg_RequestPrintPreview_Params
179 IPC_STRUCT_TRAITS_MEMBER(has_selection)
301 IPC_STRUCT_MEMBER(bool, has_selection)
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 280 bool has_selection = !selection_range.is_empty(); local
283 return editable && readable && has_selection;
285 return readable && has_selection;
293 return editable && has_selection;
  /external/chromium_org/chrome/renderer/printing/
mock_printer.h 81 bool has_selection,

Completed in 1533 milliseconds

1 2