Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
DMessageLoopInterruptor.h39 class MessageLoopInterruptor : public ThreadState::Interruptor {
41 explicit MessageLoopInterruptor(blink::WebThread* thread) : m_thread(thread) { } in MessageLoopInterruptor() function
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseThread.h48 class MessageLoopInterruptor; variable
96 OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor;
DDatabaseThread.cpp80 m_messageLoopInterruptor = adoptPtr(new MessageLoopInterruptor(m_thread.get())); in setupDatabaseThread()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserThread.h64 OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor;
DHTMLParserThread.cpp60 m_messageLoopInterruptor = adoptPtr(new MessageLoopInterruptor(&platformThread())); in setupHTMLParserThread()
/external/chromium_org/third_party/WebKit/Source/web/
DWebKit.cpp173 s_messageLoopInterruptor = new WebCore::MessageLoopInterruptor(currentThread); in initializeWithoutV8()