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

1 2

  /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
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))
SelectionController.cpp 1232 IntRect caret = intersection(drawingRect, clipRect); local
1281 int caret = 0; local
    [all...]
CompositeEditCommand.cpp     [all...]
Editor.cpp 269 // FIXME: We sometimes allow deletions at the start of editable roots, like when the caret is in an empty list item.
608 // 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/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) {
  /external/linux-tools-perf/Documentation/
asciidoc.conf 16 caret=&#94;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.h 155 // Selects the text given by |caret| and |end|.
156 void SelectRange(size_t caret, size_t end);
autocomplete_edit_view_views.cc 421 // Don't inline autocomplete when the caret/selection isn't at the end of
489 // sure the caret, which should be after any insertion, hasn't moved
636 void AutocompleteEditViewViews::SelectRange(size_t caret, size_t end) {
637 const ui::Range range(caret, end);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 1122 IntRect caret = m_page->firstRectForCharacterInSelectedRange(0); local
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 678 * are at different run levels (and thus there's a split caret).
    [all...]
  /external/clang/lib/Lex/
TokenConcatenation.cpp 114 TokenInfo[tok::caret ] |= aci_avoid_equal; // ^=
PPExpressions.cpp 420 case tok::caret: return 8;
640 case tok::caret:
Lexer.cpp     [all...]
  /external/webkit/Source/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/clang/lib/Parse/
ParseExpr.cpp 76 case tok::caret: return prec::ExclusiveOr;
    [all...]
ParseTentative.cpp 601 if (Tok.is(tok::star) || Tok.is(tok::amp) || Tok.is(tok::caret) ||
    [all...]
ParseDecl.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 1058 int caret = context.getInnerRegionCaretOffset(); local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1342 int caret; \/* Cursor offset within pre-edit string *\/ member in struct:_XIMPreeditDrawCallbackStruct
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1342 int caret; \/* Cursor offset within pre-edit string *\/ member in struct:_XIMPreeditDrawCallbackStruct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1342 int caret; \/* Cursor offset within pre-edit string *\/ member in struct:_XIMPreeditDrawCallbackStruct
    [all...]

Completed in 957 milliseconds

1 2