Home
last modified time | relevance | path

Searched refs:timerCallback (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DResizeViewWhileHidden.cpp66 static void CALLBACK timerCallback(HWND hwnd, UINT, UINT_PTR timerID, DWORD) in timerCallback() function
74 ::SetTimer(0, 0, seconds * 1000, timerCallback); in runForDuration()
/external/webkit/Source/WebKit2/Platform/win/
DWorkQueueWin.cpp225 void WorkQueue::timerCallback(void* context, BOOLEAN timerOrWaitFired) in timerCallback() function in WorkQueue
258 …if (!::CreateTimerQueueTimer(&context->timer, m_timerQueue, timerCallback, context.get(), delay * … in scheduleWorkAfterDelay()
/external/webkit/Source/WebKit2/Platform/
DWorkQueue.h144 static void CALLBACK timerCallback(void* context, BOOLEAN timerOrWaitFired);
/external/webkit/Source/WebCore/bindings/v8/
DScriptController.cpp192 if (sourceURL && sourceURL->isNull() && !activeProxy->timerCallback()) { in processingUserGesture()
DV8Proxy.h148 bool timerCallback() const { return m_timerCallback; } in timerCallback() function
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-161893 * Platform/WorkQueue.h: Added timerCallback and m_timerQueue.
1900 (WorkQueue::timerCallback): Added. Schedules the WorkItem on the WorkQueue and cleans up the
/external/webkit/Tools/
DChangeLog-2011-02-16637 (TestWebKitAPI::timerCallback): Kill the timer and record that it fired.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2993252 (WebCore::V8Proxy::timerCallback):