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 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
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_org/content/shell/browser/
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 231 bool has_selection,
260 has_selection); local
printing_message_filter.cc 264 bool has_selection; member in struct:PrintingMessageFilter::GetPrintSettingsForRenderViewParams
282 params.expected_page_count, params.has_selection,
323 params.has_selection = false;
368 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 446 const bool has_selection = !params.selection_text.empty(); local
450 (has_selection && contexts.Contains(MenuItem::SELECTION)) ||
485 if (!has_link && !has_selection && !params.is_editable &&
579 const bool has_selection = !params_.selection_text.empty(); local
584 if (has_selection) {
600 !has_selection) {
649 else if (has_selection)
652 if (!is_guest_ && has_selection) {
687 const bool has_selection = !params_.selection_text.empty(); local
691 else if (has_selection)
704 const bool has_selection = !params_.selection_text.empty(); local
734 const bool has_selection = !params_.selection_text.empty(); local
749 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 1652 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 1138 gboolean has_selection = local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 1633 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]

Completed in 273 milliseconds