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

  /external/webkit/WebCore/editing/
InsertLineBreakCommand.cpp 57 // Insert the BR after the caret position. In the case the
69 // Insert the BR after the caret position. In the case the
96 VisiblePosition caret(selection.visibleStart());
97 Position pos(caret.deepEquivalent());
111 if (isEndOfParagraph(caret) && !lineBreakExistsAtVisiblePosition(caret)) {
173 // will either (a) select the line break we inserted, or it will (b) be a caret just
175 // So, this next call sets the endingSelection() to a caret just after the line break
InsertTextCommand.cpp 131 // If the caret is just before a placeholder, downstream will normalize the caret to it.
135 VisiblePosition caret(startPosition);
136 if (isEndOfBlock(caret) && isStartOfParagraph(caret))
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...]
CompositeEditCommand.cpp     [all...]
Editor.cpp 205 // FIXME: We sometimes allow deletions at the start of editable roots, like when the caret is in an empty list item.
511 // The selection is either a caret with no typing attributes or a range in which no embedding is added, so just use the start position
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 181 if (elem.type != 'submit' && elem.type != 'button' && elem.id != 'caret') {
  /external/grub/stage2/
builtins.c     [all...]
  /external/v8/src/
d8.js 237 // Create an underline with a caret pointing to the source position. If the
    [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 111 milliseconds