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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/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.
onfocus-alert-blinking-caret.html 5 and the caret in the field should blink.
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/clang/test/Preprocessor/
include-directive3.c 1 // RUN: %clang_cc1 -include %S/file_to_include.h -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 1
include-directive1.c 1 // RUN: %clang_cc1 -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 3
  /external/webkit/Source/WebCore/manual-tests/compositing/resources/
editable-compositing-subframe.html 8 The caret should blink correctly when editing this paragraph.
  /external/clang/test/Misc/
caret-diags-scratch-buffer.c 2 // This should not show keyXXXX in the caret diag output. This once
4 // the caret diag from the scratch buffer included the previous token.
  /external/webkit/Source/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/Source/WebKit/chromium/public/
WebTextInputType.h 37 // Input caret is not in an editable node, no input method shall be used.
40 // Input caret is in a normal editable node, any input method can be used.
43 // Input caret is in a password box, an input method may be used only if
  /external/clang/test/SemaCXX/
constexpr-backtrace-limit.cpp 1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-backtrace-limit 0 -fconstexpr-depth 4 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST1
9 // RUN: %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-backtrace-limit 2 -fconstexpr-depth 4 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST2
16 // RUN: %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-backtrace-limit 2 -fconstexpr-depth 8 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST3
23 // RUN: %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-backtrace-limit 8 -fconstexpr-depth 8 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST4
ambiguous-conversion-show-overload.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fshow-overloads=best -fno-caret-diagnostics %s 2>&1 | FileCheck %s
  /external/webkit/Source/WebCore/editing/
InsertLineBreakCommand.cpp 56 // Insert the BR after the caret position. In the case the
68 // Insert the BR after the caret position. In the case the
95 VisiblePosition caret(selection.visibleStart());
98 if (caret.isNull())
101 Position pos(caret.deepEquivalent());
115 if (isEndOfParagraph(caret) && !lineBreakExistsAtVisiblePosition(caret)) {
177 // will either (a) select the line break we inserted, or it will (b) be a caret just
179 // So, this next call sets the endingSelection() to a caret just after the line break
SelectionController.h 111 // Return the renderer that is responsible for painting the caret (in the selection start node)
114 // Caret rect local to the caret's renderer
118 // Bounds of (possibly transformed) caret in absolute coords
141 bool recomputeCaretRect(); // returns true if caret rect moved
145 // Used to suspend caret blinking while the mouse is down.
233 IntRect m_caretRect; // caret rect in coords local to the renderer responsible for painting the caret
234 IntRect m_absCaretBounds; // absolute bounding rect for the caret
EditingBehaviorTypes.h 29 // 1) Clicking below the last line of an editable area puts the caret at the end
31 // 2) Pushing the down arrow key on the last line puts the caret at the end of the
InsertTextCommand.cpp 127 // If the caret is just before a placeholder, downstream will normalize the caret to it.
131 VisiblePosition caret(startPosition);
132 if (isEndOfBlock(caret) && isStartOfParagraph(caret))
  /external/harfbuzz/src/
harfbuzz-gdef-private.h 49 /* Ligature Caret related structures */
106 HB_CaretValue* CaretValue; /* array of caret values */
107 HB_UShort CaretCount; /* number of caret values */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef-private.h 49 /* Ligature Caret related structures */
106 HB_CaretValue* CaretValue; /* array of caret values */
107 HB_UShort CaretCount; /* number of caret values */
  /external/clang/www/
content.css 29 span.caret { color:green; font-weight:bold }
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 57 <td><a href="/var/lib/buildbot/build/gtk-linux-64-release/build/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html">fast/repaint/no-caret-repaint-in-non-content-editable-element.html</a></td>
58 <td><a href="fast/repaint/no-caret-repaint-in-non-content-editable-element-actual.txt">result</a></td>
72 testname = 'fast/repaint/no-caret-repaint-in-non-content-editable-element.html'
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 90 int caret = context.getSelectionOffset(); local
141 // See if the caret is on the same line as the error
142 if (caret <= errorStart) {
145 if (i <= caret) {
157 if (i >= caret) {
  /development/scripts/app_engine_server/gae_shell/templates/
shell.html 34 #caret {
89 <textarea class="prompt" id="caret" readonly="readonly" rows="4"
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 165 // Next, emit the actual diagnostic message and caret.
311 // To find locations which correspond to the caret, we crawl the macro caller
312 // chain for the beginning and end of each range. If the caret location
314 // in the same expansion as the caret; otherwise, we crawl to the top of
391 /// \brief Recursively emit notes for each macro expansion and caret
395 /// snippet, caret, underlines and FixItHint display as appropriate at each
398 /// \param Loc The location for this caret.
448 // If this is the expansion of a macro argument, point the caret at the

Completed in 1673 milliseconds

1 2 3 4 5 6 7 8 91011>>