/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/webkit/WebCore/editing/ |
CompositeEditCommand.cpp | [all...] |
BreakBlockquoteCommand.cpp | 64 // pos is a position equivalent to the caret. We use downstream() so that pos will 100 // Don't move a line break just after the caret. Doing so would create an extra, empty paragraph
|
VisibleSelection.cpp | 152 // If the selection is a caret, move the range start upstream. This helps us match 154 // on the character before the caret, if any. 286 // General case: Select the word the caret is positioned inside of, or at the start of (RightWordIfOnBoundary). 287 // Edge case: If the caret is after the last word in a soft-wrapped line or the last word in 289 // Edge case: If the caret is after the last word in a paragraph, select from the the end of the 406 // Affinity only makes sense for a caret
|
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...] |
DeleteSelectionCommand.cpp | 190 // Sometimes they aren't (like when no merge is requested), so we must choose one position to hold the caret 202 // Only apply this rule if the endingSelection is a range selection. If it is a caret, then other operations have created 600 // any (!isStartOfParagraph(mergeDestination)), don't merge, just move the caret to just before the selection we deleted. [all...] |
/external/webkit/WebKit/chromium/src/ |
EditorClientImpl.h | 136 // caret is located at the end of the entered text. 144 // This method is invoked asynchronously if the caret position is not
|
WebViewImpl.cpp | [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebsettings.cpp | 505 * WebKitWebSettings:enable-caret-browsing: 507 * Whether to enable caret browsing mode. 513 g_param_spec_boolean("enable-caret-browsing", 514 _("Enable Caret Browsing"), 628 * caret at the end of the last line on Mac, but in the middle of 631 * 2) Pushing down the arrow key on the last line puts the caret [all...] |
/external/webkit/WebCore/page/ |
Settings.h | 55 // 1) Clicking below the last line of an editable area puts the caret at the end 57 // 2) Pushing the down arrow key on the last line puts the caret at the end of the
|
/external/webkit/WebKit/mac/WebView/ |
WebTextCompletionController.mm | 208 // +1 to be under the word, not the caret 210 // right corner with the caret instead of upper left, and the +1 would be a -1.
|
/frameworks/base/awt/org/apache/harmony/awt/im/ |
InputMethodContext.java | 457 TextHitInfo caret, 466 caret, visiblePosition);
|
/external/webkit/WebCore/platform/ |
Theme.h | 75 // How fast the caret blinks in text fields.
|
/external/webkit/WebCore/platform/graphics/wx/ |
FontWx.cpp | 77 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning
|
/external/webkit/WebCore/rendering/ |
RenderSVGInlineText.cpp | 143 // SVG doesn't have any editable content where a caret rect would be needed.
|
/external/webkit/WebKit/gtk/ |
NEWS | 104 - Many a11y improvements: caret browsing fixes, expose heading 225 - Fix a crasher when emitting the a11y signal 'text-caret-moved' in 280 - Yet more work has been done to the ATK support, caret browsing 299 - Caret browsing is now available.
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssvalues.in | 78 caret
|
/frameworks/base/awt/java/awt/font/ |
GlyphMetrics.java | 80 * The Constant COMBINING indicates a glyph which has no caret position
|
TextHitInfo.java | 27 * The TextHitInfo class provides information about a caret position in a text
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileFilter.java | 157 ignoreResultList.add("fast/forms/textarea-initial-caret-position.html"); // Text selection done differently on our platform. When a inputbox gets focus, the entire block is selected. 160 ignoreResultList.add("fast/forms/textarea-scrolled-endline-caret.html"); // requires eventSender.mouseDown(),mouseUp()
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 181 if (elem.type != 'submit' && elem.type != 'button' && elem.id != 'caret') {
|
/external/webkit/WebCore/css/ |
CSSValueKeywords.in | 589 caret
|
/external/webkit/WebKit/win/ |
WebView.cpp | [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 500 /* caret_slope_enumerator :: Rise of the caret slope, typically set */ 503 /* caret_slope_denominator :: Rise of the caret slope, typically set */ 506 /* caret_offset :: Offset in pixels to move the caret for */ [all...] |