OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MainThreadFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
MainThread.h
40
typedef void
MainThreadFunction
(void*);
43
WTF_EXPORT void initializeMainThread(void (*)(
MainThreadFunction
, void*));
45
WTF_EXPORT void callOnMainThread(
MainThreadFunction
*, void* context);
MainThread.cpp
41
static void (*callOnMainThreadFunction)(
MainThreadFunction
, void*);
43
void initializeMainThread(void (*function)(
MainThreadFunction
, void*))
54
void callOnMainThread(
MainThreadFunction
* function, void* context)
/external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp
140
static void callOnMainThreadFunction(WTF::
MainThreadFunction
function, void* context)
Completed in 52 milliseconds