Searched refs:equalForTextAutoSizing (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFont.h248 bool equalForTextAutoSizing(const Font& other) const function in class:WebCore::Font
250 return m_fontDescription.equalForTextAutoSizing(other.m_fontDescription)
H A DFontDescription.h175 bool equalForTextAutoSizing(const FontDescription& other) const function in class:WebCore::FontDescription
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.cpp339 && inherited->font.equalForTextAutoSizing(other->inherited->font)

Completed in 71 milliseconds