HomeSort by relevance Sort by last modified time
    Searched refs:caret (Results 1 - 25 of 31) 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 1236 IntRect caret = intersection(drawingRect, clipRect); local
1285 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 81 int caret = context.getSelectionOffset(); local
85 // See if the caret is on the same line as the error
86 if (caret <= errorStart) {
89 if (i <= caret) {
101 if (i >= caret) {
  /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'
  /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 646 * are at different run levels (and thus there's a split caret).
    [all...]
  /external/clang/lib/Lex/
TokenConcatenation.cpp 101 TokenInfo[tok::caret ] |= aci_avoid_equal; // ^=
PPExpressions.cpp 412 case tok::caret: return 8;
632 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 75 case tok::caret: return prec::ExclusiveOr;
    [all...]
ParseTentative.cpp 513 if (Tok.is(tok::star) || Tok.is(tok::amp) || Tok.is(tok::caret) ||
    [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp 642 case tok::caret:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 1043 int caret = context.getInnerRegionCaretOffset(); local
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /external/grub/stage2/
builtins.c     [all...]
  /external/v8/src/
d8.js 266 // Create an underline with a caret pointing to the source position. If the
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 417 milliseconds

1 2