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

  /external/chromium_org/android_webview/common/
print_messages.h 70 bool has_selection; member in struct:PrintHostMsg_RequestPrintPreview_Params
166 IPC_STRUCT_TRAITS_MEMBER(has_selection)
276 IPC_STRUCT_MEMBER(bool, has_selection)
  /external/chromium_org/chrome/common/
print_messages.h 70 bool has_selection; member in struct:PrintHostMsg_RequestPrintPreview_Params
166 IPC_STRUCT_TRAITS_MEMBER(has_selection)
276 IPC_STRUCT_MEMBER(bool, has_selection)
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 300 bool has_selection = !selection_range.is_empty(); local
303 return editable && has_selection;
305 return has_selection;
313 return editable && has_selection;
  /external/chromium_org/content/shell/
shell_web_contents_view_delegate_gtk.cc 53 bool has_selection = !params_.selection_text.empty(); local
57 !has_selection &&
143 } else if (has_selection) {
shell_web_contents_view_delegate_win.cc 79 bool has_selection = !params_.selection_text.empty(); local
88 !has_selection &&
155 } else if (has_selection) {
  /external/chromium_org/chrome/browser/printing/
print_dialog_gtk.cc 227 bool has_selection,
256 has_selection); local
printing_message_filter.cc 257 bool has_selection; member in struct:PrintingMessageFilter::GetPrintSettingsForRenderViewParams
273 params.expected_page_count, params.has_selection,
301 params.has_selection = false;
348 settings_params.has_selection = params.has_selection;
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 208 bool has_selection = !params.selection_text.empty(); local
212 (has_selection && contexts.Contains(ExtensionMenuItem::SELECTION)) ||
236 if (!has_link && !has_selection && !params.is_editable &&
460 bool has_selection = !params_.selection_text.empty(); local
475 !has_selection) {
523 else if (has_selection)
526 if (has_selection)
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 445 const bool has_selection = !params.selection_text.empty(); local
449 (has_selection && contexts.Contains(MenuItem::SELECTION)) ||
484 if (!has_link && !has_selection && !params.is_editable &&
575 const bool has_selection = !params_.selection_text.empty(); local
580 if (has_selection) {
596 !has_selection) {
645 else if (has_selection)
648 if (!is_guest_ && has_selection) {
683 const bool has_selection = !params_.selection_text.empty(); local
687 else if (has_selection)
700 const bool has_selection = !params_.selection_text.empty(); local
730 const bool has_selection = !params_.selection_text.empty(); local
747 bool has_selection = !params_.selection_text.empty(); local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 1375 gboolean has_selection = local
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 1676 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 1147 gboolean has_selection = local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 1695 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]

Completed in 1716 milliseconds