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

  /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/android_webview/common/
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/common/
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/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/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/browser/ui/libgtk2ui/
print_dialog_gtk2.cc 322 bool has_selection,
352 has_selection); local
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 350 const bool has_selection = !params.selection_text.empty(); local
354 (has_selection && contexts.Contains(MenuItem::SELECTION)) ||
389 if (!has_link && !has_selection && !params.is_editable &&
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 1682 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 1618 const bool has_selection = print_preview_context_.HasSelection(); local
    [all...]

Completed in 395 milliseconds