Home | History | Annotate | Download | only in dev

Lines Matching refs:caret

22    * Input caret is not in an editable mode, no input method shall be used.
26 * Input caret is in a normal editable mode, any input method can be used.
30 * Input caret is in a password box, an input method may be used only if
58 * Informs the browser about the coordinates of the text input caret and the
63 [in] PP_Rect caret,
75 * of text selection in the plugin. <code>caret</code> is the byte-index of
76 * the caret position within <code>text</code>. <code>anchor</code> is the
78 * it is the other edge of selection different from <code>caret</code>. If
79 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
84 * of suggestion of IME by taking the context into account (e.g., if the caret
89 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
97 [in] uint32_t caret,