Home
last modified time | relevance | path

Searched refs:cef_composition_underline_t (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dtext_input_client_osr_mac.mm48 cef_composition_underline_t line = {{static_cast<int>(range.location),
145 cef_composition_underline_t line = {{0, length}, ColorBLACK, 0, false};
Dosr_ime_handler_win.cc77 cef_composition_underline_t underline; in GetCompositionUnderlines()
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.cc840 cef_composition_underline_t* underlinesList = NULL; in ImeSetComposition()
842 underlinesList = new cef_composition_underline_t[underlinesCount]; in ImeSetComposition()
/third_party/cef/include/capi/
Dcef_browser_capi.h741 cef_composition_underline_t const* underlines,
/third_party/cef/include/internal/
Dcef_types.h2939 } cef_composition_underline_t; typedef
Dcef_types_wrappers.h943 typedef cef_composition_underline_t struct_type;
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc969 cef_composition_underline_t line = {range, 0xFF000000, 0, false}; in OnPaint()
1012 cef_composition_underline_t line = {range, 0xFF000000, 0, false}; in OnPaint()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc940 cef_composition_underline_t const* underlines, in browser_host_ime_set_composition()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch37049 - cef_composition_underline_t line = {new_range, 0xFF000000, 0, false};
D0003-ohos-1115.patch72039 + cef_composition_underline_t line = {new_range, 0xFF000000, 0, false};