OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentFontSize
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp
189
int
currentFontSize
= style()->fontSize();
190
if (!stretchDisabled && isStretchy && m_stretchHeight > 0 && m_stretchHeight <= gMinimumStretchHeight && m_stretchHeight >
currentFontSize
) {
/external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp
380
float
currentFontSize
= computedFontSize(node);
385
currentFontSize
= computedFontSize(node);
387
if (
currentFontSize
!= desiredFontSize) {
[
all
...]
Completed in 72 milliseconds