Home
last modified time | relevance | path

Searched refs:timeoutFired (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/efl/
DMainThreadEfl.cpp45 static Eina_Bool timeoutFired(void*) in timeoutFired() function
53 ecore_timer_add(0, timeoutFired, 0); in scheduleDispatchFunctionsOnMainThread()
/external/webkit/Source/JavaScriptCore/wtf/gtk/
DMainThreadGtk.cpp41 static gboolean timeoutFired(gpointer) in timeoutFired() function
49 g_timeout_add(0, timeoutFired, 0); in scheduleDispatchFunctionsOnMainThread()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp247 static void timeoutFired(void*) in timeoutFired() function
254 JavaSharedClient::EnqueueFunctionPtr(timeoutFired, 0); in scheduleDispatchFunctionsOnMainThread()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-244173 (WTF::timeoutFired):
14307 (WTF::timeoutFired):
DChangeLog-2011-02-1621482 (WTF::timeoutFired): Return Eina_Bool instead of int.
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1040879 (WebCore::timeoutFired): Renamed from callFunctionOnMainThread. Now