Searched refs:NotLoaded (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSFontFace.h90 enum LoadState { NotLoaded, Loading, Loaded, Error }; enumerator in enum:WebCore::CSSFontFace::LoadState
100 , m_loadState(isLocalFallback ? Loaded : NotLoaded)
H A DCSSFontFace.cpp121 if (RuntimeEnabledFeatures::fontLoadEventsEnabled() && m_loadState == NotLoaded)
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTrackElement.cpp291 COMPILE_ASSERT(HTMLTrackElement::NONE == static_cast<HTMLTrackElement::ReadyState>(TextTrack::NotLoaded), TextTrackEnumNotLoaded_Is_Wrong_Should_Be_HTMLTrackElementEnumNONE);
H A DHTMLMediaElement.cpp1424 || m_textTracksWhenResourceSelectionBegan[i]->readinessState() == TextTrack::NotLoaded)
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrack.h100 enum ReadinessState { NotLoaded = 0, Loading = 1, Loaded = 2, FailedToLoad = 3 }; enumerator in enum:WebCore::TextTrack::ReadinessState
H A DTextTrack.cpp126 , m_readinessState(NotLoaded)

Completed in 136 milliseconds