HomeSort by relevance Sort by last modified time
    Searched full:worker_thread (Results 26 - 50 of 73) sorted by null

12 3

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 44 talk_base::Thread* worker_thread,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.h 62 TypingMonitor(VoiceChannel* channel, talk_base::Thread* worker_thread,
channelmanager.cc 80 ChannelManager::ChannelManager(talk_base::Thread* worker_thread) {
85 worker_thread); local
93 talk_base::Thread* worker_thread) {
94 Construct(me, dme, dm, cm, worker_thread);
99 talk_base::Thread* worker_thread) {
104 worker_thread);
111 talk_base::Thread* worker_thread) {
118 worker_thread_ = worker_thread;
channelmanager.h 82 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::ChannelManager
254 talk_base::Thread* worker_thread);
channelmanager_unittest.cc 102 EXPECT_EQ(talk_base::Thread::Current(), cm_->worker_thread());
113 EXPECT_EQ(talk_base::Thread::Current(), cm_->worker_thread());
115 EXPECT_EQ(&worker_, cm_->worker_thread());
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcmediaengine.h 71 virtual bool Init(talk_base::Thread* worker_thread) OVERRIDE {
72 return delegate_->Init(worker_thread);
webrtcvideoengine.h 105 bool Init(talk_base::Thread* worker_thread);
153 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::WebRtcVideoEngine
394 talk_base::MessageQueue* worker_thread() { return engine_->worker_thread(); } function in class:cricket::WebRtcVideoMediaChannel
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 335 talk_base::Thread* worker_thread,
338 : Transport(signaling_thread, worker_thread,
442 FakeSession(talk_base::Thread* worker_thread, bool initiator)
444 worker_thread,
492 return new FakeTransport(signaling_thread(), worker_thread(), content_name);
p2ptransport.h 40 talk_base::Thread* worker_thread,
dtlstransport.h 47 talk_base::Thread* worker_thread,
51 : Base(signaling_thread, worker_thread, content_name, allocator),
p2ptransport.cc 61 talk_base::Thread* worker_thread,
64 : Transport(signaling_thread, worker_thread,
sessionmanager.h 56 talk_base::Thread *worker_thread = NULL);
60 talk_base::Thread *worker_thread() const { return worker_thread_; } function in class:cricket::SessionManager
rawtransportchannel.h 62 talk_base::Thread *worker_thread,
session.h 94 talk_base::Thread* worker_thread,
98 : worker_thread_(worker_thread),
271 talk_base::Thread* worker_thread,
279 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::BaseSession
    [all...]
transport.h 196 talk_base::Thread* worker_thread,
205 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::Transport
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job_unittest.cc 136 scoped_ptr<base::Thread> worker_thread(
138 if (!worker_thread->Start())
144 worker_thread->message_loop_proxy().get()));
  /external/chromium_org/content/worker/
websharedworkerclient_proxy.cc 16 #include "content/worker/worker_thread.h"
worker_thread.cc 5 #include "content/worker/worker_thread.h"
worker_webkitplatformsupport_impl.cc 24 #include "content/worker/worker_thread.h"
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 394 ScopedHandle worker_thread; local
404 &worker_thread)) {
417 if (!ResumeThread(worker_thread)) {
unprivileged_process_delegate.cc 306 ScopedHandle worker_thread; local
316 &worker_thread)) {
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.h 75 // Thread_1 Worker_thread
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 695 base::Thread worker_thread("Multiple");
696 ASSERT_TRUE(worker_thread.Start());
707 worker->OverrideThread(&worker_thread);
715 worker->OverrideThread(&worker_thread);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.h 110 talk_base::Thread* worker_thread,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 81 virtual bool Init(talk_base::Thread* worker_thread) {

Completed in 1670 milliseconds

12 3