hadBlankText 109 Source/core/css/CSSFontFace.h bool hadBlankText() { return isValid() && m_sources.first()->hadBlankText(); } hadBlankText 55 Source/core/css/CSSFontFaceSource.h virtual bool hadBlankText() { return false; } hadBlankText 630 Source/core/css/FontFace.cpp return m_cssFontFace->hadBlankText(); hadBlankText 94 Source/core/css/FontFace.h bool hadBlankText() const; hadBlankText 534 Source/core/css/FontFaceSet.cpp if (fontFace->hadBlankText()) hadBlankText 36 Source/core/css/RemoteFontFaceSource.h virtual bool hadBlankText() OVERRIDE { return m_histograms.hadBlankText(); } hadBlankText 52 Source/core/css/RemoteFontFaceSource.h bool hadBlankText() { return m_fallbackPaintTime; }