OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_forTextEmphasis
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h
99
bool
m_forTextEmphasis
;
WidthIterator.cpp
51
,
m_forTextEmphasis
(forTextEmphasis)
221
if (
m_forTextEmphasis
)
257
if (
m_forTextEmphasis
&& !Font::canReceiveTextEmphasis(character))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
145
bool
m_forTextEmphasis
;
ComplexTextController.cpp
118
,
m_forTextEmphasis
(forTextEmphasis)
703
if (
m_forTextEmphasis
&& (!Font::canReceiveTextEmphasis(ch) || (U_GET_GC_MASK(ch) & U_GC_M_MASK)))
Completed in 38 milliseconds