OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:characterIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebAXObjectProxy.cpp
350
WebRect boundsForCharacter(const WebAXObject& object, int
characterIndex
)
359
if (end <=
characterIndex
)
362
int localIndex =
characterIndex
- start;
412
void getBoundariesForOneWord(const WebAXObject& object, int
characterIndex
, int& wordStart, int& wordEnd)
420
if (end <=
characterIndex
)
422
int localIndex =
characterIndex
- start;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
595
CFIndex
characterIndex
= complexTextRun.indexAt(i);
597
if (
characterIndex
< lastCharacterIndex)
600
if (
characterIndex
> lastCharacterIndex)
603
UChar ch = *(cp +
characterIndex
);
669
if (treatAsSpace && (ch != '\t' || !m_run.allowTabs()) && (
characterIndex
> 0 || r > 0) && m_font.wordSpacing())
719
lastCharacterIndex =
characterIndex
;
Completed in 490 milliseconds