HomeSort by relevance Sort by last modified time
    Searched refs:MessageLoopInterruptor (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
MessageLoopInterruptor.h 39 class MessageLoopInterruptor : public ThreadState::Interruptor {
41 explicit MessageLoopInterruptor(blink::WebThread* thread) : m_thread(thread) { }
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.h 48 class MessageLoopInterruptor;
  /external/chromium_org/third_party/WebKit/Source/platform/
WebThreadSupportingGC.cpp 32 m_messageLoopInterruptor = adoptPtr(new MessageLoopInterruptor(&platformThread()));
WebThreadSupportingGC.h 8 #include "platform/heap/glue/MessageLoopInterruptor.h"
78 OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor;
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 51 #include "platform/heap/glue/MessageLoopInterruptor.h"
159 s_messageLoopInterruptor = new MessageLoopInterruptor(currentThread);

Completed in 147 milliseconds