Searched refs:timerCallback (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/ |
D | ResizeViewWhileHidden.cpp | 66 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/ |
D | WorkQueueWin.cpp | 225 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/ |
D | WorkQueue.h | 144 static void CALLBACK timerCallback(void* context, BOOLEAN timerOrWaitFired);
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptController.cpp | 192 if (sourceURL && sourceURL->isNull() && !activeProxy->timerCallback()) { in processingUserGesture()
|
D | V8Proxy.h | 148 bool timerCallback() const { return m_timerCallback; } in timerCallback() function
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 1893 * 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/ |
D | ChangeLog-2011-02-16 | 637 (TestWebKitAPI::timerCallback): Kill the timer and record that it fired.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 93252 (WebCore::V8Proxy::timerCallback):
|