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

  /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);
render_view_context_menu.cc 453 const bool has_selection = !params.selection_text.empty(); local
457 (has_selection && contexts.Contains(MenuItem::SELECTION)) ||
492 if (!has_link && !has_selection && !params.is_editable &&
589 const bool has_selection = !params_.selection_text.empty(); local
590 if (has_selection) {
    [all...]
  /external/chromium_org/android_webview/common/
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/common/
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/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/chrome/browser/printing/
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/chrome/browser/ui/libgtk2ui/
print_dialog_gtk2.cc 321 bool has_selection,
351 has_selection); local
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 1684 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 1689 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]

Completed in 563 milliseconds