Home | History | Annotate | Download | only in css

Lines Matching refs:LoadStatus

54     if (loadStatus() == FontFace::Unloaded)
63 if (loadStatus() == FontFace::Loading) {
97 if (loadStatus() == FontFace::Unloaded && (source->isLoading() || source->isLoaded()))
99 if (loadStatus() == FontFace::Loading && source->isLoaded())
106 if (loadStatus() == FontFace::Unloaded)
108 if (loadStatus() == FontFace::Loading)
116 if (loadStatus() == FontFace::Unloaded)
135 if (loadStatus() == FontFace::Unloaded)
137 ASSERT(loadStatus() == FontFace::Loading);
160 void CSSFontFace::setLoadStatus(FontFace::LoadStatus newStatus)