Home
last modified time | relevance | path

Searched refs:selection_range (Results 1 – 25 of 36) sorted by relevance

12

/third_party/cef/tests/cefclient/browser/
Dclient_handler_osr.h62 const CefRange& selection_range,
127 const CefRange& selection_range,
Dclient_handler_osr.cc145 const CefRange& selection_range, in OnImeCompositionRangeChanged() argument
150 osr_delegate_->OnImeCompositionRangeChanged(browser, selection_range, in OnImeCompositionRangeChanged()
Dosr_ime_handler_win.h68 void ChangeCompositionRange(const CefRange& selection_range,
Dosr_ime_handler_win.cc386 const CefRange& selection_range, in ChangeCompositionRange() argument
388 composition_range_ = selection_range; in ChangeCompositionRange()
Dbrowser_window_osr_mac.h87 const CefRange& selection_range,
Dosr_window_win.h147 const CefRange& selection_range,
Dbrowser_window_osr_gtk.h90 const CefRange& selection_range,
Dtext_input_client_osr_mac.mm161 CefRange selection_range(newSelRange.location, NSMaxRange(newSelRange));
164 replacement_range, selection_range);
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc942 const cef_range_t* selection_range) { in browser_host_ime_set_composition() argument
955 DCHECK(selection_range); in browser_host_ime_set_composition()
956 if (!selection_range) in browser_host_ime_set_composition()
972 CefRange selection_rangeVal = selection_range ? *selection_range : CefRange(); in browser_host_ime_set_composition()
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py387 widget.selection_range(0, 'end')
393 widget.selection_range(3, 4)
397 widget.selection_range(0, 'end')
509 widget.selection_range(0, 'end')
515 widget.selection_range(3, 4)
519 widget.selection_range(0, 'end')
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h65 const CefRange& selection_range) override;
Dbrowser_platform_delegate_osr.cc256 const CefRange& selection_range) { in ImeSetComposition() argument
260 selection_range); in ImeSetComposition()
Drender_widget_host_view_osr.h255 const CefRange& selection_range);
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h102 const CefRange& selection_range) override;
Dchrome_browser_host_impl.cc291 const CefRange& selection_range) { in ImeSetComposition() argument
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h111 const CefRange& selection_range) override;
Dbrowser_host_ctocpp.cc827 const CefRange& selection_range) { in ImeSetComposition() argument
854 &selection_range); in ImeSetComposition()
/third_party/python/Lib/idlelib/
Dsearchbase.py64 self.ent.selection_range(0, "end")
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc973 CefRange selection_range(0, static_cast<int>(markedText.length())); in OnPaint() local
977 markedText, underlines, replacement_range, selection_range); in OnPaint()
1016 CefRange selection_range(0, static_cast<int>(markedText.length())); in OnPaint() local
1021 markedText, underlines, replacement_range, selection_range); in OnPaint()
/third_party/cef/include/
Dcef_browser.h769 const CefRange& selection_range) = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h313 const CefRange& selection_range);
Dbrowser_platform_delegate.cc271 const CefRange& selection_range) { in ImeSetComposition() argument
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc885 const CefRange& selection_range) { in ImeSetComposition() argument
895 underlines, replacement_range, selection_range)); in ImeSetComposition()
901 selection_range); in ImeSetComposition()
Dalloy_browser_host_impl.h122 const CefRange& selection_range) override;
/third_party/cef/include/capi/
Dcef_browser_capi.h743 const cef_range_t* selection_range);

12