HomeSort by relevance Sort by last modified time
    Searched defs:caret (Results 1 - 8 of 8) sorted by null

  /frameworks/base/awt/java/awt/event/
InputMethodEvent.java 50 private TextHitInfo caret; field in class:InputMethodEvent
55 TextHitInfo caret,
57 this(src, id, null, 0, caret, visiblePos);
63 TextHitInfo caret,
65 this(src, id, 0l, text, commitedCharCount, caret, visiblePos);
71 TextHitInfo caret,
93 this.caret = caret;
99 return caret;
153 ",caret=" + caret + ",visiblePosition=" + visiblePosition; //$NON-NLS-1$ //$NON-NLS-2
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp 838 // Get the renderer that will be responsible for painting the caret (which
856 // Move the caret rect to the coords of the painter
878 // if caretNode is a block and caret is inside it then caret should be painted by that block
906 static IntRect repaintRectForCaret(IntRect caret)
908 if (caret.isEmpty())
910 // Ensure that the dirty rect intersects the block that paints the caret even in the case where
911 // the caret itself is just outside the block. See <https://bugs.webkit.org/show_bug.cgi?id=19086>.
912 caret.inflateX(1);
913 return caret;
1001 IntRect caret = intersection(drawingRect, clipRect); local
1046 int caret = 0; local
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 656 milliseconds