Searched refs:removeInterruptor (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.cpp40 ThreadState::current()->removeInterruptor(m_messageLoopInterruptor.get());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp192 ThreadState::current()->removeInterruptor(s_isolateInterruptor);
201 ThreadState::current()->removeInterruptor(s_messageLoopInterruptor);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWorkerScriptController.cpp144 ThreadState::current()->removeInterruptor(m_interruptor.get());
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h513 void removeInterruptor(Interruptor*);
H A DThreadState.cpp1224 void ThreadState::removeInterruptor(Interruptor* interruptor) function in class:ThreadState

Completed in 2219 milliseconds