OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_lastcharacter
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Latin1TextIterator.h
36
,
m_lastCharacter
(lastCharacter)
42
if (m_currentCharacter >=
m_lastCharacter
)
62
int
m_lastCharacter
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp
38
,
m_lastCharacter
(0)
89
UChar lastCharacter =
m_lastCharacter
;
90
m_lastCharacter
= currentCharacter;
SVGTextLayoutEngineSpacing.h
40
UChar
m_lastCharacter
;
/external/chromium_org/third_party/WebKit/Source/platform/text/
SurrogatePairAwareTextIterator.h
38
if (m_currentCharacter >=
m_lastCharacter
)
65
int
m_lastCharacter
;
SurrogatePairAwareTextIterator.cpp
36
,
m_lastCharacter
(lastCharacter)
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp
255
,
m_lastCharacter
(0)
286
,
m_lastCharacter
(0)
679
if (needSpace && !renderer->style()->isCollapsibleWhiteSpace(
m_lastCharacter
) &&
m_lastCharacter
) {
821
m_lastCharacter
= m_text[m_textLength - 1];
827
m_lastCharacter
= 0;
[
all
...]
TextIterator.h
183
UChar
m_lastCharacter
;
284
UChar
m_lastCharacter
;
Completed in 289 milliseconds