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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMediaFragmentURIParser.h47 static double invalidTimeValue();
H A DMediaFragmentURIParser.cpp73 double MediaFragmentURIParser::invalidTimeValue() function in class:WebCore::MediaFragmentURIParser
H A DHTMLMediaElement.cpp4995 if (start != MediaFragmentURIParser::invalidTimeValue() && start > 0) {
5003 if (end != MediaFragmentURIParser::invalidTimeValue() && end > 0 && end > m_fragmentStartTime) {

Completed in 355 milliseconds