Searched defs:SetAllowBlockingCalls (Results 1 - 1 of 1) 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

Completed in 54 milliseconds