Searched refs:cef_composition_underline_t (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | text_input_client_osr_mac.mm | 48 cef_composition_underline_t line = {{static_cast<int>(range.location), 145 cef_composition_underline_t line = {{0, length}, ColorBLACK, 0, false};
|
D | osr_ime_handler_win.cc | 77 cef_composition_underline_t underline; in GetCompositionUnderlines()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.cc | 840 cef_composition_underline_t* underlinesList = NULL; in ImeSetComposition() 842 underlinesList = new cef_composition_underline_t[underlinesCount]; in ImeSetComposition()
|
/third_party/cef/include/capi/ |
D | cef_browser_capi.h | 741 cef_composition_underline_t const* underlines,
|
/third_party/cef/include/internal/ |
D | cef_types.h | 2939 } cef_composition_underline_t; typedef
|
D | cef_types_wrappers.h | 943 typedef cef_composition_underline_t struct_type;
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 969 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/ |
D | browser_host_cpptoc.cc | 940 cef_composition_underline_t const* underlines, in browser_host_ime_set_composition()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 37049 - cef_composition_underline_t line = {new_range, 0xFF000000, 0, false};
|
D | 0003-ohos-1115.patch | 72039 + cef_composition_underline_t line = {new_range, 0xFF000000, 0, false};
|