Searched refs:MessageQueue (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DMessageQueue.h3 #include <JavaScriptCore/MessageQueue.h>
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketserver.h35 class MessageQueue;
47 virtual void SetMessageQueue(MessageQueue* queue) {}
H A Dmessagequeue.cc65 void MessageQueueManager::Add(MessageQueue *message_queue) {
74 void MessageQueueManager::Remove(MessageQueue *message_queue) {
76 // If this is the last MessageQueue, destroy the manager as well so that
83 std::vector<MessageQueue *>::iterator iter;
100 std::vector<MessageQueue *>::iterator iter;
106 // MessageQueue
108 MessageQueue::MessageQueue(SocketServer* ss) function in class:talk_base::MessageQueue
112 // Currently, MessageQueue holds a socket server, and is the base class for
114 // server, and provide it to the MessageQueue, sinc
[all...]
H A Dmessagequeue.h48 class MessageQueue;
56 void Add(MessageQueue *message_queue);
57 void Remove(MessageQueue *message_queue);
66 std::vector<MessageQueue *> message_queues_;
159 class MessageQueue { class in namespace:talk_base
161 explicit MessageQueue(SocketServer* ss = NULL);
162 virtual ~MessageQueue();
167 // Note: The behavior of MessageQueue has changed. When a MQ is stopped,
171 // we eliminate the race condition when an MessageHandler and MessageQueue
227 // The SocketServer is not owned by MessageQueue
[all...]
H A Dwin32socketserver.h109 explicit Win32SocketServer(MessageQueue *message_queue);
115 virtual void SetMessageQueue(MessageQueue* queue);
133 MessageQueue *message_queue_;
H A Dfirewallsocketserver.h80 virtual void SetMessageQueue(MessageQueue* queue) {
H A Dthread.h114 class Thread : public MessageQueue {
147 // function which will exit the base MessageQueue without terminating the
159 // From MessageQueue
H A Dthread.cc170 : MessageQueue(ss),
367 MessageQueue::Quit();
416 // MessageQueue, that weren't relevant to this Send. Losing these WakeUps can
481 MessageQueue::Clear(phandler, id, removed);
H A Dwin32socketserver.cc694 Win32SocketServer::Win32SocketServer(MessageQueue *message_queue)
723 void Win32SocketServer::SetMessageQueue(MessageQueue* queue) {
/external/webkit/Source/JavaScriptCore/wtf/
H A DMessageQueue.h49 // Essentially, MessageQueue acts as a queue of OwnPtr<DataType>.
51 class MessageQueue { class in namespace:WTF
52 WTF_MAKE_NONCOPYABLE(MessageQueue);
54 MessageQueue() : m_killed(false) { } function in class:WTF::MessageQueue
55 ~MessageQueue();
87 MessageQueue<DataType>::~MessageQueue()
93 inline void MessageQueue<DataType>::append(PassOwnPtr<DataType> message)
102 inline bool MessageQueue<DataType>::appendAndCheckEmpty(PassOwnPtr<DataType> message)
112 inline void MessageQueue<DataTyp
[all...]
/external/webkit/Source/WebCore/storage/
H A DLocalStorageThread.h32 #include <wtf/MessageQueue.h>
64 MessageQueue<LocalStorageTask> m_queue;
H A DDatabaseThread.h35 #include <wtf/MessageQueue.h>
81 MessageQueue<DatabaseTask> m_queue;
/external/webkit/Source/WebCore/fileapi/
H A DFileThread.h36 #include <wtf/MessageQueue.h>
80 MessageQueue<Task> m_queue;
/external/webkit/Source/WebCore/page/
H A DGeolocationPositionCache.h33 #include <wtf/MessageQueue.h>
73 MessageQueue<ScriptExecutionContext::Task> m_queue;
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCThread.h28 #include <wtf/MessageQueue.h>
68 MessageQueue<Task> m_queue;
/external/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.h36 #include <wtf/MessageQueue.h>
61 // Wrapper for MessageQueue that allows us to do thread safe sharing by two proxies.
84 MessageQueue<MessagePortChannel::EventData> m_queue;
/external/webkit/Source/WebCore/workers/
H A DWorkerRunLoop.h37 #include <wtf/MessageQueue.h>
87 MessageQueue<Task> m_messageQueue;
H A DWorkerRunLoop.cpp152 double absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DVerticalTextMap.cpp31 #include <wtf/MessageQueue.h>
/external/chromium/chrome/browser/service/
H A Dservice_process_control.h45 typedef std::queue<IPC::Message> MessageQueue; typedef in class:ServiceProcessControl
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerScriptDebugServer.cpp44 #include <wtf/MessageQueue.h>

Completed in 1024 milliseconds