Searched refs:has_selection (Results 1 – 19 of 19) sorted by relevance
/third_party/cef/libcef_dll/cpptoc/ |
D | print_handler_cpptoc.cc | 76 int has_selection, in print_handler_on_print_dialog() argument 96 CefBrowserCToCpp::Wrap(browser), has_selection ? true : false, in print_handler_on_print_dialog()
|
D | domdocument_cpptoc.cc | 286 GetStruct()->has_selection = domdocument_has_selection; in CefDOMDocumentCppToC()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | print_handler_ctocpp.cc | 74 bool has_selection, in OnPrintDialog() argument 95 _struct, CefBrowserCppToC::Wrap(browser), has_selection, in OnPrintDialog()
|
D | domdocument_ctocpp.cc | 148 if (CEF_MEMBER_MISSING(_struct, has_selection)) in HasSelection() 154 int _retval = _struct->has_selection(_struct); in HasSelection()
|
D | print_handler_ctocpp.h | 42 bool has_selection,
|
/third_party/openssl/test/ |
D | fake_rsaprov.c | 29 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/ |
D | print_handler_gtk.cc | 403 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()
|
D | print_handler_gtk.h | 27 bool has_selection,
|
/third_party/cef/libcef/browser/printing/ |
D | print_dialog_linux.cc | 178 bool has_selection, in ShowDialog() argument 193 if (!handler_->OnPrintDialog(browser_.get(), has_selection, in ShowDialog()
|
D | print_dialog_linux.h | 52 bool has_selection,
|
/third_party/cef/include/ |
D | cef_print_handler.h | 111 bool has_selection,
|
/third_party/cef/include/capi/ |
D | cef_print_handler_capi.h | 125 int has_selection,
|
D | cef_dom_capi.h | 130 int(CEF_CALLBACK* has_selection)(struct _cef_domdocument_t* self);
|
/third_party/python/Lib/idlelib/ |
D | sidebar.py | 444 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/ |
D | cef_textfield_capi.h | 111 int(CEF_CALLBACK* has_selection)(struct _cef_textfield_t* self);
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | textfield_ctocpp.cc | 185 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/ |
D | textfield_cpptoc.cc | 1564 GetStruct()->has_selection = textfield_has_selection; in CefTextfieldCppToC()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 6216 + bool has_selection = !params.selection_text.empty(); 6222 + return editable && readable && has_selection; 6224 + return readable && (has_selection || has_image_contents);
|
D | 0003-ohos-1115.patch | 21379 + bool has_selection = !rwhv_->GetSelectedText().empty(); 21384 + return editable && readable && has_selection; 21386 + return readable && has_selection;
|