Lines Matching full:caret
63 for the testing of window.onFocus, window.onBlur, caret and focus halo painting, and
673 Don't validate this menu item (or a couple of others) if the selection is a caret and
1422 optimal caret positioning.
2989 REGRESSION text areas draw focus ring around each glyph, no caret in text fields
10311 (-[WebTextCompleteController doCompletion]): bridge call to get caret rect at a node
10780 bridge function instead of ensureCaretVisible. Now handles caret selections and range
12715 Do some work to make caret blinking in newly-created editable WebView's that are
12727 run loop. The reason is that placing the caret in the just-installed view requires the HTML/XML
12730 blinking caret appear in a new, empty window "automatic".
12882 <rdar://problem/3738920> Caret blinks in inactive window
12886 drawing of text selection highlight and caret blinking).
13042 (-[WebHTMLView becomeFirstResponder]): Call new helper to make caret visible.
13043 (-[WebHTMLView resignFirstResponder]): Call new helper to make caret invisible.
13838 (-[WebHTMLView draggingUpdatedWithDraggingInfo:actionMask:]): call drag caret methods on WebView instead of WebBridge so WebView can make sure only 1 HTML view has a drag cursor
14800 (-[WebHTMLView draggingCancelledWithDraggingInfo:]): new, removes drag caret
14801 (-[WebHTMLView draggingUpdatedWithDraggingInfo:]): remove drag caret when we can't handle the drag
14802 (-[WebHTMLView concludeDragForDraggingInfo:]): instead of calling paste, move the selection when doing a move and replace the drag caret when doing a copy
15960 Added calls to ensure caret visibility after the editing action is done.
18035 (-[WebHTMLView draggingUpdated:]): new, handle caret movement during the drag
18229 since it is now used to kill caret blink timer.