OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/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/rendering/svg/
SVGTextLayoutEngineSpacing.h
40
UChar
m_lastCharacter
;
SVGTextLayoutEngineSpacing.cpp
38
,
m_lastCharacter
(0)
88
UChar lastCharacter =
m_lastCharacter
;
89
m_lastCharacter
= currentCharacter;
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h
195
UChar
m_lastCharacter
;
301
UChar
m_lastCharacter
;
TextIterator.cpp
256
,
m_lastCharacter
(0)
287
,
m_lastCharacter
(0)
694
if (needSpace && !renderer->style()->isCollapsibleWhiteSpace(
m_lastCharacter
) &&
m_lastCharacter
) {
836
m_lastCharacter
= m_text[m_textLength - 1];
842
m_lastCharacter
= 0;
[
all
...]
Completed in 398 milliseconds