OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_firstLetterText
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp
253
,
m_firstLetterText
(nullptr)
284
,
m_firstLetterText
(nullptr)
399
m_firstLetterText
= nullptr;
540
m_firstLetterText
= nullptr;
553
m_firstLetterText
= nullptr;
623
if (
m_firstLetterText
) {
624
String firstLetter =
m_firstLetterText
->text();
625
emitText(textNode,
m_firstLetterText
, m_offset, m_offset + firstLetter.length());
626
m_firstLetterText
= nullptr;
658
if (
m_firstLetterText
)
[
all
...]
TextIterator.h
190
RawPtrWillBeMember<RenderText>
m_firstLetterText
;
Completed in 1964 milliseconds