HomeSort by relevance Sort by last modified time
    Searched full:caret (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/webkit/WebCore/manual-tests/
caret-image.html 2 Test to see if caret works correctly to the right of an image.
3 If the test is successful, the caret will look thin as usual.
4 If the test fails, the caret will be a big black box the size of the image.
caretScrolling.html 2 <p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
4 Click inside the block below, a caret should appear. Grab the block's scroll handle and scroll down. The caret blinks, try to grab the scroll handle while the caret is visible. The caret should scroll and disappear when it reaches the block's border.
drag-caret.html 3 <p>Drag some text over the input element and make sure the Drag Caret disappears when the drag exits the input element. Per https://bugs.webkit.org/show_bug.cgi?id=26787</p>
textarea-caret-position-after-auto-spell-correct.html 3 <p>Tests bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26200">26200</a> where the caret position jumps off to an incorrect position after auto-correcting a misspelled word.</p>
5 <p>SUCCESS: After hitting space, 'teh' is auto-corrected to 'the', and the caret stays on in the place it is supposed to be in after typing the word and hitting space.</p>
input-empty-on-focus.html 4 If the test succeeds there will be no crash and you'll end up with an empty text field with a blinking caret.
  /external/webkit/WebCore/manual-tests/gtk/
caret-browsing.html 3 <p>Manual test for Caret Browsing. Resize your window until the first paragraph fills at least two lines of text . Enable caret browsing mode (usually by pressing theF7 key). Press down. Now you should be on the second line of the first paragraph. Press up. Now you should be on the first line again. Now press Ctrl+Down.</p>
  /external/webkit/WebCore/editing/
SelectionController.h 89 // Return the renderer that is responsible for painting the caret (in the selection start node)
92 // Caret rect local to the caret's renderer
94 // Bounds of (possibly transformed) caret in absolute coords
116 bool recomputeCaretRect(); // returns true if caret rect moved
120 // Used to suspend caret blinking while the mouse is down.
174 IntRect m_caretRect; // caret rect in coords local to the renderer responsible for painting the caret
175 IntRect m_absCaretBounds; // absolute bounding rect for the caret
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
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...]
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))
UnlinkCommand.cpp 40 // FIXME: If a caret is inside a link, we should remove it, but currently we don't.
VisibleSelection.h 91 // text, and moves the caret upstream before returning the range.
127 EAffinity m_affinity; // the upstream/downstream affinity of the caret
131 SelectionType m_selectionType; // None, Caret, Range
VisiblePosition.h 99 // Bounds of (possibly transformed) caret in absolute coords
101 // Abs x position of the caret ignoring transforms.
TypingCommand.cpp 332 // an existing selection; at the moment they can either put the caret after what's inserted or
440 // When the caret is at the start of the editable area in an empty list item, break out of the list item.
453 // If we have a caret selection on an empty cell, we have nothing to do.
457 // If the caret is at the start of a paragraph after a table, move content into the last table cell.
459 // Unless the caret is just before a table. We don't want to move a table into the last table cell.
464 // If the caret is just after a table, select the table and don't delete anything.
525 // Do nothing in the case that the caret is at the start of a
CompositeEditCommand.cpp     [all...]
  /development/scripts/app_engine_server/gae_shell/templates/
shell.html 34 #caret {
89 <textarea class="prompt" id="caret" readonly="readonly" rows="4"
  /external/webkit/WebCore/editing/gtk/
SelectionControllerGtk.cpp 41 g_signal_emit_by_name(wrapper, "text-caret-moved", offset);
  /external/webkit/WebKit/chromium/public/linux/
WebRenderTheme.h 38 // Set caret blink interval for text input areas.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unctrl.h 38 * Control characters are displayed in caret notation (^x), DELETE is displayed
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 236 case 11: /* Lose Caret */
242 case 12: /* Gain Caret */
314 regs.r[4] = 1 << 25; /* Caret is invisible */
  /external/webkit/WebCore/html/
HTMLTextAreaElement.cpp 209 // If this is the first focus, set a caret at the beginning of the text.
292 // Return early because we don't want to move the caret or trigger other side effects
306 // Set the caret to the end of the text value.
  /external/webkit/WebCore/page/
DOMSelection.idl 71 // WebKit's "type" accessor returns "None", "Range" and "Caret"
  /external/webkit/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 47 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
  /external/webkit/WebCore/platform/graphics/win/
FontWin.cpp 53 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
  /external/libvpx/examples/includes/geshi/geshi/
rebol.php 79 'browse','build-tag','caret-to-offset','center-face','change',
99 'object?','odd?','offset-to-caret','offset?','op?','open','or',

Completed in 1061 milliseconds

1 2 3 4 5 6