Home | History | Annotate | Download | only in ime

Lines Matching refs:composition

20 // Extra number of chars before and after selection (or composition) range which
280 // Reset the composition status and create IME windows.
299 // Retrieve the result string and its attributes of the ongoing composition
301 ui::CompositionText composition;
302 if (imm32_manager_.GetResult(window_handle, lparam, &composition.text)) {
304 GetTextInputClient()->InsertText(composition.text);
306 // Fall though and try reading the composition string.
308 // GCS_COMPSTR, which means an ongoing composition has been finished
309 // by the start of another composition.
311 // Retrieve the composition string and its attributes of the ongoing
312 // composition and send it to a renderer process.
313 if (imm32_manager_.GetComposition(window_handle, lparam, &composition) &&
315 GetTextInputClient()->SetCompositionText(composition);
465 // If there is a composition string already, we don't allow reconversion.
535 // If there is no composition and the first character is queried, returns
586 // Though above line should confirm the client's composition text by sending
588 // inconsistent states, we check the client's composition state again.