Home
last modified time | relevance | path

Searched refs:has_selection (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dprint_handler_cpptoc.cc76 int has_selection, in print_handler_on_print_dialog() argument
96 CefBrowserCToCpp::Wrap(browser), has_selection ? true : false, in print_handler_on_print_dialog()
Ddomdocument_cpptoc.cc286 GetStruct()->has_selection = domdocument_has_selection; in CefDOMDocumentCppToC()
/third_party/cef/libcef_dll/ctocpp/
Dprint_handler_ctocpp.cc74 bool has_selection, in OnPrintDialog() argument
95 _struct, CefBrowserCppToC::Wrap(browser), has_selection, in OnPrintDialog()
Ddomdocument_ctocpp.cc148 if (CEF_MEMBER_MISSING(_struct, has_selection)) in HasSelection()
154 int _retval = _struct->has_selection(_struct); in HasSelection()
Dprint_handler_ctocpp.h42 bool has_selection,
/third_party/openssl/test/
Dfake_rsaprov.c29 static int has_selection; variable
47 has_selection = 0; in fake_rsa_keymgmt_new()
63 has_selection = selection; in fake_rsa_keymgmt_has()
/third_party/cef/tests/cefclient/browser/
Dprint_handler_gtk.cc403 void OnPrintDialog(bool has_selection, in OnPrintDialog()
431 has_selection); in OnPrintDialog()
595 bool has_selection, in OnPrintDialog() argument
602 has_selection, callback)); in OnPrintDialog()
Dprint_handler_gtk.h27 bool has_selection,
/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc178 bool has_selection, in ShowDialog() argument
193 if (!handler_->OnPrintDialog(browser_.get(), has_selection, in ShowDialog()
Dprint_dialog_linux.h52 bool has_selection,
/third_party/cef/include/
Dcef_print_handler.h111 bool has_selection,
/third_party/cef/include/capi/
Dcef_print_handler_capi.h125 int has_selection,
Dcef_dom_capi.h130 int(CEF_CALLBACK* has_selection)(struct _cef_domdocument_t* self);
/third_party/python/Lib/idlelib/
Dsidebar.py444 has_selection = bool(self.text.tag_nextrange('sel', '1.0'))
449 state='normal' if has_selection else 'disabled')
452 state='normal' if has_selection else 'disabled')
/third_party/cef/include/capi/views/
Dcef_textfield_capi.h111 int(CEF_CALLBACK* has_selection)(struct _cef_textfield_t* self);
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.cc185 if (CEF_MEMBER_MISSING(_struct, has_selection)) in HasSelection()
191 int _retval = _struct->has_selection(_struct); in HasSelection()
/third_party/cef/libcef_dll/cpptoc/views/
Dtextfield_cpptoc.cc1564 GetStruct()->has_selection = textfield_has_selection; in CefTextfieldCppToC()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch6216 + bool has_selection = !params.selection_text.empty();
6222 + return editable && readable && has_selection;
6224 + return readable && (has_selection || has_image_contents);
D0003-ohos-1115.patch21379 + bool has_selection = !rwhv_->GetSelectedText().empty();
21384 + return editable && readable && has_selection;
21386 + return readable && has_selection;