Searched refs:SetAllowBlockingCalls (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc130 previous_state_(thread_->SetAllowBlockingCalls(false)) {
135 thread_->SetAllowBlockingCalls(previous_state_);
333 bool Thread::SetAllowBlockingCalls(bool allow) { function in class:rtc::Thread
H A Dthread.h214 bool SetAllowBlockingCalls(bool allow);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.cc144 rtc::Bind(&rtc::Thread::SetAllowBlockingCalls, worker_thread_, false));

Completed in 715 milliseconds