Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/ime/win/
Dimm32_manager.cc45 int attribute_size = ::ImmGetCompositionString(imm_context, GCS_COMPATTR, in GetCompositionTargetRange() local
47 if (attribute_size > 0) { in GetCompositionTargetRange()
50 scoped_ptr<char[]> attribute_data(new char[attribute_size]); in GetCompositionTargetRange()
53 attribute_data.get(), attribute_size); in GetCompositionTargetRange()
54 for (start = 0; start < attribute_size; ++start) { in GetCompositionTargetRange()
58 for (end = start; end < attribute_size; ++end) { in GetCompositionTargetRange()