OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchingfontsize
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp
191
float
matchingFontSize
= -1;
202
if (
matchingFontSize
< 0)
203
matchingFontSize
= renderer->style()->specifiedFontSize();
204
else if (
matchingFontSize
!= renderer->style()->specifiedFontSize())
[
all
...]
Completed in 82 milliseconds