Searched refs:has_selection (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/components/renderer_context_menu/
H A Dcontext_menu_content_type.cc65 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);
H A Drender_view_context_menu_base.cc189 const bool has_selection = !params_.selection_text.empty(); local
190 if (has_selection) {
/external/chromium_org/printing/
H A Dprint_dialog_gtk_interface.h33 bool has_selection,
H A Dprinting_context_system_dialog_win.h27 bool has_selection,
H A Dprinting_context_linux.cc69 bool has_selection,
80 delegate_->GetParentView(), has_selection, callback);
67 AskUserForSettings( int max_pages, bool has_selection, const PrintSettingsCallback& callback) argument
H A Dprinting_context.h59 bool has_selection,
H A Dprinting_context_android.h36 bool has_selection,
H A Dprinting_context_linux.h42 bool has_selection,
H A Dprinting_context_mac.h30 bool has_selection,
H A Dprinting_context_no_system_dialog.h26 bool has_selection,
H A Dprinting_context_win.h26 bool has_selection,
H A Dprinting_context_no_system_dialog.cc33 bool has_selection,
31 AskUserForSettings( int max_pages, bool has_selection, const PrintSettingsCallback& callback) argument
H A Dprinting_context_system_dialog_win.cc23 bool has_selection,
48 if (!has_selection)
21 AskUserForSettings( int max_pages, bool has_selection, const PrintSettingsCallback& callback) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.h47 bool has_selection,
111 bool has_selection);
H A Dprinter_query.cc69 bool has_selection,
84 has_selection,
66 GetSettings( GetSettingsAskParam ask_user_for_settings, int expected_page_count, bool has_selection, MarginType margin_type, const base::Closure& callback) argument
H A Dprinter_query.h48 bool has_selection,
H A Dprint_job_worker.cc117 bool has_selection,
139 has_selection)));
191 bool has_selection) {
195 has_selection,
114 GetSettings( bool ask_user_for_settings, int document_page_count, bool has_selection, MarginType margin_type) argument
189 GetSettingsWithUI( int document_page_count, bool has_selection) argument
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate_win.cc80 bool has_selection = !params_.selection_text.empty(); local
89 !has_selection &&
156 } else if (has_selection) {
/external/chromium_org/android_webview/common/
H A Dprint_messages.cc78 has_selection(false),
H A Dprint_messages.h72 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/
H A Dprint_messages.cc76 has_selection(false),
H A Dprint_messages.h71 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/
H A Dtouch_editable_impl_aura.cc280 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/
H A Dprint_dialog_gtk2.h44 bool has_selection,
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.h81 bool has_selection,

Completed in 268 milliseconds

12