Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc72 std::vector<uint32> clause_data(clause_length); in GetCompositionUnderlines() local
74 ::ImmGetCompositionString(imc, GCS_COMPCLAUSE, &clause_data[0], in GetCompositionUnderlines()
78 underline.range.from = clause_data[i]; in GetCompositionUnderlines()
79 underline.range.to = clause_data[i + 1]; in GetCompositionUnderlines()