Home | History | Annotate | Download | only in api

Lines Matching refs:caret

21    * Input caret is not in an editable mode, no input method shall be used.
25 * Input caret is in a normal editable mode, any input method can be used.
29 * Input caret is in a password box, an input method may be used only if
57 * Informs the browser about the coordinates of the text input caret area.
62 [in] PP_Rect caret);
72 * of text selection in the plugin. <code>caret</code> is the byte-index of
73 * the caret position within <code>text</code>. <code>anchor</code> is the
75 * it is the other edge of selection different from <code>caret</code>. If
76 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
81 * of suggestion of IME by taking the context into account (e.g., if the caret
86 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
93 [in] uint32_t caret,