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

/external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
H A DMessageLoopInterruptor.h39 class MessageLoopInterruptor : public ThreadState::Interruptor { class in namespace:blink
41 explicit MessageLoopInterruptor(blink::WebThread* thread) : m_thread(thread) { } function in class:blink::MessageLoopInterruptor
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.cpp32 m_messageLoopInterruptor = adoptPtr(new MessageLoopInterruptor(&platformThread()));
H A DWebThreadSupportingGC.h8 #include "platform/heap/glue/MessageLoopInterruptor.h"
78 OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseThread.h48 class MessageLoopInterruptor;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp51 #include "platform/heap/glue/MessageLoopInterruptor.h"
159 s_messageLoopInterruptor = new MessageLoopInterruptor(currentThread);

Completed in 1604 milliseconds