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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DFullscreenVideoControllerGStreamer.h57 String timeToString(float time);
H A DFullscreenVideoControllerGStreamer.cpp137 String FullscreenVideoControllerGStreamer::timeToString(float time) function in class:WebCore::FullscreenVideoControllerGStreamer
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenHUDWindowController.mm550 static NSString *timeToString(double time)
574 return [@"-" stringByAppendingString:timeToString(mediaElement->duration() - mediaElement->currentTime())];
582 return timeToString([_delegate mediaElement]->currentTime());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DFullscreenVideoControllerGtk.cpp389 gchar* label = g_strdup_printf("%s / %s", timeToString(mediaPosition).utf8().data(), timeToString(mediaDuration).utf8().data());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp470 static String timeToString(float time) function
536 s = timeToString(currentTime());
543 s = timeToString(currentTime() - duration());
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dskill.vim452 syn match skillFunction "(timeToString\>"hs=s+1
453 syn match skillFunction "\<timeToString("he=e-1

Completed in 85 milliseconds