OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timerCallback
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
ResizeViewWhileHidden.cpp
66
static void CALLBACK
timerCallback
(HWND hwnd, UINT, UINT_PTR timerID, DWORD)
74
::SetTimer(0, 0, seconds * 1000,
timerCallback
);
/external/webkit/Source/WebKit2/Platform/win/
WorkQueueWin.cpp
225
void WorkQueue::
timerCallback
(void* context, BOOLEAN timerOrWaitFired)
258
if (!::CreateTimerQueueTimer(&context->timer, m_timerQueue,
timerCallback
, context.get(), delay * 1000, 0, WT_EXECUTEINTIMERTHREAD)) {
/external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h
148
bool
timerCallback
() const { return m_timerCallback; }
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
Completed in 40 milliseconds