OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursoroffset
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/views/corewm/
tooltip_win.cc
82
const int
cursoroffset
= GetCurrentCursorVisibleHeight();
local
83
screen_point.Offset(0,
cursoroffset
);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
selection_util.js
527
var
cursorOffset
= sel.anchorOffset;
530
cursorOffset
= 0;
533
newRange.setStart(cursorNode,
cursorOffset
);
534
newRange.setEnd(cursorNode,
cursorOffset
);
548
var
cursorOffset
= sel.focusOffset;
551
cursorOffset
= 0;
554
newRange.setStart(cursorNode,
cursorOffset
);
555
newRange.setEnd(cursorNode,
cursorOffset
);
/external/chromium_org/third_party/icu/source/i18n/
rbt_rule.h
164
* @param
cursorOffset
an offset to be added to cursorPos to position the
167
* "xyz" and moves the cursor to before "a". It would have a
cursorOffset
183
int32_t cursorPosition, int32_t
cursorOffset
,
rbt_pars.cpp
280
int32_t
cursorOffset
; // only nonzero on output side
347
cursorOffset
= 0;
367
if (
cursorOffset
> 0 && cursor != cursorOffsetPos) {
730
if (
cursorOffset
< 0) {
734
--
cursorOffset
;
735
} else if (
cursorOffset
> 0) {
739
++
cursorOffset
;
742
cursorOffset
= -1;
745
cursorOffset
= 1;
[
all
...]
rbt_rule.cpp
59
int32_t cursorPosition, int32_t
cursorOffset
,
151
this->output = new StringReplacer(outputStr, cursorPosition +
cursorOffset
, data);
/external/icu/icu4c/source/i18n/
rbt_rule.h
164
* @param
cursorOffset
an offset to be added to cursorPos to position the
167
* "xyz" and moves the cursor to before "a". It would have a
cursorOffset
183
int32_t cursorPosition, int32_t
cursorOffset
,
rbt_pars.cpp
280
int32_t
cursorOffset
; // only nonzero on output side
347
cursorOffset
= 0;
367
if (
cursorOffset
> 0 && cursor != cursorOffsetPos) {
730
if (
cursorOffset
< 0) {
734
--
cursorOffset
;
735
} else if (
cursorOffset
> 0) {
739
++
cursorOffset
;
742
cursorOffset
= -1;
745
cursorOffset
= 1;
[
all
...]
rbt_rule.cpp
59
int32_t cursorPosition, int32_t
cursorOffset
,
151
this->output = new StringReplacer(outputStr, cursorPosition +
cursorOffset
, data);
/frameworks/base/core/java/android/text/
BoringLayout.java
392
int
cursorOffset
) {
396
super.draw(c, highlight, highlightpaint,
cursorOffset
);
/prebuilts/sdk/19/
android.jar
Completed in 718 milliseconds