Searched refs:character_count (Results 1 – 8 of 8) sorted by relevance
127 void LoadCurrentCharacterUnchecked(int cp_offset, int character_count);
132 void LoadCurrentCharacterUnchecked(int cp_offset, int character_count);
133 void LoadCurrentCharacterUnchecked(int cp_offset, int character_count);
143 void LoadCurrentCharacterUnchecked(int cp_offset, int character_count);
176 void LoadCurrentCharacterUnchecked(int cp_offset, int character_count);
184 void LoadCurrentCharacterUnchecked(int cp_offset, int character_count);
3753 size_t character_count = 0; in GetCompositionCharacterBounds() local3754 if (!webview()->compositionRange(&start_offset, &character_count)) in GetCompositionCharacterBounds()3756 if (character_count == 0) in GetCompositionCharacterBounds()3763 bounds->reserve(character_count); in GetCompositionCharacterBounds()3765 for (size_t i = 0; i < character_count; ++i) { in GetCompositionCharacterBounds()