Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebKit.cpp88 static ThreadState::Interruptor* s_messageLoopInterruptor = 0; variable
158 ASSERT(!s_messageLoopInterruptor); in initializeWithoutV8()
159 s_messageLoopInterruptor = new MessageLoopInterruptor(currentThread); in initializeWithoutV8()
160 ThreadState::current()->addInterruptor(s_messageLoopInterruptor); in initializeWithoutV8()
200 ASSERT(s_messageLoopInterruptor); in shutdown()
201 ThreadState::current()->removeInterruptor(s_messageLoopInterruptor); in shutdown()
202 delete s_messageLoopInterruptor; in shutdown()
203 s_messageLoopInterruptor = 0; in shutdown()