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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.cpp35 ThreadState::current()->addInterruptor(m_messageLoopInterruptor.get());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp102 ThreadState::current()->addInterruptor(s_isolateInterruptor);
160 ThreadState::current()->addInterruptor(s_messageLoopInterruptor);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWorkerScriptController.cpp118 ThreadState::current()->addInterruptor(m_interruptor.get());
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h512 void addInterruptor(Interruptor*);
H A DThreadState.cpp1214 void ThreadState::addInterruptor(Interruptor* interruptor) function in class:ThreadState

Completed in 243 milliseconds