Home | History | Annotate | Download | only in dev

Lines Matching refs:caret

38    * Input caret is not in an editable mode, no input method shall be used.
42 * Input caret is in a normal editable mode, any input method can be used.
46 * Input caret is in a password box, an input method may be used only if
80 * Informs the browser about the coordinates of the text input caret and the
85 const struct PP_Rect* caret,
95 * of text selection in the plugin. <code>caret</code> is the byte-index of
96 * the caret position within <code>text</code>. <code>anchor</code> is the
98 * it is the other edge of selection different from <code>caret</code>. If
99 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
104 * of suggestion of IME by taking the context into account (e.g., if the caret
109 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
116 uint32_t caret,
133 const struct PP_Rect* caret,