HomeSort by relevance Sort by last modified time
    Searched refs:LoadingFromSrcAttr (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 362 enum LoadState { WaitingForSource, LoadingFromSrcAttr, LoadingFromSourceElement };
HTMLMediaElement.cpp 665 m_loadState = LoadingFromSrcAttr;
920 else if (state == MediaPlayer::FormatError && m_loadState == LoadingFromSrcAttr)
    [all...]

Completed in 33 milliseconds