Home | History | Annotate | Download | only in c

Lines Matching refs:caret

39    * Input caret is not in an editable mode, no input method shall be used.
43 * Input caret is in a normal editable mode, any input method can be used.
47 * Input caret is in a password box, an input method may be used only if
81 * Informs the browser about the coordinates of the text input caret area.
86 const struct PP_Rect* caret);
94 * of text selection in the plugin. <code>caret</code> is the byte-index of
95 * the caret position within <code>text</code>. <code>anchor</code> is the
97 * it is the other edge of selection different from <code>caret</code>. If
98 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
103 * of suggestion of IME by taking the context into account (e.g., if the caret
108 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
115 uint32_t caret,