Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/
DRunLoop.cpp32 static RunLoop* s_mainRunLoop; variable
36 if (s_mainRunLoop) in initializeMainRunLoop()
38 s_mainRunLoop = RunLoop::current(); in initializeMainRunLoop()
49 ASSERT(s_mainRunLoop); in main()
50 return s_mainRunLoop; in main()